Uses of Class
com.iizix.Value
Uses of Value in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop with parameters of type Value Modifier and Type Method Description voidEUIDateTime. 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 Value Modifier and Type Method Description ValueValuePropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.protected ValueValuePropEditor. getValue(java.lang.String input)Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type Value Modifier and Type Method Description java.lang.StringValuePropEditor. 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 Value Modifier and Type Method Description voidTablePanel. 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
Fields in com.iizix declared as Value Modifier and Type Field Description ValueValue.Type. nullValueThe null value for the type.Methods in com.iizix that return Value Modifier and Type Method Description ValueValue. adjust(java.time.temporal.TemporalAdjuster temporalAdjuster)Adjusts the current temporal value with a temporal adjuster.ValueValue. clone()Clones the value.ValueValue. 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.ValueValue. convert(Value.Type targetType, LocaleInfo localeInfo)Converts this Value from its current value type to the requested target type using the specified locale information.ValueValue.Type. createDefault()Creates a default value.static ValueValue. fromCalendar(java.util.Calendar calendar)Creates a ZonedDateTime value from a Calendar.static ValueValue. fromDateBasedValue(javax.xml.datatype.XMLGregorianCalendar xcal)Creates a Value from an XMLGregorianCalendar depending on the datatype:static ValueValue. fromDurationInMillis(java.lang.Number millis)Creates a duration from a numeric value in milliseconds.static ValueValue. fromLocalDate(long millis)Constructs a LocaleDate value.static ValueValue. fromLocalDate(java.sql.Date date)Constructs a LocalDate value from an SQL date.static ValueValue. fromLocalDate(java.util.Date date)Constructs a Date value.static ValueValue. fromLocalDateTime(long millis)Constructs LocalDateTime from milliseconds since Java epoch value.static ValueValue. fromLocalDateTime(java.sql.Timestamp timestamp)Constructs a LocalDateTime from a Timestamp value.static ValueValue. fromLocalDateTime(java.util.Date dateAndTime)Constructs a LocalDateTime from a Date (and time) value.static ValueValue. fromLocalTime(long millis)Constructs a Time value.static ValueValue. fromLocalTime(java.sql.Time time)Constructs a Time value.static ValueValue. fromLocalTime(java.util.Date time)Constructs a Time value.ValueValue.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 ValueValue. ofSQLType(java.lang.Object value, int sqlType)Tries to create aValueinstance with a type forced to the default SQL Type mapping.static ValueValue. ofType(java.lang.Object value, Value.Type targetType, LocaleInfo localeInfo)Tries to create aValueinstance forced to the specified type.static ValueValue. 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.Methods in com.iizix with parameters of type Value Modifier and Type Method Description booleanValue. equals(Value v)Checks if two values are equal; the type must match as well as the value.booleanValue. equals(Value v, boolean ignoreType)Checks if two values are equal; the value (optionally converted) must match.static booleanValue. equals(Value v1, Value v2)Checks if two Value's are equal, also being null.static booleanValue. equals(Value v1, Value v2, boolean ignoreType)Checks 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 Value Constructor Description VSFieldEvent(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 Value Modifier and Type Field Description Value[]RowInfo. vsValuesThe row values.Methods in com.iizix.db.api with parameters of type Value Modifier and Type Method Description voidRowInfo. 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 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 in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type Value Modifier and Type Method Description voidResultSetColumnProp. 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 Value Modifier and Type Method Description static GDateTimeGDateTime. fromValue(Value value)Helper 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 Value Constructor Description ValueProp(Atom propertyAtom, Value value)Creates the value property with the specified name.Uses of Value in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type Value Modifier and Type Method Description voidAbstractContentUIContainer. 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 Value Modifier and Type Method Description ValueIUIComp. getValue(Atom atom)Gets the value from a property namedatom.ValueIUIComp. getValue(java.lang.String name)Gets the value from a property namedname.ValueUIComp. getValue(Atom atom)Gets the value from a property namedatom.ValueUIComp. getValue(java.lang.String name)Gets the value from a property namedname.Methods in com.iizix.prop.ui with parameters of type Value Modifier and Type Method Description voidUIAbstractListChoice. 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 Value Modifier and Type Method Description voidSeries. 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 Value Modifier and Type Method Description voidUIDateTime. 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 Value Modifier and Type Method Description voidUIMap. 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 Value Modifier and Type Method Description voidMLItemProp. 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 Value Modifier and Type Method Description voidUITable. 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 Value Modifier and Type Field Description ValueVSCellData. valueThe value, initialized by default tonull.Methods in com.iizix.prop.vs that return Value Modifier and Type Method Description ValueVSField. adjustValue(java.time.temporal.TemporalAdjuster temporalAdjuster, GProp<?> trigger)Adjusts the current temporal value with a temporal adjuster.ValueVSField. adjustValue(java.time.ZoneId zoneID, GProp<?> trigger)Adjusts the current ZonedDateTime value with a new Zone ID.ValueVSColumnHeader. createEmptyValue()Creates an empty Value for the column type.ValueVSField. getRawValue()Gets the raw value of the field.Value[]VSTable. getRowValues(int row)Gets the values for a row of a certain index.ValueVSRow. getValue(int columnIndex)Gets the value at specified column index.ValueVSRow. getValueOfColumn(java.lang.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 Value Modifier and Type Method Description VSRowVSTable. addRow(Value[] values)Adds 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.VSFieldVSRow. createField(Value value)Creates a new field with a unique name that then can be added to this row.protected VSRowVSTable. createRow(Atom a, Value[] values)Creates a row property with values.VSRowVSTable. insertRow(Value[] values, int before)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 Value Constructor Description VSRow(Atom propertyAtom, Value[] values)Creates a VirtualSpace Row property with the specified name.Uses of Value in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor that return Value Modifier and Type Method Description ValueSetSourceFieldValue.Settings. getValueToSet()Gets the value to set.ValueSetTargetFieldValue.Settings. getValueToSet()Gets the value to set.Methods in com.iizix.prop.vs.actor with parameters of type Value Modifier and Type Method Description VSFieldEventFieldActors. validate(Value value, GProp<?> trigger)Validate a value.Uses of Value in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type Value Modifier and Type Method Description voidScreenFieldProp. 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 Value Modifier and Type Method Description default ValueIOutputVariableConverter. convertValue(java.lang.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 Value Modifier and Type Method Description ValueOutputColumn. getNullReplacement()Get the Null Replacement Value.ValueOutputVariable. getNullReplacement()Get the Null Replacement Value.Uses of Value in com.iizix.ws.prop.url
Methods in com.iizix.ws.prop.url that return Value Modifier and Type Method Description ValueURLInputParameter. getValue(IAppSessionGyro appGyro)Gets the current value.