Uses of Class
io.john.amiscaray.stir.domain.elements.Input
| Package | Description |
|---|---|
| io.john.amiscaray.stir.domain.elements |
-
Uses of Input in io.john.amiscaray.stir.domain.elements
Fields in io.john.amiscaray.stir.domain.elements with type parameters of type Input Modifier and Type Field Description private List<Input>Form. fieldsThe input fields within the formprivate ArrayList<Input>Form.FormBuilder. fieldsMethods in io.john.amiscaray.stir.domain.elements that return Input Modifier and Type Method Description InputInput.InputBuilder. build()Methods in io.john.amiscaray.stir.domain.elements that return types with arguments of type Input Modifier and Type Method Description List<Input>Form. getFields()Methods in io.john.amiscaray.stir.domain.elements with parameters of type Input Modifier and Type Method Description Form.FormBuilderForm.FormBuilder. field(Input field)Method parameters in io.john.amiscaray.stir.domain.elements with type arguments of type Input Modifier and Type Method Description Form.FormBuilderForm.FormBuilder. fields(Collection<? extends Input> fields)