|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FormItemRepresentation in org.jbpm.form.builder.services.api |
---|
Methods in org.jbpm.form.builder.services.api that return FormItemRepresentation | |
---|---|
FormItemRepresentation |
FormDefinitionService.getFormItem(String formItemId)
|
Methods in org.jbpm.form.builder.services.api that return types with arguments of type FormItemRepresentation | |
---|---|
Map<String,FormItemRepresentation> |
FormDefinitionService.getFormItems()
|
Methods in org.jbpm.form.builder.services.api with parameters of type FormItemRepresentation | |
---|---|
void |
FormBuilderService.deleteFormItem(String formItemName,
FormItemRepresentation formItem)
Deletes a UI component from the server |
void |
FormBuilderService.saveFormItem(FormItemRepresentation formItem,
String formItemName)
Saves a UI component on the server |
String |
FormDefinitionService.saveFormItem(String formItemName,
FormItemRepresentation formItem)
|
Uses of FormItemRepresentation in org.jbpm.form.builder.services.encoders |
---|
Methods in org.jbpm.form.builder.services.encoders that return FormItemRepresentation | |
---|---|
FormItemRepresentation |
FormRepresentationDecoderImpl.decodeItem(String json)
|
Uses of FormItemRepresentation in org.jbpm.form.builder.services.impl |
---|
Methods in org.jbpm.form.builder.services.impl with parameters of type FormItemRepresentation | |
---|---|
void |
FormBuilderServiceImpl.deleteFormItem(String formItemName,
FormItemRepresentation formItem)
|
void |
FormBuilderServiceImpl.saveFormItem(FormItemRepresentation formItem,
String formItemName)
|
Uses of FormItemRepresentation in org.jbpm.form.builder.services.model |
---|
Methods in org.jbpm.form.builder.services.model that return types with arguments of type FormItemRepresentation | |
---|---|
List<FormItemRepresentation> |
FormRepresentation.getFormItems()
|
Methods in org.jbpm.form.builder.services.model with parameters of type FormItemRepresentation | |
---|---|
void |
FormRepresentation.addFormItem(FormItemRepresentation formItem)
|
Method parameters in org.jbpm.form.builder.services.model with type arguments of type FormItemRepresentation | |
---|---|
void |
FormRepresentation.setFormItems(List<FormItemRepresentation> formItems)
|
Uses of FormItemRepresentation in org.jbpm.form.builder.services.model.forms |
---|
Methods in org.jbpm.form.builder.services.model.forms that return FormItemRepresentation | |
---|---|
FormItemRepresentation |
FormRepresentationDecoder.decodeItem(String json)
|
Methods in org.jbpm.form.builder.services.model.forms with parameters of type FormItemRepresentation | |
---|---|
String |
FormRepresentationEncoder.encode(FormItemRepresentation item)
|
String |
AbstractFormRepresentationEncoder.encode(FormItemRepresentation item)
|
Uses of FormItemRepresentation in org.jbpm.form.builder.services.model.items |
---|
Methods in org.jbpm.form.builder.services.model.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.form.builder.services.model.items that return types with arguments of type FormItemRepresentation | |
---|---|
List<List<FormItemRepresentation>> |
TableRepresentation.getElements()
|
List<List<FormItemRepresentation>> |
MIGPanelRepresentation.getElements()
|
List<FormItemRepresentation> |
VerticalPanelRepresentation.getItems()
|
List<FormItemRepresentation> |
MenuPanelRepresentation.getItems()
|
List<FormItemRepresentation> |
HorizontalPanelRepresentation.getItems()
|
List<FormItemRepresentation> |
FlowPanelRepresentation.getItems()
|
List<FormItemRepresentation> |
FieldSetPanelRepresentation.getItems()
|
List<FormItemRepresentation> |
CSSPanelRepresentation.getItems()
|
Map<BorderPanelRepresentation.Position,FormItemRepresentation> |
BorderPanelRepresentation.getItems()
|
Map<AbsolutePanelRepresentation.Position,FormItemRepresentation> |
AbsolutePanelRepresentation.getItems()
|
Map<TabbedPanelRepresentation.IndexedString,FormItemRepresentation> |
TabbedPanelRepresentation.getTabContents()
|
Methods in org.jbpm.form.builder.services.model.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.form.builder.services.model.items with type arguments of type FormItemRepresentation | |
---|---|
void |
VerticalPanelRepresentation.setItems(List<FormItemRepresentation> items)
|
void |
MenuPanelRepresentation.setItems(List<FormItemRepresentation> items)
|
void |
HorizontalPanelRepresentation.setItems(List<FormItemRepresentation> items)
|
void |
FlowPanelRepresentation.setItems(List<FormItemRepresentation> items)
|
void |
FieldSetPanelRepresentation.setItems(List<FormItemRepresentation> items)
|
void |
CSSPanelRepresentation.setItems(List<FormItemRepresentation> items)
|
void |
BorderPanelRepresentation.setItems(Map<BorderPanelRepresentation.Position,FormItemRepresentation> items)
|
void |
TabbedPanelRepresentation.setTabContents(Map<TabbedPanelRepresentation.IndexedString,FormItemRepresentation> tabContents)
|
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |