org.jbpm.formbuilder.client.command
Class CutCommand

java.lang.Object
  extended by org.jbpm.formapi.client.AbstractFormItemCommand
      extended by org.jbpm.formbuilder.client.command.AbstractCopyPasteCommand
          extended by org.jbpm.formbuilder.client.command.CutCommand
All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand, com.google.gwt.user.client.Command, BaseCommand

public class CutCommand
extends AbstractCopyPasteCommand

Handles the action of cutting a UI component


Constructor Summary
CutCommand()
           
 
Method Summary
protected  void enable(com.google.gwt.user.client.ui.MenuItem menuItem)
           
 void execute()
           
 
Methods inherited from class org.jbpm.formbuilder.client.command.AbstractCopyPasteCommand
fireUndoableEvent, getMemory, setEmbeded, setItem, setMemory
 
Methods inherited from class org.jbpm.formapi.client.AbstractFormItemCommand
append, enable, getSelectedItem, setSelectedItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CutCommand

public CutCommand()
Method Detail

enable

protected void enable(com.google.gwt.user.client.ui.MenuItem menuItem)
Specified by:
enable in class AbstractFormItemCommand

execute

public void execute()


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.