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 Boolean
autoFocus
private String
content
private ArrayList<String>
cssClasses
private ArrayList<String>
customAttributes$key
private ArrayList<String>
customAttributes$value
private Boolean
disabled
private String
form
private String
formAction
private String
formEnctype
private String
formMethod
private Boolean
formNoValidate
private boolean
hidden
private String
id
private String
name
private String
style
private String
type
private String
value
-
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
-