Uses of Class
org.jbpm.formapi.shared.api.FormItemRepresentation

Packages that use FormItemRepresentation
org.jbpm.formapi.client.form   
org.jbpm.formapi.server.form   
org.jbpm.formapi.server.trans   
org.jbpm.formapi.shared.api   
org.jbpm.formapi.shared.api.items   
org.jbpm.formapi.shared.form   
org.jbpm.formapi.shared.menu   
 

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

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

Methods in org.jbpm.formapi.client.form that return FormItemRepresentation
 FormItemRepresentation FormRepresentationDecoderClient.decodeItem(String json)
           
abstract  FormItemRepresentation FBFormItem.getRepresentation()
          This method is used to create a POJO representation of the UI component that any java service can understand.
 

Methods in org.jbpm.formapi.client.form that return types with arguments of type FormItemRepresentation
 List<FormItemRepresentation> FormRepresentationDecoderClient.decodeItems(com.google.gwt.json.client.JSONValue json)
           
 

Methods in org.jbpm.formapi.client.form with parameters of type FormItemRepresentation
static FBFormItem FBFormItem.createItem(FormItemRepresentation rep)
           
 void FBFormItem.populate(FormItemRepresentation rep)
          This method must be overriden by each FBFormItem subclass to repopulate its properties from an outside POJO representation.
 

Uses of FormItemRepresentation in org.jbpm.formapi.server.form
 

Methods in org.jbpm.formapi.server.form that return FormItemRepresentation
 FormItemRepresentation FormRepresentationDecoderImpl.decodeItem(String json)
           
 

Uses of FormItemRepresentation in org.jbpm.formapi.server.trans
 

Methods in org.jbpm.formapi.server.trans with parameters of type FormItemRepresentation
 String ScriptingTranslator.getOnEventParams(FormItemRepresentation item)
           
 Object Translator.translateItem(FormItemRepresentation item)
           
 String ScriptingTranslator.translateItem(FormItemRepresentation item)
           
 

Uses of FormItemRepresentation in org.jbpm.formapi.shared.api
 

Methods in org.jbpm.formapi.shared.api that return types with arguments of type FormItemRepresentation
 List<FormItemRepresentation> FormRepresentation.getFormItems()
           
 

Methods in org.jbpm.formapi.shared.api with parameters of type FormItemRepresentation
 void FormRepresentation.addFormItem(FormItemRepresentation formItem)
           
 

Method parameters in org.jbpm.formapi.shared.api with type arguments of type FormItemRepresentation
 void FormRepresentation.setFormItems(List<FormItemRepresentation> formItems)
           
 

Uses of FormItemRepresentation in org.jbpm.formapi.shared.api.items
 

Subclasses of FormItemRepresentation in org.jbpm.formapi.shared.api.items
 class AbsolutePanelRepresentation
           
 class AudioRepresentation
           
 class BorderPanelRepresentation
           
 class CalendarRepresentation
           
 class CanvasRepresentation
           
 class CheckBoxRepresentation
           
 class ClientScriptRepresentation
           
 class ComboBoxRepresentation
           
 class CompleteButtonRepresentation
           
 class ConditionalBlockRepresentation
           
 class CSSPanelRepresentation
           
 class FieldSetPanelRepresentation
           
 class FileInputRepresentation
           
 class FlowPanelRepresentation
           
 class HeaderRepresentation
           
 class HiddenRepresentation
           
 class HorizontalPanelRepresentation
           
 class HTMLRepresentation
           
 class ImageRepresentation
           
 class ImageRolodexRepresentation
           
 class LabelRepresentation
           
 class LineGraphRepresentation
           
 class LoopBlockRepresentation
           
 class MenuPanelRepresentation
           
 class MIGPanelRepresentation
           
 class NumberFieldRepresentation
           
 class OptionRepresentation
           
 class PasswordFieldRepresentation
           
 class RadioButtonRepresentation
           
 class RangeFieldRepresentation
           
 class RichTextEditorRepresentation
           
 class ServerTransformationRepresentation
           
 class SummaryRepresentation
           
 class TabbedPanelRepresentation
           
 class TableRepresentation
           
 class TextAreaRepresentation
           
 class TextFieldRepresentation
           
 class UploadWithProgressBarRepresentation
           
 class VideoRepresentation
           
 

