Uses of Enum Class
com.iizix.Value.Type
Packages that use Value.Type
Package
Description
Uses of Value.Type in com.iizigo.panel.prop.creator
Constructors in com.iizigo.panel.prop.creator with parameters of type Value.TypeModifierConstructorDescriptionNameVSFieldCreator
(String image, Value.Type valueType) The creator constructor.Uses of Value.Type in com.iizigo.prop
Methods in com.iizigo.prop with parameters of type Value.TypeModifier and TypeMethodDescriptionString[][]
PatternManager.getCustomPatterns
(Value.Type valueType) Gets the patterns for the value type.Uses of Value.Type in com.iizigo.prop.editor.dialog
Constructors in com.iizigo.prop.editor.dialog with parameters of type Value.TypeModifierConstructorDescriptionRawTextEditorPatternDialog
(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
Fields in com.iizigo.vs declared as Value.TypeModifier and TypeFieldDescriptionCreateColumnData.dataType
The data type for the column, null for none, otherwise a validValue
data type.Methods in com.iizigo.vs that return Value.TypeModifier 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.Methods in com.iizigo.vs with parameters of type Value.TypeModifier 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.Constructors in com.iizigo.vs with parameters of type Value.TypeModifierConstructorDescriptionCreateColumnData
(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
Methods in com.iizigo.vs.prop with parameters of type Value.TypeModifier and TypeMethodDescriptionboolean
EditorVSColumnHeader.setValueType
(Value.Type type) Sets the value type of the column.Uses of Value.Type in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return Value.TypeModifier and TypeMethodDescriptionfinal Value.Type
VSComponentCreation.getValueType()
Returns the value type where this applies (for VS Field and VS Column Header).Methods in com.iizigo.vs.wizards with parameters of type Value.TypeModifier and TypeMethodDescriptionfinal void
VSComponentCreation.setValueType
(Value.Type valueType) Sets the value type where this applies (for VS Field and VS Column Header).Constructors in com.iizigo.vs.wizards with parameters of type Value.TypeModifierConstructorDescriptionVSComponentCreation
(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
Methods in com.iizigo.ws.prop that return Value.TypeModifier and TypeMethodDescriptionIWrappedElement.getValueType()
Gets the Value type that applies for this element.Uses of Value.Type in com.iizigo.ws.prop.json
Methods in com.iizigo.ws.prop.json that return Value.TypeModifier and TypeMethodDescriptionEditorJSONElementWrapper.getValueType()
Gets the Value type that applies for this element.Uses of Value.Type in com.iizix
Fields in com.iizix declared as Value.TypeMethods in com.iizix that return Value.TypeModifier 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.Methods in com.iizix with parameters of type Value.TypeModifier 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
Fields in com.iizix.api.vs declared as Value.TypeModifier 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
.Constructors in com.iizix.api.vs with parameters of type Value.TypeModifierConstructorDescriptionVSFieldEvent
(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
Fields in com.iizix.db.api declared as Value.TypeModifier and TypeFieldDescriptionfinal Value.Type[]
RowInfo.vsValueTypes
The VirtualSpace Value types for the row.Methods in com.iizix.db.api with parameters of type Value.TypeModifier 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.Constructors in com.iizix.db.api with parameters of type Value.TypeModifierConstructorDescriptionRowInfo
(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
Methods in com.iizix.db.prop that return Value.TypeModifier 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
Methods in com.iizix.prop that return Value.TypeModifier and TypeMethodDescriptionIPatternOwner.getValueType()
Returns the value type for the pattern property.ValueProp.getValueType()
Gets the value type.ValueTypeProp.getValueType()
Gets the value type.Methods in com.iizix.prop with parameters of type Value.TypeModifier and TypeMethodDescriptionboolean
ValueTypeProp.setValueType
(Value.Type type) Sets the Value Type property value.Constructors in com.iizix.prop with parameters of type Value.TypeModifierConstructorDescriptionValueTypeProp
(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
Methods in com.iizix.prop.content that return Value.TypeModifier 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
Methods in com.iizix.prop.ui that return Value.TypeModifier 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
Methods in com.iizix.prop.ui.chart.series that return Value.TypeModifier 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
Methods in com.iizix.prop.ui.datetime that return Value.TypeModifier and TypeMethodDescriptionUIDateTimeDataType.getValueType()
Returns the Value type for Value.Uses of Value.Type in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map that return Value.TypeModifier 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
Fields in com.iizix.prop.ui.mlist declared as Value.TypeModifier 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.Methods in com.iizix.prop.ui.mlist that return Value.TypeModifier 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
Methods in com.iizix.prop.ui.table that return Value.TypeModifier 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
Methods in com.iizix.prop.vs that return Value.TypeModifier 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.Methods in com.iizix.prop.vs with parameters of type Value.TypeModifier 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
Methods in com.iizix.prop.vs.actor with parameters of type Value.TypeModifier 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
Methods in com.iizix.term.prop that return Value.TypeModifier 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
Methods in com.iizix.value that return Value.TypeModifier 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.Methods in com.iizix.value with parameters of type Value.TypeModifier 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.