Uses of Class
io.dialob.api.form.ModifiableFormItem
Packages that use ModifiableFormItem
-
Uses of ModifiableFormItem in io.dialob.api.form
Methods in io.dialob.api.form that return ModifiableFormItemModifier and TypeMethodDescriptionModifiableFormItem.addAllClassName(Iterable<String> elements) Adds elements toclassNamelist.ModifiableFormItem.addAllItems(Iterable<String> elements) Adds elements toitemslist.ModifiableFormItem.addAllValidations(Iterable<? extends Validation> elements) Adds elements tovalidationslist.ModifiableFormItem.addClassName(String element) Adds one element toclassNamelist.final ModifiableFormItemModifiableFormItem.addClassName(String... elements) Adds elements toclassNamelist.Adds one element toitemslist.final ModifiableFormItemAdds elements toitemslist.ModifiableFormItem.addValidations(Validation element) Adds one element tovalidationslist.final ModifiableFormItemModifiableFormItem.addValidations(Validation... elements) Adds elements tovalidationslist.ModifiableFormItem.clear()Clears the object by setting all attributes to their initial values.static ModifiableFormItemModifiableFormItem.create()Construct a modifiable instance ofFormItem.Fill this modifiable instance with attribute values from the providedFormIteminstance.ModifiableFormItem.from(ModifiableFormItem instance) Fill this modifiable instance with attribute values from the providedFormIteminstance.ModifiableFormItem.putAdditionalProperties(String key, Object value) Put one entry to theadditionalPropertiesmap.ModifiableFormItem.putAllAdditionalProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries to theadditionalPropertiesmap.ModifiableFormItem.putAllDescription(Map<String, ? extends String> entries) Put all mappings from the specified map as entries to thedescriptionmap.ModifiableFormItem.putAllLabel(Map<String, ? extends String> entries) Put all mappings from the specified map as entries to thelabelmap.ModifiableFormItem.putAllProps(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries to thepropsmap.ModifiableFormItem.putAllRequiredErrorText(Map<String, ? extends String> entries) Put all mappings from the specified map as entries to therequiredErrorTextmap.ModifiableFormItem.putDescription(String key, String value) Put one entry to thedescriptionmap.Put one entry to thelabelmap.Put one entry to thepropsmap.ModifiableFormItem.putRequiredErrorText(String key, String value) Put one entry to therequiredErrorTextmap.ModifiableFormItem.setActiveWhen(String activeWhen) Assigns a value to theactiveWhenattribute.ModifiableFormItem.setAdditionalProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for theadditionalPropertiesmap.ModifiableFormItem.setCanAddRowWhen(String canAddRowWhen) Assigns a value to thecanAddRowWhenattribute.ModifiableFormItem.setCanRemoveRowWhen(String canRemoveRowWhen) Assigns a value to thecanRemoveRowWhenattribute.ModifiableFormItem.setClassName(Iterable<String> elements) Sets or replaces all elements forclassNamelist.ModifiableFormItem.setDefaultValue(Object defaultValue) Assigns a value to thedefaultValueattribute.ModifiableFormItem.setDescription(Map<String, ? extends String> entries) Sets or replaces all mappings from the specified map as entries for thedescriptionmap.Assigns a value to 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.ModifiableFormItem.setReadOnly(Boolean readOnly) Assigns a value to thereadOnlyattribute.ModifiableFormItem.setRequired(String required) Assigns a value to therequiredattribute.ModifiableFormItem.setRequiredErrorText(Map<String, ? extends String> entries) Sets or replaces all mappings from the specified map as entries for therequiredErrorTextmap.Assigns a value to thetypeattribute.ModifiableFormItem.setValidations(Iterable<? extends Validation> elements) Sets or replaces all elements forvalidationslist.ModifiableFormItem.setValueSetId(String valueSetId) Assigns a value to thevalueSetIdattribute.Assigns a value to theviewattribute.Methods in io.dialob.api.form with parameters of type ModifiableFormItemModifier and TypeMethodDescriptionImmutableFormItem.Builder.from(ModifiableFormItem instance) Fill a builder with attribute values from the providedModifiableFormIteminstance.ModifiableFormItem.from(ModifiableFormItem instance) Fill this modifiable instance with attribute values from the providedFormIteminstance.