ImmutableFormItem |
ImmutableFormItem.Builder.build() |
|
static ImmutableFormItem |
ImmutableFormItem.copyOf(FormItem instance) |
Creates an immutable copy of a FormItem value.
|
ImmutableFormItem |
ModifiableFormItem.toImmutable() |
|
ImmutableFormItem |
ImmutableFormItem.withActiveWhen(String value) |
Copy the current immutable object by setting a value for the activeWhen attribute.
|
ImmutableFormItem |
ImmutableFormItem.withAdditionalProperties(Map<String,? extends Object> entries) |
|
ImmutableFormItem |
ImmutableFormItem.withCanAddRowWhen(String value) |
Copy the current immutable object by setting a value for the canAddRowWhen attribute.
|
ImmutableFormItem |
ImmutableFormItem.withCanRemoveRowWhen(String value) |
Copy the current immutable object by setting a value for the canRemoveRowWhen attribute.
|
ImmutableFormItem |
ImmutableFormItem.withClassName(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of className.
|
ImmutableFormItem |
ImmutableFormItem.withClassName(String... elements) |
Copy the current immutable object with elements that replace the content of className.
|
ImmutableFormItem |
ImmutableFormItem.withDefaultValue(Object value) |
Copy the current immutable object by setting a value for the defaultValue attribute.
|
ImmutableFormItem |
ImmutableFormItem.withDescription(Map<String,? extends String> entries) |
Copy the current immutable object by replacing the description map with the specified map.
|
ImmutableFormItem |
ImmutableFormItem.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableFormItem |
ImmutableFormItem.withItems(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of items.
|
ImmutableFormItem |
ImmutableFormItem.withItems(String... elements) |
Copy the current immutable object with elements that replace the content of items.
|
ImmutableFormItem |
ImmutableFormItem.withLabel(Map<String,? extends String> entries) |
Copy the current immutable object by replacing the label map with the specified map.
|
ImmutableFormItem |
ImmutableFormItem.withProps(Map<String,? extends Object> entries) |
Copy the current immutable object by replacing the props map with the specified map.
|
ImmutableFormItem |
ImmutableFormItem.withReadOnly(Boolean value) |
Copy the current immutable object by setting a value for the readOnly attribute.
|
ImmutableFormItem |
ImmutableFormItem.withRequired(String value) |
Copy the current immutable object by setting a value for the required attribute.
|
ImmutableFormItem |
ImmutableFormItem.withRequiredErrorText(Map<String,? extends String> entries) |
Copy the current immutable object by replacing the requiredErrorText map with the specified map.
|
ImmutableFormItem |
ImmutableFormItem.withType(String value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableFormItem |
ImmutableFormItem.withValidations(Validation... elements) |
Copy the current immutable object with elements that replace the content of validations.
|
ImmutableFormItem |
ImmutableFormItem.withValidations(Iterable<? extends Validation> elements) |
Copy the current immutable object with elements that replace the content of validations.
|
ImmutableFormItem |
ImmutableFormItem.withValueSetId(String value) |
Copy the current immutable object by setting a value for the valueSetId attribute.
|
ImmutableFormItem |
ImmutableFormItem.withView(String value) |
Copy the current immutable object by setting a value for the view attribute.
|