Uses of Class
org.jbpm.model.formapi.client.form.FBInplaceEditor

Packages that use FBInplaceEditor
org.jbpm.model.formapi.client.form   
org.jbpm.model.formbuilder.client.form.editors   
org.jbpm.model.formbuilder.client.form.items   
 

Uses of FBInplaceEditor in org.jbpm.model.formapi.client.form
 

Methods in org.jbpm.model.formapi.client.form that return FBInplaceEditor
 FBInplaceEditor FBFormItem.createInplaceEditor()
          If you wish that on clicking your UI component, it becomes replaced by a custom editor, this is where you must create it
 

Uses of FBInplaceEditor in org.jbpm.model.formbuilder.client.form.editors
 

Subclasses of FBInplaceEditor in org.jbpm.model.formbuilder.client.form.editors
 class HeaderInplaceEditor
          Inplace editor for HeaderFormItem
 class HTMLFormItemEditor
          Inplace editor for HTMLFormItem
 class LabelInplaceEditor
          Inplace editor for LabelFormItem
 class ServerScriptEditor
          Inplace editor fro ServerTransformationFormItem
 

Uses of FBInplaceEditor in org.jbpm.model.formbuilder.client.form.items
 

Methods in org.jbpm.model.formbuilder.client.form.items that return FBInplaceEditor
 FBInplaceEditor HeaderFormItem.createInplaceEditor()
           
 FBInplaceEditor LabelFormItem.createInplaceEditor()
           
 FBInplaceEditor ServerTransformationFormItem.createInplaceEditor()
           
 FBInplaceEditor HTMLFormItem.createInplaceEditor()
           
 



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