Uses of Class
io.dialob.api.form.ImmutableFormItem.Builder
Packages that use ImmutableFormItem.Builder
-
Uses of ImmutableFormItem.Builder in io.dialob.api.form
Methods in io.dialob.api.form that return ImmutableFormItem.BuilderModifier and TypeMethodDescriptionImmutableFormItem.Builder.activeWhen(String activeWhen) Initializes the value for theactiveWhenattribute.ImmutableFormItem.Builder.addAllClassName(Iterable<String> elements) Adds elements toclassNamelist.ImmutableFormItem.Builder.addAllItems(Iterable<String> elements) Adds elements toitemslist.ImmutableFormItem.Builder.addAllValidations(Iterable<? extends Validation> elements) Adds elements tovalidationslist.ImmutableFormItem.Builder.addClassName(String element) Adds one element toclassNamelist.ImmutableFormItem.Builder.addClassName(String... elements) Adds elements toclassNamelist.Adds one element toitemslist.Adds elements toitemslist.ImmutableFormItem.Builder.additionalProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for theadditionalPropertiesmap.ImmutableFormItem.Builder.addValidations(Validation element) Adds one element tovalidationslist.ImmutableFormItem.Builder.addValidations(Validation... elements) Adds elements tovalidationslist.static ImmutableFormItem.BuilderImmutableFormItem.builder()Creates a builder forImmutableFormItem.ImmutableFormItem.Builder.canAddRowWhen(String canAddRowWhen) Initializes the value for thecanAddRowWhenattribute.ImmutableFormItem.Builder.canRemoveRowWhen(String canRemoveRowWhen) Initializes the value for thecanRemoveRowWhenattribute.Sets or replaces all elements forclassNamelist.ImmutableFormItem.Builder.defaultValue(Object defaultValue) Initializes the value for thedefaultValueattribute.ImmutableFormItem.Builder.description(Map<String, ? extends String> entries) Sets or replaces all mappings from the specified map as entries for thedescriptionmap.Fill a builder with attribute values from the providedFormIteminstance.ImmutableFormItem.Builder.from(ModifiableFormItem instance) Fill a builder with attribute values from the providedModifiableFormIteminstance.Initializes the value for theidattribute.Sets or replaces all elements foritemslist.Sets or replaces all mappings from the specified map as entries for thelabelmap.Sets or replaces all mappings from the specified map as entries for thepropsmap.ImmutableFormItem.Builder.putAdditionalProperties(String key, Object value) Put one entry to theadditionalPropertiesmap.ImmutableFormItem.Builder.putAdditionalProperties(Map.Entry<String, ? extends Object> entry) Put one entry to theadditionalPropertiesmap.ImmutableFormItem.Builder.putAllAdditionalProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries toadditionalPropertiesmap.ImmutableFormItem.Builder.putAllDescription(Map<String, ? extends String> entries) Put all mappings from the specified map as entries todescriptionmap.ImmutableFormItem.Builder.putAllLabel(Map<String, ? extends String> entries) Put all mappings from the specified map as entries tolabelmap.ImmutableFormItem.Builder.putAllProps(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries topropsmap.ImmutableFormItem.Builder.putAllRequiredErrorText(Map<String, ? extends String> entries) Put all mappings from the specified map as entries torequiredErrorTextmap.ImmutableFormItem.Builder.putDescription(String key, String value) Put one entry to thedescriptionmap.ImmutableFormItem.Builder.putDescription(Map.Entry<String, ? extends String> entry) Put one entry to thedescriptionmap.Put one entry to thelabelmap.Put one entry to thelabelmap.Put one entry to thepropsmap.Put one entry to thepropsmap.ImmutableFormItem.Builder.putRequiredErrorText(String key, String value) Put one entry to therequiredErrorTextmap.ImmutableFormItem.Builder.putRequiredErrorText(Map.Entry<String, ? extends String> entry) Put one entry to therequiredErrorTextmap.Initializes the value for thereadOnlyattribute.Initializes the value for therequiredattribute.ImmutableFormItem.Builder.requiredErrorText(Map<String, ? extends String> entries) Sets or replaces all mappings from the specified map as entries for therequiredErrorTextmap.Initializes the value for thetypeattribute.ImmutableFormItem.Builder.validations(Iterable<? extends Validation> elements) Sets or replaces all elements forvalidationslist.ImmutableFormItem.Builder.valueSetId(String valueSetId) Initializes the value for thevalueSetIdattribute.Initializes the value for theviewattribute.