Class Input.InputBuilder
java.lang.Object
io.john.amiscaray.stir.domain.elements.Input.InputBuilder
- Enclosing class:
- Input
public static class Input.InputBuilder extends Object
-
Field Summary
Fields Modifier and Type Field Description private String
accept
private String
alt
private String
autoComplete
private Boolean
autoFocus
private Boolean
checked
private ArrayList<String>
cssClasses
private ArrayList<String>
customAttributes$key
private ArrayList<String>
customAttributes$value
private String
dirName
private Boolean
disabled
private String
form
private String
formAction
private String
formEnctype
private String
formMethod
private Boolean
formNoValidate
private String
formTarget
private Integer
height
private boolean
hidden
private String
id
private String
label
private String
list
private Double
max
private Integer
maxLength
private Double
min
private Integer
minLength
private Boolean
multiple
private String
name
private String
pattern
private String
placeHolder
private Boolean
readOnly
private Boolean
required
private Integer
size
private String
src
private Double
step
private String
style
private String
type
private String
value
private Integer
width
-
Constructor Summary
Constructors Constructor Description InputBuilder()
-
Method Summary
-
Field Details
-
type
-
value
-
label
-
accept
-
alt
-
autoComplete
-
autoFocus
-
checked
-
dirName
-
disabled
-
form
-
formAction
-
formEnctype
-
formMethod
-
formNoValidate
-
formTarget
-
height
-
list
-
max
-
maxLength
-
min
-
minLength
-
multiple
-
pattern
-
placeHolder
-
readOnly
-
required
-
size
-
src
-
step
-
width
-
cssClasses
-
id
-
style
-
name
-
customAttributes$key
-
customAttributes$value
-
-
Constructor Details
-
InputBuilder
InputBuilder()
-
-
Method Details
-
type
-
value
-
label
-
accept
-
alt
-
autoComplete
-
autoFocus
-
checked
-
dirName
-
disabled
-
form
-
formAction
-
formEnctype
-
formMethod
-
formNoValidate
-
formTarget
-
height
-
list
-
max
-
maxLength
-
min
-
minLength
-
multiple
-
pattern
-
placeHolder
-
readOnly
-
required
-
size
-
src
-
step
-
width
-
cssClass
-
cssClasses
-
clearCssClasses
-
id
-
style
-
name
-
customAttribute
-
customAttributes
public Input.InputBuilder customAttributes(Map<? extends String,? extends String> customAttributes) -
clearCustomAttributes
-
build
-
toString
-