Class DateTimePickerOptions
java.lang.Object
com.evolveum.midpoint.gui.impl.component.input.DateTimePickerOptions
- All Implemented Interfaces:
Serializable
Options that will be used for date time picker in js.
We can generate options as string for js script by
toJsConfiguration()
.- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DateTimePickerOptions
of()
theme
(DateTimePickerOptions.Theme theme) Produce string that represent options for date time picker which can be used for js script.
-
Method Details
-
of
-
theme
-
toJsConfiguration
Produce string that represent options for date time picker which can be used for js script. -
getDateTimeFormat
-