Uses of Class
com.iizix.Value.Type
- Uses of Value.Type in com.iizigo.panel.prop.creator- Constructors in com.iizigo.panel.prop.creator with parameters of type Value.Type - Constructor - Description - NameVSFieldCreator(java.lang.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.Type - Modifier and Type - Method - Description - java.lang.String[][]- 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.Type - Constructor - Description - RawTextEditorPatternDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, java.lang.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.Type - Modifier and Type - Field - Description - Value.Type- CreateColumnData. - dataTypeThe data type for the column, null for none, otherwise a valid- Valuedata type.- Methods in com.iizigo.vs that return Value.Type - Modifier and Type - Method - Description - Value.Type- TablePanel. - getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)- Value.Type- ValuePanel. - getBestVSFieldValueType(VSRelativeReference<?> reference)- Value.Type- INewVSComponentWizardInfo. - getValueType()Returns the value type where this applies (for VS Field and VS Column Header).- Value.Type- NewVSComponentWizard. - getValueType()Returns the value type where this applies (for VS Field and VS Column Header).- Value.Type- PatternHelper. - getValueType()Gets the current value type.- Methods in com.iizigo.vs with parameters of type Value.Type - Modifier and Type - Method - Description - static NewVSComponentWizard<EditorVSField>- NewVSComponentWizard. - newVSFieldWizard(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, boolean doCreateDefaultValue, IPropUndoRedo undoRedo)Create a new instance of the wizard to create a field.- static NewVSComponentWizard<EditorVSColumnHeader>- NewVSComponentWizard. - newVSTableColumnWizard(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, java.lang.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.Type - Constructor - Description - CreateColumnData(java.lang.String name, Value.Type dataType, boolean isNullAllowed, java.lang.String description)Creates a new instance and initializes the members with the same names as the parameters.- NewVSComponentWizard(int createType, java.lang.String title, EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, java.lang.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.Type - Modifier and Type - Method - Description - boolean- 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.Type - Modifier and Type - Method - Description - 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.Type - Modifier and Type - Method - Description - 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.Type - Constructor - Description - VSComponentCreation(EditorVirtualSpace virtualSpace, java.lang.String requestedName, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, VSReferenceOwnerData<VSTable,VSTableReference> tableOwner, IPropUndoRedo undoRedo)Constructor.- VSFieldCreation(UIComp uiComp, Atom vsRef, EditorVirtualSpace virtualSpace, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, IPropUndoRedo undoRedo)The constructor.
- Uses of Value.Type in com.iizigo.ws.prop- Methods in com.iizigo.ws.prop that return Value.Type - Modifier and Type - Method - Description - Value.Type- IWrappedElement. - 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.Type - Modifier and Type - Method - Description - Value.Type- EditorJSONElementWrapper. - getValueType()Gets the Value type that applies for this element.
- Uses of Value.Type in com.iizix- Fields in com.iizix declared as Value.Type - Modifier and Type - Field - Description - Value.Type- Value. - typeThe type of this value.- Methods in com.iizix that return Value.Type - Modifier and Type - Method - Description - static Value.Type- Value. - getType(java.lang.String type)Returns the Value Type from a given type string.- static Value.Type- Value. - getValueType(java.lang.Object value)Guesses the type value for a Value class.- static Value.Type- Value. - guessType(java.lang.String value)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- Value.Type. - valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.- static Value.Type[]- Value.Type. - values()Returns an array containing the constants of this enum type, in the order they are declared.- Methods in com.iizix with parameters of type Value.Type - Modifier and Type - Method - Description - boolean- Value.Type. - canConvertTo(Value.Type dest)Returns if this value can be converted to another value type.- Value- 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- 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 a- nullor default- Valueof the specified type depending on the- isNullAllowedflag.- static java.lang.String- Value. - getString(java.lang.Object value, Value.Type type, java.lang.String pattern, LocaleInfo localeInfo)Gets the value as a String with the specified pattern formatter string.- static Value- Value. - ofType(java.lang.Object value, Value.Type targetType, LocaleInfo localeInfo)Tries to create a- Valueinstance forced to the specified type.- static Value- Value. - parseValue(java.lang.String value, Value.Type type, java.lang.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.Type - Modifier and Type - Field - Description - Value.Type- VSFieldEvent. - sourceTypeThe convert-from-type of Value.- Value.Type- VSFieldEvent. - targetTypeThe convert-to-type of value.- Value.Type- JavaActorParam.Type. - valueTypeType of value, null if- propertyClassis not- ValueProp.- Constructors in com.iizix.api.vs with parameters of type Value.Type - Constructor - Description - VSFieldEvent(VSField source, VSFieldEvent.Op operation, java.lang.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.Type - Modifier and Type - Field - Description - Value.Type[]- RowInfo. - vsValueTypesThe VirtualSpace Value types for the row.- Methods in com.iizix.db.api with parameters of type Value.Type - Modifier and Type - Method - Description - void- RowInfo. - initialize(int[] vsColumnIndicies, Value.Type[] vsValueTypes, int[] sqlColumnIndicies, java.lang.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.Type - Constructor - Description - RowInfo(ResultSetProps resultSetProps, VSTable table, java.sql.ResultSet resultSet, int[] vsColumnIndicies, Value.Type[] vsValueTypes, int[] sqlColumnIndicies, java.lang.Object[] sqlValues, Value[] vsValues)Constructor.
- Uses of Value.Type in com.iizix.db.prop- Methods in com.iizix.db.prop that return Value.Type - Modifier and Type - Method - Description - Value.Type- ResultSetColumnProp. - getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)Requests the value type that would best suit the listener.- Value.Type- InputVariable. - getBestVSFieldValueType(VSRelativeReference<?> reference)Requests the value type that would best suit the listener.- Value.Type- 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.Type - Modifier and Type - Method - Description - Value.Type- IPatternOwner. - getValueType()Returns the value type for the pattern property.- Value.Type- ValueProp. - getValueType()Gets the value type.- Value.Type- ValueTypeProp. - getValueType()Gets the value type.- Methods in com.iizix.prop with parameters of type Value.Type - Modifier and Type - Method - Description - boolean- ValueTypeProp. - setValueType(Value.Type type)Sets the Value Type property value.- Constructors in com.iizix.prop with parameters of type Value.Type - Constructor - Description - ValueTypeProp(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.Type - Modifier and Type - Method - Description - Value.Type- AbstractContentUIContainer. - 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.Type - Modifier and Type - Method - Description - Value.Type- UIAbstractListChoice. - getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)Requests the value type that would best suit the listener.- Value.Type- UIComp. - getBestVSFieldValueType(VSRelativeReference<?> reference)Requests the value type that would best suit the listener.- Value.Type- 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.Type - Modifier and Type - Method - Description - Value.Type- Series. - 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.Type - Modifier and Type - Method - Description - Value.Type- UIDateTimeDataType. - 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.Type - Modifier and Type - Method - Description - Value.Type[]- MapMarkers. - getBestVSColumnHeaderValueTypes()Gets the value type that would best suit the for the columns.- Value.Type- 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.Type - Modifier and Type - Field - Description - static Value.Type[]- MLComboBox. - TABLE_COLUMN_VALUE_TYPESBest value types for the columns.- static Value.Type[]- MLDateTime. - TABLE_COLUMN_VALUE_TYPESBest value types for the columns.- static Value.Type[]- MLSimple. - TABLE_COLUMN_VALUE_TYPESBest value types for the columns.- static Value.Type[]- MLSlider. - TABLE_COLUMN_VALUE_TYPESBest value types for the columns.- static Value.Type[]- MLSpinner. - TABLE_COLUMN_VALUE_TYPESBest value types for the columns.- static Value.Type[]- MLText. - TABLE_COLUMN_VALUE_TYPESBest value types for the columns.- Methods in com.iizix.prop.ui.mlist that return Value.Type - Modifier and Type - Method - Description - Value.Type[]- MLGroup. - 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.Type - Modifier and Type - Method - Description - Value.Type- UITableColumn. - getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)Requests the value type that would best suit the listener.- Value.Type- 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.Type - Modifier and Type - Method - Description - Value.Type- IVSColumnBestValueListener. - getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)Requests the value type that would best suit the listener.- Value.Type- VSColumnAdapter. - getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)Requests the value type that would best suit the listener.- Value.Type- IVSFieldListener. - getBestVSFieldValueType(VSRelativeReference<?> reference)Requests the value type that would best suit the listener.- Value.Type- VSFieldAdapter. - getBestVSFieldValueType(VSRelativeReference<?> reference)Requests the value type that would best suit the listener.- Value.Type- VSField. - getRawValueType()Gets the raw value type of the field.- Value.Type- VSColumnHeader. - getValueType()Gets the value type of the column.- Value.Type- VSField. - getValueType()Gets the value type.- Methods in com.iizix.prop.vs with parameters of type Value.Type - Modifier and Type - Method - Description - java.lang.Object- VSField. - getValue(LocaleInfo localeInfo, Value.Type type, boolean doTranslate, GProp<?> trigger)Gets a value in the requested type with translation flag and no trigger property.- java.lang.Object- VSField. - getValue(Value.Type type)Gets a value in the requested type with translation using the field actors with translation and no trigger property.- java.lang.Object- VSField. - getValue(Value.Type type, boolean doTranslate)Gets a value in the requested type with translation flag and no trigger property.- java.lang.Object- 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.Type - Modifier and Type - Method - Description - java.lang.Object- FieldActors. - convert(VSFieldEvent.Op op, java.lang.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.Type - Modifier and Type - Method - Description - Value.Type- ScreenFieldProp. - getBestVSColumnHeaderValueType(VSRelativeReference<?> reference)Requests the value type that would best suit the listener.- Value.Type- 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.Type - Modifier and Type - Method - Description - Value.Type- BigDecimalValue. - getValueType()Gets the value type.- Value.Type- BigIntegerValue. - getValueType()Gets the value type.- Value.Type- BinaryValue. - getValueType()Gets the value type.- Value.Type- BooleanValue. - getValueType()Gets the value type.- Value.Type- ByteValue. - getValueType()Gets the value type.- Value.Type- DoubleValue. - getValueType()Gets the value type.- Value.Type- DurationValue. - getValueType()Gets the value type.- Value.Type- FloatValue. - getValueType()Gets the value type.- Value.Type- IntegerValue. - getValueType()Gets the value type.- Value.Type- IValueObject. - getValueType()Gets the value type.- Value.Type- KStringValue. - getValueType()Gets the value type.- Value.Type- LocalDateTimeValue. - getValueType()Gets the value type.- Value.Type- LocalDateValue. - getValueType()Gets the value type.- Value.Type- LocalTimeValue. - getValueType()Gets the value type.- Value.Type- LongValue. - getValueType()Gets the value type.- Value.Type- MonthDayValue. - getValueType()Gets the value type.- Value.Type- OffsetDateTimeValue. - getValueType()Gets the value type.- Value.Type- OffsetTimeValue. - getValueType()Gets the value type.- Value.Type- PeriodValue. - getValueType()Gets the value type.- Value.Type- ShortValue. - getValueType()Gets the value type.- Value.Type- StringValue. - getValueType()Gets the value type.- Value.Type- XMLDurationValue. - getValueType()Gets the value type.- Value.Type- XMLGregorianCalendarValue. - getValueType()Gets the value type.- Value.Type- YearMonthValue. - getValueType()Gets the value type.- Value.Type- YearValue. - getValueType()Gets the value type.- Value.Type- ZonedDateTimeValue. - getValueType()Gets the value type.- Methods in com.iizix.value with parameters of type Value.Type - Modifier and Type - Method - Description - java.math.BigDecimal- BigDecimalValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.math.BigInteger- BigIntegerValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- byte[]- BinaryValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.lang.Boolean- BooleanValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.lang.Byte- ByteValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.lang.Double- DoubleValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.time.Duration- DurationValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.lang.Float- FloatValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.lang.Integer- IntegerValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- TYPE- IValueObject. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- KString- KStringValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.time.LocalDateTime- LocalDateTimeValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.time.LocalDate- LocalDateValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.time.LocalTime- LocalTimeValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.lang.Long- LongValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.time.MonthDay- MonthDayValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.time.OffsetDateTime- OffsetDateTimeValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.time.OffsetTime- OffsetTimeValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.time.Period- PeriodValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.lang.Short- ShortValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.lang.String- StringValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- javax.xml.datatype.Duration- XMLDurationValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- ImmutableXMLGregorianCalendar- XMLGregorianCalendarValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.time.YearMonth- YearMonthValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.time.Year- YearValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.- java.time.ZonedDateTime- ZonedDateTimeValue. - convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.