Uses of Interface
io.dialob.api.form.FormItem
Packages that use FormItem
-
Uses of FormItem in io.dialob.api.form
Classes in io.dialob.api.form that implement FormItemModifier and TypeClassDescriptionfinal classImmutable implementation ofFormItem.final classA modifiable implementation of theFormItemtype.Methods in io.dialob.api.form that return types with arguments of type FormItemModifier and TypeMethodDescriptionForm.getData()ImmutableForm.getData()ModifiableForm.getData()Methods in io.dialob.api.form with parameters of type FormItemModifier and TypeMethodDescriptionstatic ImmutableFormItemCreates an immutable copy of aFormItemvalue.Fill a builder with attribute values from the providedFormIteminstance.Fill this modifiable instance with attribute values from the providedFormIteminstance.Put the given key and value into thedatamap attribute.Put the given key and value into thedatamap attribute.final ImmutableForm.BuilderPut one entry to thedatamap.Put one entry to thedatamap.Method parameters in io.dialob.api.form with type arguments of type FormItemModifier and TypeMethodDescriptionfinal ImmutableForm.BuilderSets or replaces all mappings from the specified map as entries for thedatamap.final ImmutableForm.BuilderImmutableForm.Builder.putAllData(Map<String, ? extends FormItem> entries) Put all mappings from the specified map as entries todatamap.ModifiableForm.putAllData(Map<String, ? extends FormItem> entries) Put all mappings from the specified map as entries to thedatamap.final ImmutableForm.BuilderPut one entry to thedatamap.Sets or replaces all mappings from the specified map as entries for thedatamap.final ImmutableFormCopy the current immutable object by replacing thedatamap with the specified map.