Modifier and Type | Method and Description |
---|---|
Field |
Form.getField(String name)
Get field by name
|
Modifier and Type | Method and Description |
---|---|
Set<Field> |
Form.getFieldsForDataHolder(DataHolder dataHolder) |
Set<Field> |
Form.getFormFields() |
Modifier and Type | Method and Description |
---|---|
int |
Field.compareTo(Field o) |
boolean |
DataHolder.ownsField(Field field) |
Modifier and Type | Method and Description |
---|---|
void |
Form.setFormFields(Set<Field> formFields) |
Modifier and Type | Method and Description |
---|---|
Field |
FormSerializationManagerImpl.deserializeField(Node nodeField) |
Modifier and Type | Method and Description |
---|---|
void |
FormSerializationManagerImpl.generateFieldXML(Field field,
XMLNode parent) |
Modifier and Type | Method and Description |
---|---|
void |
FieldAdapter.parseField(Field originalField,
FormMigrationSummary formSummary,
FormDefinition fieldDefinitionConsumer,
Consumer<org.uberfire.ext.layout.editor.api.editor.LayoutComponent> layoutElementConsumer) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFormAdapter.migrateFields(Set<Field> fields,
FormDefinition newForm,
FormMigrationSummary formSummary) |
Modifier and Type | Method and Description |
---|---|
void |
DecoratorFieldAdapter.parseField(Field originalField,
FormMigrationSummary formSummary,
FormDefinition fieldDefinitionConsumer,
Consumer<org.uberfire.ext.layout.editor.api.editor.LayoutComponent> layoutElementConsumer) |
Modifier and Type | Method and Description |
---|---|
protected FieldDefinition |
TextAreaFieldAdapter.getFieldDefinition(Field originalField) |
protected FieldDefinition |
SubformFieldAdapter.getFieldDefinition(Field originalField) |
protected FieldDefinition |
SelectBoxFieldAdapter.getFieldDefinition(Field originalField) |
protected FieldDefinition |
RadioGroupFieldAdapter.getFieldDefinition(Field originalField) |
protected FieldDefinition |
MultiplesValuesAdapter.getFieldDefinition(Field originalField) |
protected FieldDefinition |
MultipleSubformFieldAdapter.getFieldDefinition(Field originalField) |
protected FieldDefinition |
IntegerTextFieldAdapter.getFieldDefinition(Field originalField) |
protected FieldDefinition |
InputTextFieldAdapter.getFieldDefinition(Field originalField) |
protected FieldDefinition |
DocumentFieldAdapter.getFieldDefinition(Field originalField) |
protected FieldDefinition |
DecimalTextFieldAdapter.getFieldDefinition(Field originalField) |
protected FieldDefinition |
DatesFieldAdapter.getFieldDefinition(Field originalField) |
protected FieldDefinition |
CheckBoxFieldAdapter.getFieldDefinition(Field originalField) |
protected FieldDefinition |
CharacterFieldAdapter.getFieldDefinition(Field originalField) |
protected abstract FieldDefinition |
AbstractFieldAdapter.getFieldDefinition(Field originalField) |
void |
AbstractFieldAdapter.parseField(Field originalField,
FormMigrationSummary formSummary,
FormDefinition newFormDefinition,
Consumer<org.uberfire.ext.layout.editor.api.editor.LayoutComponent> layoutElementConsumer) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.