Modifier and Type | Method and Description |
---|---|
FormItemRepresentation |
FormDefinitionService.getFormItem(String formItemId) |
Modifier and Type | Method and Description |
---|---|
Map<String,FormItemRepresentation> |
FormDefinitionService.getFormItems() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
FormItemRepresentation |
FormRepresentationDecoderImpl.decodeItem(String json) |
Modifier and Type | Method and Description |
---|---|
void |
FormBuilderServiceImpl.deleteFormItem(String formItemName,
FormItemRepresentation formItem) |
void |
FormBuilderServiceImpl.saveFormItem(FormItemRepresentation formItem,
String formItemName) |
Modifier and Type | Method and Description |
---|---|
List<FormItemRepresentation> |
FormRepresentation.getFormItems() |
Modifier and Type | Method and Description |
---|---|
void |
FormRepresentation.addFormItem(FormItemRepresentation formItem) |
Modifier and Type | Method and Description |
---|---|
void |
FormRepresentation.setFormItems(List<FormItemRepresentation> formItems) |
Modifier and Type | Method and Description |
---|---|
FormItemRepresentation |
FormRepresentationDecoder.decodeItem(String json) |
Modifier and Type | Method and Description |
---|---|
String |
FormRepresentationEncoder.encode(FormItemRepresentation item) |
String |
AbstractFormRepresentationEncoder.encode(FormItemRepresentation item) |
Modifier and Type | Method and Description |
---|---|
FormItemRepresentation |
ConditionalBlockRepresentation.getElseBlock() |
FormItemRepresentation |
ConditionalBlockRepresentation.getIfBlock() |
FormItemRepresentation |
LoopBlockRepresentation.getLoopBlock() |
FormItemRepresentation |
BorderPanelRepresentation.putItem(BorderPanelRepresentation.Position key,
FormItemRepresentation value) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
CSSPanelRepresentation.setItems(List<FormItemRepresentation> items) |
void |
HorizontalPanelRepresentation.setItems(List<FormItemRepresentation> items) |
void |
FieldSetPanelRepresentation.setItems(List<FormItemRepresentation> items) |
void |
VerticalPanelRepresentation.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) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.