Class Select.SelectBuilder
java.lang.Object
io.john.amiscaray.stir.domain.elements.Select.SelectBuilder
- Enclosing class:
- Select
public static class Select.SelectBuilder extends Object
-
Field Summary
Fields Modifier and Type Field Description private BooleanautoFocusprivate ArrayList<String>cssClassesprivate ArrayList<String>customAttributes$keyprivate ArrayList<String>customAttributes$valueprivate Booleandisabledprivate Stringformprivate booleanhiddenprivate Stringidprivate Stringlabelprivate Booleanmultipleprivate Stringnameprivate ArrayList<Option>optionsprivate Booleanrequiredprivate Integersizeprivate Stringstyle -
Constructor Summary
Constructors Constructor Description SelectBuilder() -
Method Summary
-
Field Details
-
id
-
cssClasses
-
style
-
autoFocus
-
disabled
-
form
-
multiple
-
name
-
required
-
size
-
options
-
label
-
customAttributes$key
-
customAttributes$value
-
-
Constructor Details
-
SelectBuilder
SelectBuilder()
-
-
Method Details
-
id
-
cssClass
-
cssClasses
-
clearCssClasses
-
style
-
autoFocus
-
disabled
-
form
-
multiple
-
name
-
required
-
size
-
option
-
options
-
clearOptions
-
label
-
customAttribute
public Select.SelectBuilder customAttribute(String customAttributeKey, String customAttributeValue) -
customAttributes
public Select.SelectBuilder customAttributes(Map<? extends String,? extends String> customAttributes) -
clearCustomAttributes
-
build
-
toString
-