Uses of Class
org.jbpm.formapi.client.effect.FBFormEffect

Packages that use FBFormEffect
org.jbpm.formapi.client.form   
org.jbpm.formapi.client.menu   
 

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

Methods in org.jbpm.formapi.client.form that return types with arguments of type FBFormEffect
 List<FBFormEffect> FBFormItem.getFormEffects()
           
 

Methods in org.jbpm.formapi.client.form with parameters of type FBFormEffect
 void FBFormItem.addEffect(FBFormEffect effect)
           
 void FBFormItem.removeEffect(FBFormEffect effect)
           
 

Method parameters in org.jbpm.formapi.client.form with type arguments of type FBFormEffect
 boolean FBFormItem.hasEffectOfType(Class<? extends FBFormEffect> effectClass)
           
 boolean FBFormItem.removeEffectOfType(Class<? extends FBFormEffect> effectClass)
           
protected  void FBFormItem.setEffects(List<FBFormEffect> effects)
           
 

Constructor parameters in org.jbpm.formapi.client.form with type arguments of type FBFormEffect
FBFormItem(List<FBFormEffect> formEffects)
           
LayoutFormItem(List<FBFormEffect> formEffects)
           
OptionsFormItem(List<FBFormEffect> formEffects)
           
 

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

Methods in org.jbpm.formapi.client.menu that return types with arguments of type FBFormEffect
 List<FBFormEffect> FBMenuItem.getFormEffects()
           
 

Methods in org.jbpm.formapi.client.menu with parameters of type FBFormEffect
 void FBMenuItem.addEffect(FBFormEffect effect)
           
 

Constructor parameters in org.jbpm.formapi.client.menu with type arguments of type FBFormEffect
FBMenuItem(List<FBFormEffect> formEffects)
           
 



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