org.jbpm.formbuilder.client.command
Class PreviewFormCommand
java.lang.Object
org.jbpm.formbuilder.client.command.PreviewFormCommand
- All Implemented Interfaces:
- com.google.gwt.core.client.Scheduler.ScheduledCommand, com.google.gwt.user.client.Command, BaseCommand
- Direct Known Subclasses:
- PreviewFormAsFtlCommand, PreviewFormAsGwtCommand
public abstract class PreviewFormCommand
- extends Object
- implements BaseCommand
Preview form as a given language base class.
|
Field Summary |
protected com.google.gwt.event.shared.EventBus |
bus
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bus
protected final com.google.gwt.event.shared.EventBus bus
PreviewFormCommand
public PreviewFormCommand(String saveType)
setItem
public void setItem(com.google.gwt.user.client.ui.MenuItem item)
- Specified by:
setItem in interface BaseCommand
setEmbeded
public void setEmbeded(String profile)
- Specified by:
setEmbeded in interface BaseCommand
execute
public void execute()
- Specified by:
execute in interface com.google.gwt.core.client.Scheduler.ScheduledCommand- Specified by:
execute in interface com.google.gwt.user.client.Command
refreshPopup
protected void refreshPopup(String url)
popupInputMapPanel
public void popupInputMapPanel(FormRepresentation form)
saveForm
public void saveForm(FormRepresentation form,
Map<String,Object> inputMap)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.