Uses of Class
io.john.amiscaray.stir.domain.elements.Option
Package | Description |
---|---|
io.john.amiscaray.stir.domain.elements |
-
Uses of Option in io.john.amiscaray.stir.domain.elements
Fields in io.john.amiscaray.stir.domain.elements with type parameters of type Option Modifier and Type Field Description private List<Option>
Select. options
The inner options of the select elementprivate ArrayList<Option>
Select.SelectBuilder. options
Methods in io.john.amiscaray.stir.domain.elements that return Option Modifier and Type Method Description Option
Option.OptionBuilder. build()
Methods in io.john.amiscaray.stir.domain.elements that return types with arguments of type Option Modifier and Type Method Description List<Option>
Select. getOptions()
Methods in io.john.amiscaray.stir.domain.elements with parameters of type Option Modifier and Type Method Description void
Select. addOption(Option option)
Select.SelectBuilder
Select.SelectBuilder. option(Option option)
Method parameters in io.john.amiscaray.stir.domain.elements with type arguments of type Option Modifier and Type Method Description Select.SelectBuilder
Select.SelectBuilder. options(Collection<? extends Option> options)
void
Select. setOptions(List<Option> options)