Form Builder NG Model 6.0.0-SNAPSHOT

org.jbpm.form.builder.ng.model.client
Class AbstractFormItemCommand

java.lang.Object
  extended by org.jbpm.form.builder.ng.model.client.AbstractFormItemCommand
All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand, com.google.gwt.user.client.Command

public abstract class AbstractFormItemCommand
extends Object
implements com.google.gwt.user.client.Command


Constructor Summary
AbstractFormItemCommand()
           
 
Method Summary
 AbstractFormItemCommand append(FBFormItem item)
           
 void enable()
           
protected abstract  void enable(com.google.gwt.user.client.ui.MenuItem menuItem)
           
 FBFormItem getSelectedItem()
           
 void setItem(com.google.gwt.user.client.ui.MenuItem item)
           
protected  void setSelectedItem(FBFormItem item)
           
 
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
 

Constructor Detail

AbstractFormItemCommand

public AbstractFormItemCommand()
Method Detail

append

public AbstractFormItemCommand append(FBFormItem item)

getSelectedItem

public FBFormItem getSelectedItem()

setSelectedItem

protected void setSelectedItem(FBFormItem item)

enable

public void enable()

enable

protected abstract void enable(com.google.gwt.user.client.ui.MenuItem menuItem)

setItem

public void setItem(com.google.gwt.user.client.ui.MenuItem item)

Form Builder NG Model 6.0.0-SNAPSHOT

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