Uses of Class
io.dialob.api.form.ModifiableForm
Packages that use ModifiableForm
-
Uses of ModifiableForm in io.dialob.api.form
Methods in io.dialob.api.form that return ModifiableFormModifier and TypeMethodDescriptionModifiableForm.addAllValueSets(Iterable<? extends FormValueSet> elements) Adds elements tovalueSetslist.ModifiableForm.addAllVariables(Iterable<? extends Variable> elements) Adds elements tovariableslist.ModifiableForm.addValueSets(FormValueSet element) Adds one element tovalueSetslist.final ModifiableFormModifiableForm.addValueSets(FormValueSet... elements) Adds elements tovalueSetslist.ModifiableForm.addVariables(Variable element) Adds one element tovariableslist.final ModifiableFormModifiableForm.addVariables(Variable... elements) Adds elements tovariableslist.ModifiableForm.clear()Clears the object by setting all attributes to their initial values.static ModifiableFormModifiableForm.create()Construct a modifiable instance ofForm.Fill this modifiable instance with attribute values from the providedForminstance.ModifiableForm.from(ModifiableForm instance) Fill this modifiable instance with attribute values from the providedForminstance.ModifiableForm.putAllData(Map<String, ? extends FormItem> entries) Put all mappings from the specified map as entries to thedatamap.ModifiableForm.putAllNamespaces(Map<String, ? extends Form> entries) Put all mappings from the specified map as entries to thenamespacesmap.ModifiableForm.putAllRequiredErrorText(Map<String, ? extends String> entries) Put all mappings from the specified map as entries to therequiredErrorTextmap.Put one entry to thedatamap.ModifiableForm.putNamespaces(String key, Form value) Put one entry to thenamespacesmap.ModifiableForm.putRequiredErrorText(String key, String value) Put one entry to therequiredErrorTextmap.Sets or replaces all mappings from the specified map as entries for thedatamap.Assigns a value to theidattribute.ModifiableForm.setMetadata(Form.Metadata metadata) Assigns a value to themetadataattribute.Assigns a value to thenameattribute.ModifiableForm.setNamespaces(Map<String, ? extends Form> entries) Sets or replaces all mappings from the specified map as entries for thenamespacesmap.ModifiableForm.setRequiredErrorText(Map<String, ? extends String> entries) Sets or replaces all mappings from the specified map as entries for therequiredErrorTextmap.Assigns a value to therevattribute.ModifiableForm.setValueSets(Iterable<? extends FormValueSet> elements) Sets or replaces all elements forvalueSetslist.ModifiableForm.setVariables(Iterable<? extends Variable> elements) Sets or replaces all elements forvariableslist.Methods in io.dialob.api.form with parameters of type ModifiableFormModifier and TypeMethodDescriptionfinal ImmutableForm.BuilderImmutableForm.Builder.from(ModifiableForm instance) Fill a builder with attribute values from the providedModifiableForminstance.ModifiableForm.from(ModifiableForm instance) Fill this modifiable instance with attribute values from the providedForminstance.