C - Concrete configurator typepublic interface HasTimeInputConfigurator<C extends HasTimeInputConfigurator<C>>
| Modifier and Type | Method and Description |
|---|---|
C |
spacing(boolean spacing)
Set whether to display a space between the
date, time input fields. |
C |
timeInputWidth(String timeInputWidth)
Set the time input width.
|
C |
timePlaceholder(Function<Character,String> timePlaceholder)
Sets the function to use to display the time input placeholder text.
|
C |
timeSeparator(char timeSeparator)
Set the time separator character.
|
C spacing(boolean spacing)
date, time input fields.spacing - whether to enable spacingC timeSeparator(char timeSeparator)
timeSeparator - the time separator to setC timeInputWidth(String timeInputWidth)
timeInputWidth - the time input width to setC timePlaceholder(Function<Character,String> timePlaceholder)
The time separator character is provider as function argument.
timePlaceholder - the function to use to display the time input placeholder textCopyright © 2019 The Holon Platform. All rights reserved.