ImmutableFormItem |
ImmutableFormItem.Builder.build() |
|
static ImmutableFormItem |
ImmutableFormItem.copyOf(FormItem instance) |
Creates an immutable copy of a FormItem value.
|
ImmutableFormItem |
ImmutableFormItem.withActiveExpression(Expression value) |
Copy the current immutable object by setting a present value for the optional activeExpression attribute.
|
ImmutableFormItem |
ImmutableFormItem.withActiveExpression(Optional<? extends Expression> optional) |
Copy the current immutable object by setting an optional value for the activeExpression attribute.
|
ImmutableFormItem |
ImmutableFormItem.withClassName(Expression value) |
Copy the current immutable object by setting a present value for the optional className attribute.
|
ImmutableFormItem |
ImmutableFormItem.withClassName(Optional<? extends Expression> optional) |
Copy the current immutable object by setting an optional value for the className attribute.
|
ImmutableFormItem |
ImmutableFormItem.withDefaultValue(Object value) |
Copy the current immutable object by setting a present value for the optional defaultValue attribute.
|
ImmutableFormItem |
ImmutableFormItem.withDefaultValue(Optional<? extends Object> optional) |
Copy the current immutable object by setting an optional value for the defaultValue attribute.
|
ImmutableFormItem |
ImmutableFormItem.withDescriptionExpression(Expression value) |
Copy the current immutable object by setting a present value for the optional descriptionExpression attribute.
|
ImmutableFormItem |
ImmutableFormItem.withDescriptionExpression(Optional<? extends Expression> optional) |
|
ImmutableFormItem |
ImmutableFormItem.withDisabledExpression(Expression value) |
Copy the current immutable object by setting a present value for the optional disabledExpression attribute.
|
ImmutableFormItem |
ImmutableFormItem.withDisabledExpression(Optional<? extends Expression> optional) |
Copy the current immutable object by setting an optional value for the disabledExpression attribute.
|
ImmutableFormItem |
ImmutableFormItem.withErrors(Error... elements) |
Copy the current immutable object with elements that replace the content of errors.
|
ImmutableFormItem |
ImmutableFormItem.withErrors(Iterable<? extends Error> elements) |
Copy the current immutable object with elements that replace the content of errors.
|
ImmutableFormItem |
ImmutableFormItem.withId(ItemId value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableFormItem |
ImmutableFormItem.withIsPrototype(boolean value) |
Copy the current immutable object by setting a value for the isPrototype attribute.
|
ImmutableFormItem |
ImmutableFormItem.withLabelExpression(Expression value) |
Copy the current immutable object by setting a present value for the optional labelExpression attribute.
|
ImmutableFormItem |
ImmutableFormItem.withLabelExpression(Optional<? extends Expression> optional) |
Copy the current immutable object by setting an optional value for the labelExpression attribute.
|
ImmutableFormItem |
ImmutableFormItem.withProps(@Nullable Map<String,? extends Object> entries) |
Copy the current immutable object by replacing the props map with the specified map.
|
ImmutableFormItem |
ImmutableFormItem.withRequiredExpression(Expression value) |
Copy the current immutable object by setting a present value for the optional requiredExpression attribute.
|
ImmutableFormItem |
ImmutableFormItem.withRequiredExpression(Optional<? extends Expression> optional) |
Copy the current immutable object by setting an optional value for the requiredExpression attribute.
|
ImmutableFormItem |
ImmutableFormItem.withType(String value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableFormItem |
ImmutableFormItem.withValueSetId(String value) |
Copy the current immutable object by setting a present value for the optional valueSetId attribute.
|
ImmutableFormItem |
ImmutableFormItem.withValueSetId(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the valueSetId attribute.
|
ImmutableFormItem |
ImmutableFormItem.withValueType(ValueType value) |
Copy the current immutable object by setting a value for the valueType attribute.
|
ImmutableFormItem |
ImmutableFormItem.withView(@Nullable String value) |
Copy the current immutable object by setting a value for the view attribute.
|