Uses of Class
com.iizix.Value
Package
Description
Uses of Value in com.iizigo.panel.prop
Modifier and TypeMethodDescriptionvoid
EUIDateTime.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.Uses of Value in com.iizigo.prop.editor
Modifier and TypeMethodDescriptionValuePropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.protected Value
Gets the property value for a user input.Modifier and TypeMethodDescriptionValuePropEditor.formatValue
(Value value) Formats the value for user input as a String.Uses of Value in com.iizigo.vs
Modifier and TypeMethodDescriptionvoid
TablePanel.onCellValueChanged
(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) void
TablePanel.onCellValueChanged
(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) void
ValuePanel.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing pp) Uses of Value in com.iizix
Modifier and TypeMethodDescriptionValue.adjust
(TemporalAdjuster temporalAdjuster) Adjusts the current temporal value with a temporal adjuster.Value.clone()
Clones the 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.convert
(Value.Type targetType, LocaleInfo localeInfo) Converts this Value from its current value type to the requested target type using the specified locale information.Value.Type.createDefault()
Creates a default value.static Value
Value.fromCalendar
(Calendar calendar) Creates a ZonedDateTime value from a Calendar.static Value
Value.fromDateBasedValue
(XMLGregorianCalendar xcal) Creates a Value from an XMLGregorianCalendar depending on the datatype:static Value
Value.fromDurationInMillis
(Number millis) Creates a duration from a numeric value in milliseconds.static Value
Value.fromLocalDate
(long millis) Constructs a LocaleDate value.static Value
Value.fromLocalDate
(Date date) Constructs a LocalDate value from an SQL date.static Value
Value.fromLocalDate
(Date date) Constructs a Date value.static Value
Value.fromLocalDateTime
(long millis) Constructs LocalDateTime from milliseconds since Java epoch value.static Value
Value.fromLocalDateTime
(Timestamp timestamp) Constructs a LocalDateTime from a Timestamp value.static Value
Value.fromLocalDateTime
(Date dateAndTime) Constructs a LocalDateTime from a Date (and time) value.static Value
Value.fromLocalTime
(long millis) Constructs a Time value.static Value
Value.fromLocalTime
(Time time) Constructs a Time value.static Value
Value.fromLocalTime
(Date time) Constructs a Time value.Value.Type.getDefaultValue
(boolean isNullAllowed) Gets a shared instance of anull
or defaultValue
of the specified type depending on theisNullAllowed
flag.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 Value
Tries to create aValue
instance with a type forced to the default SQL Type mapping.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.Modifier and TypeMethodDescriptionboolean
Checks if two values are equal; the type must match as well as the value.boolean
Checks if two values are equal; the value (optionally converted) must match.static boolean
Checks if two Value's are equal, also being null.static boolean
Checks if two Value's are equal, also being null.Uses of Value in com.iizix.api.vs
ModifierConstructorDescriptionVSFieldEvent
(VSField source, Value value, GProp<?> trigger) Constructs the validation event for an action with a property being the trigger source, e.g.Uses of Value in com.iizix.db.api
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 in com.iizix.db.prop
Modifier and TypeMethodDescriptionvoid
ResultSetColumnProp.onCellValueChanged
(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set in the column.void
ResultSetProps.onCellValueChanged
(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set.void
InputVariable.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.void
ResultProps.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.Uses of Value in com.iizix.prop
Uses of Value in com.iizix.prop.content
Modifier and TypeMethodDescriptionvoid
AbstractContentUIContainer.onCellValueChanged
(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set.Uses of Value in com.iizix.prop.ui
Modifier and TypeMethodDescriptionGets the value from a property namedatom
.Gets the value from a property namedname
.Gets the value from a property namedatom
.Gets the value from a property namedname
.Modifier and TypeMethodDescriptionvoid
UIAbstractListChoice.onCellValueChanged
(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set in the column.void
MUISwitch.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.void
UIAbstractListChoice.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.void
UICalendar.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.void
UICheckBox.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.void
UICheckedMenuItem.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.void
UIComp.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.void
UIProgress.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.static void
UIRadioButton.onValueChanged
(UIComp comp, VSField field, Value value, IPostEventProcessing postProcessing) Called when the field value is set.void
UIRadioButton.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.void
UIRadioMenuItem.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.void
UISlider.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.Uses of Value in com.iizix.prop.ui.chart.series
Modifier and TypeMethodDescriptionvoid
Series.onCellValueChanged
(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set in the column.Uses of Value in com.iizix.prop.ui.datetime
Modifier and TypeMethodDescriptionvoid
UIDateTime.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.Uses of Value in com.iizix.prop.ui.map
Modifier and TypeMethodDescriptionvoid
UIMap.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.Uses of Value in com.iizix.prop.ui.mlist
Modifier and TypeMethodDescriptionvoid
MLItemProp.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.Uses of Value in com.iizix.prop.ui.table
Modifier and TypeMethodDescriptionvoid
UITable.onCellValueChanged
(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set.void
UITableColumn.onCellValueChanged
(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set in the column.void
UITable.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.Uses of Value in com.iizix.prop.vs
Modifier and TypeMethodDescriptionVSField.adjustValue
(TemporalAdjuster temporalAdjuster, GProp<?> trigger) Adjusts the current temporal value with a temporal adjuster.VSField.adjustValue
(ZoneId zoneID, GProp<?> trigger) Adjusts the current ZonedDateTime value with a new Zone ID.VSColumnHeader.createEmptyValue()
Creates an empty Value for the column type.VSField.getRawValue()
Gets the raw value of the field.Value[]
VSTable.getRowValues
(int row) Gets the values for a row of a certain index.VSRow.getValue
(int columnIndex) Gets the value at specified column index.VSRow.getValueOfColumn
(String columnName) Gets the value of specified column name.Value[]
VSRow.getValues()
Gets the values of for the row.Modifier and TypeMethodDescriptionAdds a row of Value's.int
VSField.convertEqualsValue
(GProp<?> trigger, Value... values) Verifies if a value could potentially be equal to the value in the field using conversion.VSRow.createField
(Value value) Creates a new field with a unique name that then can be added to this row.protected VSRow
Creates a row property with values.Inserts a row of Value's.void
IVSColumnListener.onCellValueChanged
(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set in the column.void
IVSTableListener.onCellValueChanged
(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set.void
VSColumnAdapter.onCellValueChanged
(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set in the column.void
VSTableAdapter.onCellValueChanged
(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set.void
IVSFieldListener.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.void
VSFieldAdapter.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.boolean
VSField.setRawValue
(Value value, GProp<?> trigger) Sets the raw value of the field.boolean
VSField.setRawValue
(Value value, IComplexOperation op) Sets the raw value of the field with undo/redo support.Uses of Value in com.iizix.prop.vs.actor
Modifier and TypeMethodDescriptionSetSourceFieldValue.Settings.getValueToSet()
Gets the value to set.SetTargetFieldValue.Settings.getValueToSet()
Gets the value to set.Modifier and TypeMethodDescriptionValidate a value.Uses of Value in com.iizix.term.prop
Modifier and TypeMethodDescriptionvoid
ScreenFieldProp.onCellValueChanged
(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set in the column.void
ScreenFieldProp.onValueChanged
(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.Uses of Value in com.iizix.ws.api
Modifier and TypeMethodDescriptiondefault Value
IOutputVariableConverter.convertValue
(String value, int dataType) Converts the String contents to aValue
.Uses of Value in com.iizix.ws.prop
Modifier and TypeMethodDescriptionOutputColumn.getNullReplacement()
Get the Null Replacement Value.OutputVariable.getNullReplacement()
Get the Null Replacement Value.Uses of Value in com.iizix.ws.prop.url
Modifier and TypeMethodDescriptionURLInputParameter.getValue
(IAppSessionGyro appGyro) Gets the current value.