Uses of Class
com.iizix.prop.GDateTime
Packages that use GDateTime Package Description com.iizigo.prop.editor com.iizigo.prop.editor.dialog com.iizix.prop com.iizix.prop.ui com.iizix.prop.ui.datetime com.iizix.prop.ui.mlist com.iizix.prop.ui.value Uses of GDateTime in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GDateTime Modifier and Type Method Description GDateTimeDateTimePropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.protected GDateTimeDateTimePropEditor. getValue(java.lang.String input)Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type GDateTime Modifier and Type Method Description java.lang.StringDateTimePropEditor. formatValue(GDateTime value)Formats the value for user input as a String.voidDateTimePropEditor. onUpdate(GDateTime value)Called when the property is updated without errors, with a new value.protected voidDateTimePropEditor. setInputValue(GDateTime value)Sets the new input value.Uses of GDateTime in com.iizigo.prop.editor.dialog
Methods in com.iizigo.prop.editor.dialog that return GDateTime Modifier and Type Method Description GDateTimeDateTimeDialog. open()Open the dialog.Constructors in com.iizigo.prop.editor.dialog with parameters of type GDateTime Constructor Description DateTimeDialog(org.eclipse.swt.widgets.Shell parent, GDateTime dateTime, GDateTime.Type type, java.util.HashSet<GDateTime.Type> acceptedTypes)Create the dialog.Uses of GDateTime in com.iizix.prop
Fields in com.iizix.prop declared as GDateTime Modifier and Type Field Description static GDateTimeGDateTime. EPOCH_DATEThe epoch date as a LocalDate, i.e.static GDateTimeGDateTime. MIDNIGHTThe time as midnight as a LocalTime, i.e.Methods in com.iizix.prop that return GDateTime Modifier and Type Method Description static GDateTimeGDateTime. fromDate(java.sql.Date date)Helper to constructs a date from an SQL Date instance as a LocalDate.static GDateTimeGDateTime. fromDate(java.util.Date date)Helper to constructs a date from aDateinstance as a LocalDate.static GDateTimeGDateTime. fromDateTime(java.sql.Timestamp timeStamp)Helper to constructs a date/time from a timestamp as a LocalDateTime.static GDateTimeGDateTime. fromDateTime(java.util.Date dateTime)Helper to constructs a date/time from a data and time as a LocalDateTime.static GDateTimeGDateTime. fromString(GDateTime.Type type, java.lang.String string)Creates a new GDateTime value from a type and a String.static GDateTimeGDateTime. fromTime(java.sql.Time time)Helper to constructs a time from a Time instance as a LocalTime.static GDateTimeGDateTime. fromTime(java.util.Date time)Helper to constructs a time from aDateinstance as a LocalTime.static GDateTimeGDateTime. fromValue(Value value)Helper to constructs a date/time from aValue, if the Value is of the Value Types LocalTime, OffsetTime, LocalDate, LocalDateTime, OffsetDateTime or ZonedDateTime.GDateTimeDateTimeProp. getDateTime()Gets the current value set as an GDateTime.static GDateTimeGDateTime. now(GDateTime.Type type, LocaleInfo localeInfo)Create a new GDateTime with the current date and/or time for a type.GDateTimeGDateTime. toDateValue()Gets the date/time value that would match a date value component.GDateTimeGDateTime. toTimeValue()Gets the date/time value that would match a time value component.GDateTimeGDateTime. toType(GDateTime.Type type, LocaleInfo localeInfo)Converts a date/time value to another type.Methods in com.iizix.prop with parameters of type GDateTime Modifier and Type Method Description booleanDateTimeProp. setDateTime(GDateTime dateTime)Sets new date/time for this property.booleanDateTimeProp. setPropValue(GDateTime newValue)Sets a new value for this property.Constructors in com.iizix.prop with parameters of type GDateTime Constructor Description DateTimeProp(Atom propertyAtom, GDateTime newValue)Creates a date/time property with the specified name and value.Uses of GDateTime in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return GDateTime Modifier and Type Method Description GDateTimeUICalendar. getDefaultValue()Gets the default date value when the value property is undefined.Uses of GDateTime in com.iizix.prop.ui.datetime
Methods in com.iizix.prop.ui.datetime that return GDateTime Modifier and Type Method Description default GDateTimeIUIDateTime. getDefaultValue()Gets the default value of the component as a GDateTime.default GDateTimeIUIDateTime. getDefaultValue(LocaleInfo localeInfo)Gets the default value of the component as a GDateTime.GDateTimeUIDateTime. getDefaultValue()Gets the default value of the component as a GDateTime.GDateTimeIUIDateTime. getValue()Gets the current date-time value.GDateTimeUIDateTime. getValue()Gets the current date-time value.Methods in com.iizix.prop.ui.datetime with parameters of type GDateTime Modifier and Type Method Description booleanUIDateTimeType. isValid(GDateTime dateTime)Returns if a GDateType value is valid for this date-time type.default booleanIUIDateTime. setValue(GDateTime value)Sets the date-time value with the locale information of the current user session (or system default) in case value conversion is required.booleanIUIDateTime. setValue(GDateTime value, LocaleInfo localeInfo)Sets the date-time value.booleanUIDateTime. setValue(GDateTime value)Sets the date-time value with the locale information of the current user session (or system default) in case value conversion is required.booleanUIDateTime. setValue(GDateTime value, LocaleInfo localeInfo)Sets the date-time value.Uses of GDateTime in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return GDateTime Modifier and Type Method Description GDateTimeMLDateTime. getValue()Gets the date/time for the list item.Methods in com.iizix.prop.ui.mlist with parameters of type GDateTime Modifier and Type Method Description booleanMLDateTime. setValue(GDateTime value, LocaleInfo localeInfo)Sets the date-time value.Uses of GDateTime in com.iizix.prop.ui.value
Methods in com.iizix.prop.ui.value that return GDateTime Modifier and Type Method Description GDateTimeIUIDateTimeComponent. getDefaultValue()Gets the default value of the component as a GDateTime.default GDateTimeIUIDateTimeComponent. getValue()Gets the value of the component as a GDateTime.default GDateTimeIUIDateTimeComponent. 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.Methods in com.iizix.prop.ui.value with parameters of type GDateTime Modifier and Type Method Description booleanIUIDateTimeComponent. setValue(GDateTime value)Sets the value of the component as a date/time value.default booleanIUIDateValueComponent. setValue(GDateTime value)Sets the date value of the component as a date/time value.default booleanIUITimeValueComponent. setValue(GDateTime value)Sets the time value of the component as a date/time value.