Package com.onec.ui
Class InputSpec.InputBuilder
java.lang.Object
com.onec.ui.InputSpec.InputBuilder
- Enclosing class:
InputSpec
Fluent builder for one input; setters may be called in any order.
-
Method Summary
Modifier and TypeMethodDescriptionThe choices for aInputType.SELECTinput.placeholder(String placeholder) The initial value the field carries before the user changes it.
-
Method Details
-
label
-
type
-
placeholder
-
options
The choices for aInputType.SELECTinput. -
value
The initial value the field carries before the user changes it.
-