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 Stringacceptprivate Stringaltprivate StringautoCompleteprivate BooleanautoFocusprivate Booleancheckedprivate ArrayList<String>cssClassesprivate ArrayList<String>customAttributes$keyprivate ArrayList<String>customAttributes$valueprivate StringdirNameprivate Booleandisabledprivate Stringformprivate StringformActionprivate StringformEnctypeprivate StringformMethodprivate BooleanformNoValidateprivate StringformTargetprivate Integerheightprivate booleanhiddenprivate Stringidprivate Stringlabelprivate Stringlistprivate Doublemaxprivate IntegermaxLengthprivate Doubleminprivate IntegerminLengthprivate Booleanmultipleprivate Stringnameprivate Stringpatternprivate StringplaceHolderprivate BooleanreadOnlyprivate Booleanrequiredprivate Integersizeprivate Stringsrcprivate Doublestepprivate Stringstyleprivate Stringtypeprivate Stringvalueprivate Integerwidth -
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
-