Uses of Enum Class
com.iizix.Value.Type
Package
Description
Uses of Value.Type in com.iizigo.panel.prop.creator
ModifierConstructorDescriptionNameVSFieldCreator
(String image, Value.Type valueType) The creator constructor.Uses of Value.Type in com.iizigo.prop
Modifier and TypeMethodDescriptionString[][]
PatternManager.getCustomPatterns
(Value.Type valueType) Gets the patterns for the value type.Uses of Value.Type in com.iizigo.prop.editor.dialog
ModifierConstructorDescriptionRawTextEditorPatternDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, Boolean useTags, IVSParticipant vsParticipant, EditorTextTable defaultTextTable, Value.Type valueType) Create the dialog.Uses of Value.Type in com.iizigo.vs
Modifier and TypeFieldDescriptionCreateColumnData.dataType
The data type for the column, null for none, otherwise a validValue
data type.Modifier and TypeMethodDescriptionTablePanel.getBestVSColumnHeaderValueType
(VSRelativeReference<?> reference) ValuePanel.getBestVSFieldValueType
(VSRelativeReference<?> reference) INewVSComponentWizardInfo.getValueType()
Returns the value type where this applies (for VS Field and VS Column Header).NewVSComponentWizard.getValueType()
Returns the value type where this applies (for VS Field and VS Column Header).PatternHelper.getValueType()
Gets the current value type.Modifier and TypeMethodDescriptionstatic NewVSComponentWizard<EditorVSField>
NewVSComponentWizard.newVSFieldWizard
(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, Boolean isNullAllowed, boolean doCreateDefaultValue, IPropUndoRedo undoRedo) Create a new instance of the wizard to create a field.NewVSComponentWizard.newVSTableColumnWizard
(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, Boolean isNullAllowed, boolean doCreateDefaultValue, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Create a new instance of the wizard to create a field or a table column.void
INewVSComponentWizardInfo.setValueType
(Value.Type valueType) Sets the value type where this applies (for VS Field and VS Column Header).void
NewVSComponentWizard.setValueType
(Value.Type valueType) Sets the value type where this applies (for VS Field and VS Column Header).void
PatternHelper.update
(PatternProp pp, Value.Type valueType, boolean updateCombo) Sets the pattern that has been modified in the combo.ModifierConstructorDescriptionCreateColumnData
(String name, Value.Type dataType, boolean isNullAllowed, String description) Creates a new instance and initializes the members with the same names as the parameters.NewVSComponentWizard
(int createType, String title, EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, Boolean isNullAllowed, boolean doCreateDefaultValue, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Constructor.Uses of Value.Type in com.iizigo.vs.prop
Modifier and TypeMethodDescriptionboolean
EditorVSColumnHeader.setValueType
(Value.Type type) Sets the value type of the column.Uses of Value.Type in com.iizigo.vs.wizards
Modifier and TypeMethodDescriptionfinal Value.Type
VSComponentCreation.getValueType()
Returns the value type where this applies (for VS Field and VS Column Header).Modifier and TypeMethodDescriptionfinal void
VSComponentCreation.setValueType
(Value.Type valueType) Sets the value type where this applies (for VS Field and VS Column Header).ModifierConstructorDescriptionVSComponentCreation
(EditorVirtualSpace virtualSpace, String requestedName, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, Boolean isNullAllowed, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Constructor.VSFieldCreation
(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, Boolean isNullAllowed, IPropUndoRedo undoRedo) The constructor.Uses of Value.Type in com.iizigo.ws.prop
Modifier and TypeMethodDescriptionIWrappedElement.getValueType()
Gets the Value type that applies for this element.Uses of Value.Type in com.iizigo.ws.prop.json
Modifier and TypeMethodDescriptionEditorJSONElementWrapper.getValueType()
Gets the Value type that applies for this element.Uses of Value.Type in com.iizix
Modifier and TypeMethodDescriptionstatic Value.Type
Returns the Value Type from a given type string.static Value.Type
Value.getValueType
(Object value) Guesses the type value for a Value class.static Value.Type
Guesses the value type from a String in the following order: Long, Double, BigDecimal, ZonedDateTime, OffsetDateTime, LocalDateTime, OffsetTime, LocalTime, LocalDate, Period, Duration, MonthDay, YearMonth, Boolean.static Value.Type
Value.typeFromSQLType
(int sqlType) Convenience method to convert SQL types to the default mapped value type.static Value.Type
Returns the enum constant of this class with the specified name.static Value.Type[]
Value.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
Value.Type.canConvertTo
(Value.Type dest) Returns if this value can be converted to another value type.Value.convert
(Value.Type targetType) Converts this Value from its current value type to the requested target type using the locale looked-up from current thread or if not found, for system default.Value.convert
(Value.Type targetType, LocaleInfo localeInfo) Converts this Value from its current value type to the requested target type using the specified locale information.static Value
Value.getDefaultValue_StringFallback
(Value.Type type, boolean isNullAllowed) Safely gets a shared instance of anull
or defaultValue
of the specified type depending on theisNullAllowed
flag.static String
Value.getString
(Object value, Value.Type type, String pattern, LocaleInfo localeInfo) Gets the value as a String with the specified pattern formatter string.static Value
Value.ofType
(Object value, Value.Type targetType, LocaleInfo localeInfo) Tries to create aValue
instance forced to the specified type.static Value
Value.parseValue
(String value, Value.Type type, String pattern, LocaleInfo localeInfo) Creates a Value object from a String using a specified pattern and locale.Uses of Value.Type in com.iizix.api.vs
Modifier and TypeFieldDescriptionfinal Value.Type
VSFieldEvent.sourceType
The convert-from-type of Value.final Value.Type
VSFieldEvent.targetType
The convert-to-type of value.final Value.Type
JavaActorParam.Type.valueType
Type of value, null ifpropertyClass
is notValueProp
.ModifierConstructorDescriptionVSFieldEvent
(VSField source, VSFieldEvent.Op operation, Object value, Value.Type sourceType, Value.Type targetType, GProp<?> trigger) Constructs the event for an action to use with value conversion.Uses of Value.Type in com.iizix.db.api
Modifier and TypeFieldDescriptionfinal Value.Type[]
RowInfo.vsValueTypes
The VirtualSpace Value types for the row.Modifier and TypeMethodDescriptionvoid
RowInfo.initialize
(int[] vsColumnIndicies, Value.Type[] vsValueTypes, int[] sqlColumnIndicies, Object[] sqlValues, Value[] vsValues) Initializes this same instance for re-use to avoid garbage collection.ModifierConstructorDescriptionRowInfo
(ResultSetProps resultSetProps, VSTable table, ResultSet resultSet, int[] vsColumnIndicies, Value.Type[] vsValueTypes, int[] sqlColumnIndicies, Object[] sqlValues, Value[] vsValues) Constructor.Uses of Value.Type in com.iizix.db.prop
Modifier and TypeMethodDescriptionResultSetColumnProp.getBestVSColumnHeaderValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.InputVariable.getBestVSFieldValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.ResultProps.getBestVSFieldValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.Uses of Value.Type in com.iizix.prop
Modifier and TypeMethodDescriptionIPatternOwner.getValueType()
Returns the value type for the pattern property.ValueProp.getValueType()
Gets the value type.ValueTypeProp.getValueType()
Gets the value type.Modifier and TypeMethodDescriptionboolean
ValueTypeProp.setValueType
(Value.Type type) Sets the Value Type property value.ModifierConstructorDescriptionValueTypeProp
(Atom propertyAtom, Value.Type type) Creates a Value Type property with the specified name and value.Uses of Value.Type in com.iizix.prop.content
Modifier and TypeMethodDescriptionAbstractContentUIContainer.getBestVSColumnHeaderValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.protected abstract Value.Type[]
AbstractContentUIContainer.getBestVSColumnHeaderValueTypes()
Gets the value type that would best suit the for the columns.Uses of Value.Type in com.iizix.prop.ui
Modifier and TypeMethodDescriptionUIAbstractListChoice.getBestVSColumnHeaderValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.UIComp.getBestVSFieldValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.UIOutput.getValueType()
Returns the value type for the pattern property.Uses of Value.Type in com.iizix.prop.ui.chart.series
Modifier and TypeMethodDescriptionSeries.getBestVSColumnHeaderValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.Uses of Value.Type in com.iizix.prop.ui.datetime
Modifier and TypeMethodDescriptionUIDateTimeDataType.getValueType()
Returns the Value type for Value.Uses of Value.Type in com.iizix.prop.ui.map
Modifier and TypeMethodDescriptionMapMarkers.getBestVSColumnHeaderValueTypes()
Gets the value type that would best suit the for the columns.UIMap.getBestVSFieldValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.Uses of Value.Type in com.iizix.prop.ui.mlist
Modifier and TypeFieldDescriptionstatic Value.Type[]
MLComboBox.TABLE_COLUMN_VALUE_TYPES
Best value types for the columns.static Value.Type[]
MLDateTime.TABLE_COLUMN_VALUE_TYPES
Best value types for the columns.static Value.Type[]
MLSimple.TABLE_COLUMN_VALUE_TYPES
Best value types for the columns.static Value.Type[]
MLSlider.TABLE_COLUMN_VALUE_TYPES
Best value types for the columns.static Value.Type[]
MLSpinner.TABLE_COLUMN_VALUE_TYPES
Best value types for the columns.static Value.Type[]
MLText.TABLE_COLUMN_VALUE_TYPES
Best value types for the columns.Modifier and TypeMethodDescriptionMLGroup.getBestVSColumnHeaderValueTypes()
Gets the value type that would best suit the for the columns.Uses of Value.Type in com.iizix.prop.ui.table
Modifier and TypeMethodDescriptionUITableColumn.getBestVSColumnHeaderValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.UITable.getBestVSFieldValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.Uses of Value.Type in com.iizix.prop.vs
Modifier and TypeMethodDescriptionIVSColumnBestValueListener.getBestVSColumnHeaderValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.VSColumnAdapter.getBestVSColumnHeaderValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.IVSFieldListener.getBestVSFieldValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.VSFieldAdapter.getBestVSFieldValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.VSField.getRawValueType()
Gets the raw value type of the field.VSColumnHeader.getValueType()
Gets the value type of the column.VSField.getValueType()
Gets the value type.Modifier and TypeMethodDescriptionVSField.getValue
(LocaleInfo localeInfo, Value.Type type, boolean doTranslate, GProp<?> trigger) Gets a value in the requested type with translation flag and no trigger property.VSField.getValue
(Value.Type type) Gets a value in the requested type with translation using the field actors with translation and no trigger property.VSField.getValue
(Value.Type type, boolean doTranslate) Gets a value in the requested type with translation flag and no trigger property.VSField.getValue
(Value.Type type, boolean doTranslate, GProp<?> trigger) Gets a value in the requested type with translation flag and no trigger property.Uses of Value.Type in com.iizix.prop.vs.actor
Modifier and TypeMethodDescriptionFieldActors.convert
(VSFieldEvent.Op op, Object value, Value.Type sourceType, Value.Type targetType, boolean doTranslate, GProp<?> trigger) Convert a value of a certain type to another.Uses of Value.Type in com.iizix.term.prop
Modifier and TypeMethodDescriptionScreenFieldProp.getBestVSColumnHeaderValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.ScreenFieldProp.getBestVSFieldValueType
(VSRelativeReference<?> reference) Requests the value type that would best suit the listener.Uses of Value.Type in com.iizix.value
Modifier and TypeMethodDescriptionfinal Value.Type
BigDecimalValue.getValueType()
Gets the value type.final Value.Type
BigIntegerValue.getValueType()
Gets the value type.final Value.Type
BinaryValue.getValueType()
Gets the value type.final Value.Type
BooleanValue.getValueType()
Gets the value type.final Value.Type
ByteValue.getValueType()
Gets the value type.final Value.Type
DoubleValue.getValueType()
Gets the value type.final Value.Type
DurationValue.getValueType()
Gets the value type.final Value.Type
FloatValue.getValueType()
Gets the value type.final Value.Type
IntegerValue.getValueType()
Gets the value type.IValueObject.getValueType()
Gets the value type.final Value.Type
KStringValue.getValueType()
Gets the value type.final Value.Type
LocalDateTimeValue.getValueType()
Gets the value type.final Value.Type
LocalDateValue.getValueType()
Gets the value type.final Value.Type
LocalTimeValue.getValueType()
Gets the value type.final Value.Type
LongValue.getValueType()
Gets the value type.final Value.Type
MonthDayValue.getValueType()
Gets the value type.final Value.Type
OffsetDateTimeValue.getValueType()
Gets the value type.final Value.Type
OffsetTimeValue.getValueType()
Gets the value type.final Value.Type
PeriodValue.getValueType()
Gets the value type.final Value.Type
ShortValue.getValueType()
Gets the value type.final Value.Type
StringValue.getValueType()
Gets the value type.final Value.Type
XMLDurationValue.getValueType()
Gets the value type.final Value.Type
XMLGregorianCalendarValue.getValueType()
Gets the value type.final Value.Type
YearMonthValue.getValueType()
Gets the value type.final Value.Type
YearValue.getValueType()
Gets the value type.final Value.Type
ZonedDateTimeValue.getValueType()
Gets the value type.Modifier and TypeMethodDescriptionBigDecimalValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.BigIntegerValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.byte[]
BinaryValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.BooleanValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.ByteValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.DoubleValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.DurationValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.FloatValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.IntegerValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.IValueObject.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.KStringValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.LocalDateTimeValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.LocalDateValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.LocalTimeValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.LongValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.MonthDayValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.OffsetDateTimeValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.OffsetTimeValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.PeriodValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.ShortValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.StringValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.XMLDurationValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.XMLGregorianCalendarValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.YearMonthValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.YearValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.ZonedDateTimeValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.