Uses of Class
org.jbpm.formapi.client.form.FBFormItem

Packages that use FBFormItem
org.jbpm.formapi.client   
org.jbpm.formapi.client.bus   
org.jbpm.formapi.client.effect   
org.jbpm.formapi.client.form   
org.jbpm.formapi.client.menu   
 

Uses of FBFormItem in org.jbpm.formapi.client
 

Methods in org.jbpm.formapi.client that return FBFormItem
 FBFormItem AbstractFormItemCommand.getSelectedItem()
           
 

Methods in org.jbpm.formapi.client with parameters of type FBFormItem
 AbstractFormItemCommand AbstractFormItemCommand.append(FBFormItem item)
           
protected  void AbstractFormItemCommand.setSelectedItem(FBFormItem item)
           
 

Uses of FBFormItem in org.jbpm.formapi.client.bus
 

Methods in org.jbpm.formapi.client.bus that return FBFormItem
 FBFormItem FormItemSelectionEvent.getFormItemSelected()
           
 

Constructors in org.jbpm.formapi.client.bus with parameters of type FBFormItem
FormItemSelectionEvent(FBFormItem formItemSelected, boolean selected)
           
 

Uses of FBFormItem in org.jbpm.formapi.client.effect
 

Methods in org.jbpm.formapi.client.effect that return FBFormItem
protected  FBFormItem FBFormEffect.getItem()
          Use this method to obtain the FBFormItem this FBFormEffect is related to
 

Methods in org.jbpm.formapi.client.effect with parameters of type FBFormItem
 void FBFormEffect.apply(FBFormItem item, com.google.gwt.user.client.ui.PopupPanel panel)
           
 boolean FBFormEffect.isValidForItem(FBFormItem item)
          Override this method as a safety switch.
 void FBFormEffect.remove(FBFormItem item)
           
 

Uses of FBFormItem in org.jbpm.formapi.client.form
 

Subclasses of FBFormItem in org.jbpm.formapi.client.form
 class LayoutFormItem
          base UI form item.
 class OptionsFormItem
          Base form item for multiple choice options
 

Methods in org.jbpm.formapi.client.form with type parameters of type FBFormItem
protected
<T extends FBFormItem>
T
FBFormItem.cloneItem(T clone)
           
 

Methods in org.jbpm.formapi.client.form that return FBFormItem
abstract  FBFormItem FBFormItem.cloneItem()
          This methods is similar to Object.clone(), but returns a proper type and forces implementation
static FBFormItem FBFormItem.createItem(FormItemRepresentation rep)
           
 FBFormItem LayoutFormItem.get(int index)
           
 FBFormItem LayoutFormItem.insert(int index, FBFormItem newItem)
           
 FBFormItem LayoutFormItem.remove(int index)
           
 

Methods in org.jbpm.formapi.client.form that return types with arguments of type FBFormItem
 Iterator<FBFormItem> LayoutFormItem.formItemIterator()
           
 ListIterator<FBFormItem> LayoutFormItem.formItemListIterator()
           
 List<FBFormItem> LayoutFormItem.getItems()
           
 List<FBFormItem> FBCompositeItem.getItems()
           
 

Methods in org.jbpm.formapi.client.form with parameters of type FBFormItem
 boolean LayoutFormItem.add(FBFormItem item)
           
 FBFormItem LayoutFormItem.insert(int index, FBFormItem newItem)
           
 boolean LayoutFormItem.removeItem(FBFormItem item)
           
 void FBCompositeItem.replacePhantom(FBFormItem item)
           
 

Method parameters in org.jbpm.formapi.client.form with type arguments of type FBFormItem
 void LayoutFormItem.setItems(List<FBFormItem> items)
           
 void FBCompositeItem.setItems(List<FBFormItem> items)
           
 

Uses of FBFormItem in org.jbpm.formapi.client.menu
 

Methods in org.jbpm.formapi.client.menu with type parameters of type FBFormItem
protected
<T extends FBFormItem>
T
FBMenuItem.build(T item)
           
 

Methods in org.jbpm.formapi.client.menu that return FBFormItem
abstract  FBFormItem FBMenuItem.buildWidget()
          Builds a FBFormItem.
 

Constructors in org.jbpm.formapi.client.menu with parameters of type FBFormItem
EffectsPopupPanel(FBFormItem item, boolean autoHide)
           
 



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