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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetDateTimeFormat(PageAdminLTE parentPage) static DateTimePickerOptionsof()theme(DateTimePickerOptions.Theme theme) toJsConfiguration(PageAdminLTE parentPage) Produce string that represent options for date time picker which can be used for js script.toJsConfiguration(String modalDialogId, PageAdminLTE parentPage) Produce string that represent options for date time picker displayed in a modal dialog 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. -
toJsConfiguration
Produce string that represent options for date time picker displayed in a modal dialog which can be used for js script. -
getDateTimeFormat
-