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 SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic DateTimePickerOptionsof()theme(DateTimePickerOptions.Theme theme) Produce string that represent options for date time picker which can be used for js script.
- 
Method Details- 
of
- 
theme
- 
toJsConfigurationProduce string that represent options for date time picker which can be used for js script.
- 
getDateTimeFormat
 
-