org.jbpm.formbuilder.client.command
Class AbstractCopyPasteCommand
java.lang.Object
org.jbpm.formapi.client.AbstractFormItemCommand
org.jbpm.formbuilder.client.command.AbstractCopyPasteCommand
- All Implemented Interfaces:
- com.google.gwt.core.client.Scheduler.ScheduledCommand, com.google.gwt.user.client.Command, BaseCommand
- Direct Known Subclasses:
- CopyCommand, CutCommand, PasteCommand
public abstract class AbstractCopyPasteCommand
- extends AbstractFormItemCommand
- implements BaseCommand
cut / copy / paste command base class
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.gwt.user.client.Command |
execute |
AbstractCopyPasteCommand
public AbstractCopyPasteCommand()
fireUndoableEvent
protected void fireUndoableEvent(Map<String,Object> dataSnapshot,
UndoableHandler handler)
setItem
public void setItem(com.google.gwt.user.client.ui.MenuItem item)
- Specified by:
setItem in interface BaseCommand- Overrides:
setItem in class AbstractFormItemCommand
setEmbeded
public void setEmbeded(String profile)
- Specified by:
setEmbeded in interface BaseCommand
getMemory
protected static Object getMemory()
setMemory
protected static void setMemory(Object object)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.