|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FormItemRepresentation in org.jbpm.model.formapi.client.form |
|---|
| Methods in org.jbpm.model.formapi.client.form with type parameters of type FormItemRepresentation | ||
|---|---|---|
protected
|
FBFormItem.getRepresentation(T rep)
|
|
| Methods in org.jbpm.model.formapi.client.form that return FormItemRepresentation | |
|---|---|
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.model.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.model.formapi.shared.api |
|---|
| Methods in org.jbpm.model.formapi.shared.api that return types with arguments of type FormItemRepresentation | |
|---|---|
List<FormItemRepresentation> |
FormRepresentation.getFormItems()
|
| Methods in org.jbpm.model.formapi.shared.api with parameters of type FormItemRepresentation | |
|---|---|
void |
FormRepresentation.addFormItem(FormItemRepresentation formItem)
|
| Method parameters in org.jbpm.model.formapi.shared.api with type arguments of type FormItemRepresentation | |
|---|---|
void |
FormRepresentation.setFormItems(List<FormItemRepresentation> formItems)
|
| Uses of FormItemRepresentation in org.jbpm.model.formapi.shared.api.items |
|---|
| Methods in org.jbpm.model.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.model.formapi.shared.api.items that return types with arguments of type FormItemRepresentation | |
|---|---|
List<List<FormItemRepresentation>> |
MIGPanelRepresentation.getElements()
|
List<List<FormItemRepresentation>> |
TableRepresentation.getElements()
|
List<FormItemRepresentation> |
HorizontalPanelRepresentation.getItems()
|
List<FormItemRepresentation> |
MenuPanelRepresentation.getItems()
|
List<FormItemRepresentation> |
CSSPanelRepresentation.getItems()
|
Map<BorderPanelRepresentation.Position,FormItemRepresentation> |
BorderPanelRepresentation.getItems()
|
List<FormItemRepresentation> |
FlowPanelRepresentation.getItems()
|
List<FormItemRepresentation> |
FieldSetPanelRepresentation.getItems()
|
Map<AbsolutePanelRepresentation.Position,FormItemRepresentation> |
AbsolutePanelRepresentation.getItems()
|
Map<TabbedPanelRepresentation.IndexedString,FormItemRepresentation> |
TabbedPanelRepresentation.getTabContents()
|
| Methods in org.jbpm.model.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.model.formapi.shared.api.items with type arguments of type FormItemRepresentation | |
|---|---|
void |
HorizontalPanelRepresentation.setItems(List<FormItemRepresentation> items)
|
void |
MenuPanelRepresentation.setItems(List<FormItemRepresentation> items)
|
void |
CSSPanelRepresentation.setItems(List<FormItemRepresentation> items)
|
void |
FlowPanelRepresentation.setItems(List<FormItemRepresentation> items)
|
void |
FieldSetPanelRepresentation.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.model.formapi.shared.form |
|---|
| Methods in org.jbpm.model.formapi.shared.form that return FormItemRepresentation | |
|---|---|
FormItemRepresentation |
FormRepresentationDecoder.decodeItem(String json)
|
| Methods in org.jbpm.model.formapi.shared.form with parameters of type FormItemRepresentation | |
|---|---|
String |
AbstractFormRepresentationEncoder.encode(FormItemRepresentation item)
|
String |
FormRepresentationEncoder.encode(FormItemRepresentation item)
|
| Uses of FormItemRepresentation in org.jbpm.model.formapi.shared.menu |
|---|
| Methods in org.jbpm.model.formapi.shared.menu that return FormItemRepresentation | |
|---|---|
FormItemRepresentation |
MenuItemDescription.getItemRepresentation()
|
| Methods in org.jbpm.model.formapi.shared.menu with parameters of type FormItemRepresentation | |
|---|---|
void |
MenuItemDescription.setItemRepresentation(FormItemRepresentation itemRepresentation)
|
| Uses of FormItemRepresentation in org.jbpm.model.formbuilder.client.form.items |
|---|
| Methods in org.jbpm.model.formbuilder.client.form.items with parameters of type FormItemRepresentation | |
|---|---|
void |
ImageRolodexFormItem.populate(FormItemRepresentation rep)
|
void |
ComboBoxFormItem.populate(FormItemRepresentation rep)
|
void |
RichTextEditorFormItem.populate(FormItemRepresentation rep)
|
void |
HeaderFormItem.populate(FormItemRepresentation rep)
|
void |
AudioFormItem.populate(FormItemRepresentation rep)
|
void |
CanvasFormItem.populate(FormItemRepresentation rep)
|
void |
UploadWithProgressBarFormItem.populate(FormItemRepresentation rep)
|
void |
LoopBlockFormItem.populate(FormItemRepresentation rep)
|
void |
ImageFormItem.populate(FormItemRepresentation rep)
|
void |
SummaryFormItem.populate(FormItemRepresentation rep)
|
void |
TableLayoutFormItem.populate(FormItemRepresentation rep)
|
void |
CompleteButtonFormItem.populate(FormItemRepresentation rep)
|
void |
LabelFormItem.populate(FormItemRepresentation rep)
|
void |
HiddenFormItem.populate(FormItemRepresentation rep)
|
void |
BorderLayoutFormItem.populate(FormItemRepresentation rep)
|
void |
CheckBoxFormItem.populate(FormItemRepresentation rep)
|
void |
TabbedLayoutFormItem.populate(FormItemRepresentation rep)
|
void |
NumberFieldFormItem.populate(FormItemRepresentation rep)
|
void |
FieldSetLayoutFormItem.populate(FormItemRepresentation rep)
|
void |
CSSLayoutFormItem.populate(FormItemRepresentation rep)
|
void |
MenuLayoutFormItem.populate(FormItemRepresentation rep)
|
void |
ServerTransformationFormItem.populate(FormItemRepresentation rep)
|
void |
AbsoluteLayoutFormItem.populate(FormItemRepresentation rep)
|
void |
MIGLayoutFormItem.populate(FormItemRepresentation rep)
|
void |
FlowLayoutFormItem.populate(FormItemRepresentation rep)
|
void |
RadioButtonFormItem.populate(FormItemRepresentation rep)
|
void |
RangeFieldFormItem.populate(FormItemRepresentation rep)
|
void |
TextAreaFormItem.populate(FormItemRepresentation rep)
|
void |
ClientScriptFormItem.populate(FormItemRepresentation rep)
|
void |
FileInputFormItem.populate(FormItemRepresentation rep)
|
void |
PasswordFieldFormItem.populate(FormItemRepresentation rep)
|
void |
ButtonFormItem.populate(FormItemRepresentation rep)
|
void |
HTMLFormItem.populate(FormItemRepresentation rep)
|
void |
CalendarFormItem.populate(FormItemRepresentation rep)
|
void |
TextFieldFormItem.populate(FormItemRepresentation rep)
|
void |
LineGraphFormItem.populate(FormItemRepresentation rep)
|
void |
VideoFormItem.populate(FormItemRepresentation rep)
|
void |
ConditionalBlockFormItem.populate(FormItemRepresentation rep)
|
void |
HorizontalLayoutFormItem.populate(FormItemRepresentation rep)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||