|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FormItemRepresentation in org.jbpm.formapi.client.form |
|---|
| Methods in org.jbpm.formapi.client.form with type parameters of type FormItemRepresentation | ||
|---|---|---|
protected
|
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 |
|---|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||