ModifiableForm |
ModifiableForm.addAllValueSets(Iterable<? extends FormValueSet> elements) |
|
ModifiableForm |
ModifiableForm.addAllVariables(Iterable<? extends Variable> elements) |
|
ModifiableForm |
ModifiableForm.addValueSets(FormValueSet element) |
|
ModifiableForm |
ModifiableForm.addValueSets(FormValueSet... elements) |
|
ModifiableForm |
ModifiableForm.addVariables(Variable element) |
|
ModifiableForm |
ModifiableForm.addVariables(Variable... elements) |
|
ModifiableForm |
ModifiableForm.clear() |
Clears the object by setting all attributes to their initial values.
|
static ModifiableForm |
ModifiableForm.create() |
Construct a modifiable instance of Form.
|
ModifiableForm |
ModifiableForm.from(Form instance) |
Fill this modifiable instance with attribute values from the provided Form instance.
|
ModifiableForm |
ModifiableForm.from(ModifiableForm instance) |
Fill this modifiable instance with attribute values from the provided Form instance.
|
ModifiableForm |
ModifiableForm.putAllData(Map<String,? extends FormItem> entries) |
Put all mappings from the specified map as entries to the data map.
|
ModifiableForm |
ModifiableForm.putAllNamespaces(Map<String,? extends Form> entries) |
Put all mappings from the specified map as entries to the namespaces map.
|
ModifiableForm |
ModifiableForm.putAllRequiredErrorText(Map<String,? extends String> entries) |
|
ModifiableForm |
ModifiableForm.putData(String key,
FormItem value) |
Put one entry to the data map.
|
ModifiableForm |
ModifiableForm.putNamespaces(String key,
Form value) |
|
ModifiableForm |
ModifiableForm.putRequiredErrorText(String key,
String value) |
|
ModifiableForm |
ModifiableForm.setData(Map<String,? extends FormItem> entries) |
Sets or replaces all mappings from the specified map as entries for the data map.
|
ModifiableForm |
ModifiableForm.setId(String id) |
Assigns a value to the id attribute.
|
ModifiableForm |
ModifiableForm.setMetadata(Form.Metadata metadata) |
Assigns a value to the metadata attribute.
|
ModifiableForm |
ModifiableForm.setName(String name) |
Assigns a value to the name attribute.
|
ModifiableForm |
ModifiableForm.setNamespaces(Map<String,? extends Form> entries) |
Sets or replaces all mappings from the specified map as entries for the namespaces map.
|
ModifiableForm |
ModifiableForm.setRequiredErrorText(Map<String,? extends String> entries) |
Sets or replaces all mappings from the specified map as entries for the requiredErrorText map.
|
ModifiableForm |
ModifiableForm.setRev(String rev) |
Assigns a value to the rev attribute.
|
ModifiableForm |
ModifiableForm.setValueSets(Iterable<? extends FormValueSet> elements) |
Sets or replaces all elements for valueSets list.
|
ModifiableForm |
ModifiableForm.setVariables(Iterable<? extends Variable> elements) |
Sets or replaces all elements for variables list.
|