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. fields
The input fields within the formprivate ArrayList<Input>
Form.FormBuilder. fields
Methods in io.john.amiscaray.stir.domain.elements that return Input Modifier and Type Method Description Input
Input.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.FormBuilder
Form.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.FormBuilder
Form.FormBuilder. fields(Collection<? extends Input> fields)