Class Button.ButtonBuilder
java.lang.Object
io.john.amiscaray.stir.domain.elements.Button.ButtonBuilder
- Enclosing class:
- Button
public static class Button.ButtonBuilder extends Object
-
Field Summary
Fields Modifier and Type Field Description private BooleanautoFocusprivate Stringcontentprivate ArrayList<String>cssClassesprivate ArrayList<String>customAttributes$keyprivate ArrayList<String>customAttributes$valueprivate Booleandisabledprivate Stringformprivate StringformActionprivate StringformEnctypeprivate StringformMethodprivate BooleanformNoValidateprivate booleanhiddenprivate Stringidprivate Stringnameprivate Stringstyleprivate Stringtypeprivate Stringvalue -
Constructor Summary
Constructors Constructor Description ButtonBuilder() -
Method Summary
-
Field Details
-
id
-
cssClasses
-
style
-
autoFocus
-
disabled
-
form
-
name
-
-
formAction
-
formEnctype
-
formMethod
-
formNoValidate
-
type
-
value
-
customAttributes$key
-
customAttributes$value
-
-
Constructor Details
-
ButtonBuilder
ButtonBuilder()
-
-
Method Details
-
id
-
cssClass
-
cssClasses
-
clearCssClasses
-
style
-
autoFocus
-
disabled
-
form
-
name
-
content
-
formAction
-
formEnctype
-
formMethod
-
formNoValidate
-
type
-
value
-
customAttribute
public Button.ButtonBuilder customAttribute(String customAttributeKey, String customAttributeValue) -
customAttributes
public Button.ButtonBuilder customAttributes(Map<? extends String,? extends String> customAttributes) -
clearCustomAttributes
-
build
-
toString
-