Methods in org.jbpm.formapi.shared.api.items that return FormItemRepresentation
 FormItemRepresentation ConditionalBlockRepresentation.getElseBlock()
           
 FormItemRepresentation ConditionalBlockRepresentation.getIfBlock()
           
 FormItemRepresentation LoopBlockRepresentation.getLoopBlock()
           
 FormItemRepresentation BorderPanelRepresentation.putItem(BorderPanelRepresentation.Position key, FormItemRepresentation value)
           
 

Methods in org.jbpm.formapi.shared.api.items that return types with arguments of type FormItemRepresentation
 List<List<FormItemRepresentation>> MIGPanelRepresentation.getElements()
           
 List<List<FormItemRepresentation>> TableRepresentation.getElements()
           
 List<FormItemRepresentation> CSSPanelRepresentation.getItems()
           
 List<FormItemRepresentation> FieldSetPanelRepresentation.getItems()
           
 Map<AbsolutePanelRepresentation.Position,FormItemRepresentation> AbsolutePanelRepresentation.getItems()
           
 Map<BorderPanelRepresentation.Position,FormItemRepresentation> BorderPanelRepresentation.getItems()
           
 List<FormItemRepresentation> HorizontalPanelRepresentation.getItems()
           
 List<FormItemRepresentation> FlowPanelRepresentation.getItems()
           
 List<FormItemRepresentation> MenuPanelRepresentation.getItems()
           
 Map<TabbedPanelRepresentation.IndexedString,FormItemRepresentation> TabbedPanelRepresentation.getTabContents()
           
 

Methods in org.jbpm.formapi.shared.api.items with parameters of type FormItemRepresentation
 void HorizontalPanelRepresentation.addItem(FormItemRepresentation item)
           
 void AbsolutePanelRepresentation.addItem(FormItemRepresentation rep, int x, int y)
           
 FormItemRepresentation BorderPanelRepresentation.putItem(BorderPanelRepresentation.Position key, FormItemRepresentation value)
           
 void TabbedPanelRepresentation.putTab(int index, String tabTitle, FormItemRepresentation tabContent)
           
 void TableRepresentation.setElement(int rowNumber, int colNumber, FormItemRepresentation subRep)
           
 void MIGPanelRepresentation.setElement(int rowNumber, int cellNumber, FormItemRepresentation subRep, int colspan, int rowspan)
           
 void ConditionalBlockRepresentation.setElseBlock(FormItemRepresentation elseBlock)
           
 void ConditionalBlockRepresentation.setIfBlock(FormItemRepresentation ifBlock)
           
 void LoopBlockRepresentation.setLoopBlock(FormItemRepresentation loopBlock)
           
 

Method parameters in org.jbpm.formapi.shared.api.items with type arguments of type FormItemRepresentation
 void CSSPanelRepresentation.setItems(List<FormItemRepresentation> items)
           
 void FieldSetPanelRepresentation.setItems(List<FormItemRepresentation> items)
           
 void HorizontalPanelRepresentation.setItems(List<FormItemRepresentation> items)
           
 void FlowPanelRepresentation.setItems(List<FormItemRepresentation> items)
           
 void MenuPanelRepresentation.setItems(List<FormItemRepresentation> items)
           
 void BorderPanelRepresentation.setItems(Map<BorderPanelRepresentation.Position,FormItemRepresentation> items)
           
 void TabbedPanelRepresentation.setTabContents(Map<TabbedPanelRepresentation.IndexedString,FormItemRepresentation> tabContents)
           
 

Uses of FormItemRepresentation in org.jbpm.formapi.shared.form
 

Methods in org.jbpm.formapi.shared.form that return FormItemRepresentation
 FormItemRepresentation FormRepresentationDecoder.decodeItem(String json)
           
 

Methods in org.jbpm.formapi.shared.form with parameters of type FormItemRepresentation
 String FormRepresentationEncoder.encode(FormItemRepresentation item)
           
 String AbstractFormRepresentationEncoder.encode(FormItemRepresentation item)
           
 

Uses of FormItemRepresentation in org.jbpm.formapi.shared.menu
 

Methods in org.jbpm.formapi.shared.menu that return FormItemRepresentation
 FormItemRepresentation MenuItemDescription.getItemRepresentation()
           
 

Methods in org.jbpm.formapi.shared.menu with parameters of type FormItemRepresentation
 void MenuItemDescription.setItemRepresentation(FormItemRepresentation itemRepresentation)
           
 



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