Uses of Class
com.iizix.prop.GDateTime
Package
Description
Uses of GDateTime in com.iizigo.prop.editor
Modifier and TypeMethodDescriptionDateTimePropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.protected GDateTime
Gets the property value for a user input.Modifier and TypeMethodDescriptionDateTimePropEditor.formatValue
(GDateTime value) Formats the value for user input as a String.void
Called when the property is updated without errors, with a new value.protected void
DateTimePropEditor.setInputValue
(GDateTime value) Sets the new input value.Uses of GDateTime in com.iizigo.prop.editor.dialog
ModifierConstructorDescriptionDateTimeDialog
(org.eclipse.swt.widgets.Shell parent, GDateTime dateTime, GDateTime.Type type, HashSet<GDateTime.Type> acceptedTypes) Create the dialog.Uses of GDateTime in com.iizix.prop
Modifier and TypeFieldDescriptionstatic final GDateTime
GDateTime.EPOCH_DATE
The epoch date as a LocalDate, i.e.static final GDateTime
GDateTime.MIDNIGHT
The time as midnight as a LocalTime, i.e.Modifier and TypeMethodDescriptionstatic GDateTime
Helper to constructs a date from an SQL Date instance as a LocalDate.static GDateTime
Helper to constructs a date from aDate
instance as a LocalDate.static GDateTime
GDateTime.fromDateTime
(Timestamp timeStamp) Helper to constructs a date/time from a timestamp as a LocalDateTime.static GDateTime
GDateTime.fromDateTime
(Date dateTime) Helper to constructs a date/time from a data and time as a LocalDateTime.static GDateTime
GDateTime.fromString
(GDateTime.Type type, String string) Creates a new GDateTime value from a type and a String.static GDateTime
Helper to constructs a time from a Time instance as a LocalTime.static GDateTime
Helper to constructs a time from aDate
instance as a LocalTime.static GDateTime
Helper to constructs a date/time from aValue
, if the Value is of the Value Types LocalTime, OffsetTime, LocalDate, LocalDateTime, OffsetDateTime or ZonedDateTime.DateTimeProp.getDateTime()
Gets the current value set as an GDateTime.static GDateTime
GDateTime.now
(GDateTime.Type type, LocaleInfo localeInfo) Create a new GDateTime with the current date and/or time for a type.GDateTime.toDateValue()
Gets the date/time value that would match a date value component.GDateTime.toTimeValue()
Gets the date/time value that would match a time value component.GDateTime.toType
(GDateTime.Type type, LocaleInfo localeInfo) Converts a date/time value to another type.Modifier and TypeMethodDescriptionboolean
DateTimeProp.setDateTime
(GDateTime dateTime) Sets new date/time for this property.boolean
DateTimeProp.setPropValue
(GDateTime newValue) Sets a new value for this property.ModifierConstructorDescriptionDateTimeProp
(Atom propertyAtom, GDateTime newValue) Creates a date/time property with the specified name and value.Uses of GDateTime in com.iizix.prop.ui
Modifier and TypeMethodDescriptionUICalendar.getDefaultValue()
Gets the default date value when the value property is undefined.Uses of GDateTime in com.iizix.prop.ui.datetime
Modifier and TypeMethodDescriptiondefault GDateTime
IUIDateTime.getDefaultValue()
Gets the default value of the component as a GDateTime.default GDateTime
IUIDateTime.getDefaultValue
(LocaleInfo localeInfo) Gets the default value of the component as a GDateTime.UIDateTime.getDefaultValue()
Gets the default value of the component as a GDateTime.IUIDateTime.getValue()
Gets the current date-time value.UIDateTime.getValue()
Gets the current date-time value.Modifier and TypeMethodDescriptionboolean
Returns if a GDateType value is valid for this date-time type.default boolean
Sets the date-time value with the locale information of the current user session (or system default) in case value conversion is required.boolean
IUIDateTime.setValue
(GDateTime value, LocaleInfo localeInfo) Sets the date-time value.boolean
Sets the date-time value with the locale information of the current user session (or system default) in case value conversion is required.boolean
UIDateTime.setValue
(GDateTime value, LocaleInfo localeInfo) Sets the date-time value.Uses of GDateTime in com.iizix.prop.ui.mlist
Modifier and TypeMethodDescriptionboolean
MLDateTime.setValue
(GDateTime value, LocaleInfo localeInfo) Sets the date-time value.Uses of GDateTime in com.iizix.prop.ui.value
Modifier and TypeMethodDescriptionIUIDateTimeComponent.getDefaultValue()
Gets the default value of the component as a GDateTime.default GDateTime
IUIDateTimeComponent.getValue()
Gets the value of the component as a GDateTime.default GDateTime
IUIDateTimeComponent.getValueOrDefault()
Gets the value of the component as without throwing an exception as opposed toIUIDateTimeComponent.getValue()
but falls back to the default value if undefined.Modifier and TypeMethodDescriptionboolean
Sets the value of the component as a date/time value.default boolean
Sets the date value of the component as a date/time value.default boolean
Sets the time value of the component as a date/time value.