ImmutableForm |
ImmutableForm.Builder.build() |
|
static ImmutableForm |
ImmutableForm.copyOf(Form instance) |
Creates an immutable copy of a Form value.
|
ImmutableForm |
ModifiableForm.toImmutable() |
|
ImmutableForm |
ImmutableForm.withData(Map<String,? extends FormItem> entries) |
Copy the current immutable object by replacing the data map with the specified map.
|
ImmutableForm |
ImmutableForm.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableForm |
ImmutableForm.withMetadata(Form.Metadata value) |
Copy the current immutable object by setting a value for the metadata attribute.
|
ImmutableForm |
ImmutableForm.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableForm |
ImmutableForm.withNamespaces(Map<String,? extends Form> entries) |
Copy the current immutable object by replacing the namespaces map with the specified map.
|
ImmutableForm |
ImmutableForm.withRequiredErrorText(Map<String,? extends String> entries) |
Copy the current immutable object by replacing the requiredErrorText map with the specified map.
|
ImmutableForm |
ImmutableForm.withRev(String value) |
Copy the current immutable object by setting a value for the rev attribute.
|
ImmutableForm |
ImmutableForm.withValueSets(FormValueSet... elements) |
Copy the current immutable object with elements that replace the content of valueSets.
|
ImmutableForm |
ImmutableForm.withValueSets(Iterable<? extends FormValueSet> elements) |
Copy the current immutable object with elements that replace the content of valueSets.
|
ImmutableForm |
ImmutableForm.withVariables(Variable... elements) |
Copy the current immutable object with elements that replace the content of variables.
|
ImmutableForm |
ImmutableForm.withVariables(Iterable<? extends Variable> elements) |
Copy the current immutable object with elements that replace the content of variables.
|