Uses of Class
com.iizix.Value
Packages that use Value
Package
Description
Uses of Value in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop with parameters of type ValueModifier and TypeMethodDescriptionvoidEUIDateTime.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.Uses of Value in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return ValueModifier and TypeMethodDescriptionValuePropEditor.getDefaultValue()Gets the default defined value to set in the property when defined.protected ValueGets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type ValueModifier and TypeMethodDescriptionValuePropEditor.formatValue(Value value) Formats the value for user input as a String.Uses of Value in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type ValueModifier and TypeMethodDescriptionvoidTablePanel.onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) voidTablePanel.onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) voidValuePanel.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 ValueValue.fromCalendar(Calendar calendar) Creates a ZonedDateTime value from a Calendar.static ValueValue.fromDateBasedValue(XMLGregorianCalendar xcal) Creates a Value from an XMLGregorianCalendar depending on the datatype:static ValueValue.fromDurationInMillis(Number millis) Creates a duration from a numeric value in milliseconds.static ValueValue.fromLocalDate(long millis) Constructs a LocaleDate value.static ValueValue.fromLocalDate(Date date) Constructs a LocalDate value from an SQL date.static ValueValue.fromLocalDate(Date date) Constructs a Date value.static ValueValue.fromLocalDateTime(long millis) Constructs LocalDateTime from milliseconds since Java epoch value.static ValueValue.fromLocalDateTime(Timestamp timestamp) Constructs a LocalDateTime from a Timestamp value.static ValueValue.fromLocalDateTime(Date dateAndTime) Constructs a LocalDateTime from a Date (and time) value.static ValueValue.fromLocalTime(long millis) Constructs a Time value.static ValueValue.fromLocalTime(Time time) Constructs a Time value.static ValueValue.fromLocalTime(Date time) Constructs a Time value.Value.Type.getDefaultValue(boolean isNullAllowed) Gets a shared instance of anullor defaultValueof the specified type depending on theisNullAllowedflag.static ValueValue.getDefaultValue_StringFallback(Value.Type type, boolean isNullAllowed) Safely gets a shared instance of anullor defaultValueof the specified type depending on theisNullAllowedflag.static ValueTries to create aValueinstance with a type forced to the default SQL Type mapping.static ValueValue.ofType(Object value, Value.Type targetType, LocaleInfo localeInfo) Tries to create aValueinstance forced to the specified type.static ValueValue.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 TypeMethodDescriptionbooleanChecks if two values are equal; the type must match as well as the value.booleanChecks if two values are equal; the value (optionally converted) must match.static booleanChecks if two Value's are equal, also being null.static booleanChecks if two Value's are equal, also being null.Uses of Value in com.iizix.api.vs
Constructors in com.iizix.api.vs with parameters of type ValueModifierConstructorDescriptionVSFieldEvent(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
Fields in com.iizix.db.api declared as ValueMethods in com.iizix.db.api with parameters of type ValueModifier and TypeMethodDescriptionvoidRowInfo.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 ValueModifierConstructorDescriptionRowInfo(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
Methods in com.iizix.db.prop with parameters of type ValueModifier and TypeMethodDescriptionvoidResultSetColumnProp.onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set in the column.voidResultSetProps.onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set.voidInputVariable.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.voidResultProps.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.Uses of Value in com.iizix.prop
Methods in com.iizix.prop with parameters of type ValueModifier and TypeMethodDescriptionstatic GDateTimeHelper to constructs a date/time from aValue, if the Value is of the Value Types LocalTime, OffsetTime, LocalDate, LocalDateTime, OffsetDateTime or ZonedDateTime.Constructors in com.iizix.prop with parameters of type ValueUses of Value in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type ValueModifier and TypeMethodDescriptionvoidAbstractContentUIContainer.onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set.Uses of Value in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return ValueModifier 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.Methods in com.iizix.prop.ui with parameters of type ValueModifier and TypeMethodDescriptionvoidUIAbstractListChoice.onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set in the column.voidMUISwitch.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.voidUIAbstractListChoice.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.voidUICalendar.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.voidUICheckBox.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.voidUICheckedMenuItem.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.voidUIComp.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.voidUIProgress.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.static voidUIRadioButton.onValueChanged(UIComp comp, VSField field, Value value, IPostEventProcessing postProcessing) Called when the field value is set.voidUIRadioButton.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.voidUIRadioMenuItem.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.voidUISlider.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
Methods in com.iizix.prop.ui.chart.series with parameters of type ValueModifier and TypeMethodDescriptionvoidSeries.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
Methods in com.iizix.prop.ui.datetime with parameters of type ValueModifier and TypeMethodDescriptionvoidUIDateTime.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
Methods in com.iizix.prop.ui.map with parameters of type ValueModifier and TypeMethodDescriptionvoidUIMap.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
Methods in com.iizix.prop.ui.mlist with parameters of type ValueModifier and TypeMethodDescriptionvoidMLItemProp.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
Methods in com.iizix.prop.ui.table with parameters of type ValueModifier and TypeMethodDescriptionvoidUITable.onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set.voidUITableColumn.onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set in the column.voidUITable.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.Uses of Value in com.iizix.prop.vs
Fields in com.iizix.prop.vs declared as ValueMethods in com.iizix.prop.vs that return ValueModifier 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.Methods in com.iizix.prop.vs with parameters of type ValueModifier and TypeMethodDescriptionAdds a row of Value's.intVSField.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 VSRowCreates a row property with values.Inserts a row of Value's.voidIVSColumnListener.onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set in the column.voidIVSTableListener.onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set.voidVSColumnAdapter.onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set in the column.voidVSTableAdapter.onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set.voidIVSFieldListener.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.voidVSFieldAdapter.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.booleanVSField.setRawValue(Value value, GProp<?> trigger) Sets the raw value of the field.booleanVSField.setRawValue(Value value, IComplexOperation op) Sets the raw value of the field with undo/redo support.Constructors in com.iizix.prop.vs with parameters of type ValueUses of Value in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor that return ValueModifier and TypeMethodDescriptionSetSourceFieldValue.Settings.getValueToSet()Gets the value to set.SetTargetFieldValue.Settings.getValueToSet()Gets the value to set.Methods in com.iizix.prop.vs.actor with parameters of type ValueModifier and TypeMethodDescriptionValidate a value.Uses of Value in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type ValueModifier and TypeMethodDescriptionvoidScreenFieldProp.onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the cell value is set in the column.voidScreenFieldProp.onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing) Called when the field value is set.Uses of Value in com.iizix.ws.api
Methods in com.iizix.ws.api that return ValueModifier and TypeMethodDescriptiondefault ValueIOutputVariableConverter.convertValue(String value, int dataType) Converts the String contents to aValue.Uses of Value in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return ValueModifier and TypeMethodDescriptionOutputColumn.getNullReplacement()Get the Null Replacement Value.OutputVariable.getNullReplacement()Get the Null Replacement Value.Uses of Value in com.iizix.ws.prop.url
Methods in com.iizix.ws.prop.url that return ValueModifier and TypeMethodDescriptionURLInputParameter.getValue(IAppSessionGyro appGyro) Gets the current value.