org.jbpm.formbuilder.client.command
Interface BaseCommand
- All Superinterfaces:
- com.google.gwt.user.client.Command, com.google.gwt.core.client.Scheduler.ScheduledCommand
- All Known Implementing Classes:
- AbstractCopyPasteCommand, CopyCommand, CutCommand, DeleteFormCommand, EditFormRedoCommand, EditFormUndoCommand, ExportFormAsFtlCommand, ExportFormAsHTML5FtlCommand, ExportFormAsXslCommand, ExportFormAsXulForPhpCommand, ExportFormCommand, LanguageCommand, LoadFormCommand, LogoutCommand, PasteCommand, PreviewFormAsFtlCommand, PreviewFormAsGwtCommand, PreviewFormCommand, SaveFormCommand
public interface BaseCommand
- extends com.google.gwt.user.client.Command
Extends a Command but adds functionality to be added to a menu item.
It allows the command to disable or enable the gwt menu item given
its actions. All subclasses should use UndoableEvent in their
main actions.
| Methods inherited from interface com.google.gwt.user.client.Command |
execute |
setItem
void setItem(com.google.gwt.user.client.ui.MenuItem item)
setEmbeded
void setEmbeded(String profile)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.