Uses of Enum Class
com.iizix.prop.vs.IVSComponentState.State
Packages that use IVSComponentState.State
Package
Description
Uses of IVSComponentState.State in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop with parameters of type IVSComponentState.StateModifier and TypeMethodDescriptionvoidEUIComboBox.onStateChanged(VSColumnHeader column, IVSComponentState.State state, boolean on) Called when a cell in the column changes state.voidEUISpinner.onStateChanged(VSColumnHeader column, IVSComponentState.State state, boolean on) Called when a cell in the column changes state.Uses of IVSComponentState.State in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type IVSComponentState.StateModifier and TypeMethodDescriptionvoidTablePanel.onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on) voidActionsPanel.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) voidTablePanel.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) voidValuePanel.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) voidTablePanel.onRowStateChanged(VSRow row, IVSComponentState.State state, boolean on) voidActionsPanel.onStateChanged(VSAction action, IVSComponentState.State state, boolean on) voidTablePanel.onStateChanged(VSColumnHeader table, IVSComponentState.State state, boolean on) voidTablePanel.onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on) voidTablePanel.onStateChanged(VSTable table, IVSComponentState.State state, boolean on) voidValuePanel.onStateChanged(VSField field, IVSComponentState.State state, boolean on) Uses of IVSComponentState.State in com.iizix.api.vs
Methods in com.iizix.api.vs that return IVSComponentState.StateConstructors in com.iizix.api.vs with parameters of type IVSComponentState.StateModifierConstructorDescriptionVSStateEvent(IVSComponent source, IVSComponentState.State state, boolean stateValue, GProp<?> trigger) Constructs the event for a change event with a property being the trigger source, e.g.Uses of IVSComponentState.State in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type IVSComponentState.StateModifier and TypeMethodDescriptionvoidResultSetProps.onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on) Called when the cell changes state.voidInputVariable.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.voidResultProps.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.voidResultSetColumnProp.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.voidResultSetProps.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.voidResultSetProps.onRowStateChanged(VSRow row, IVSComponentState.State state, boolean on) Called when a row selection state changed.voidInputVariable.onStateChanged(VSField field, IVSComponentState.State state, boolean on) Called when the field changes state.voidResultProps.onStateChanged(VSField field, IVSComponentState.State state, boolean on) Called when the field changes state.voidResultSetColumnProp.onStateChanged(VSColumnHeader column, IVSComponentState.State state, boolean on) Called when the table changes state.voidResultSetColumnProp.onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on) Called when a cell in the column changes state.voidResultSetProps.onStateChanged(VSTable table, IVSComponentState.State state, boolean on) Called when the table changes state.Uses of IVSComponentState.State in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type IVSComponentState.StateModifier and TypeMethodDescriptionvoidAbstractContentUIContainer.onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on) Called when the cell changes state.voidAbstractContentUIContainer.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the parent changes state.voidAbstractContentUIContainer.onRowStateChanged(VSRow row, IVSComponentState.State state, boolean on) Called when a row selection state changed.voidAbstractContentUIContainer.onStateChanged(VSTable table, IVSComponentState.State state, boolean on) Called when the table changes state.Uses of IVSComponentState.State in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type IVSComponentState.StateModifier and TypeMethodDescriptionvoidUIComp.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.voidAbstractUIAction.onStateChanged(VSAction action, IVSComponentState.State state, boolean on) Called when the action changes state.voidUIAbstractListChoice.onStateChanged(VSColumnHeader column, IVSComponentState.State state, boolean on) Called when the column changes state.voidUIAbstractListChoice.onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on) Called when a cell in the column changes state.voidUIComp.onStateChanged(VSField field, IVSComponentState.State state, boolean on) Called when the field changes state.voidUIContainer.onStateChanged(VSComponent component, IVSComponentState.State state, boolean on) Called when the VS component changes state.default voidIUIAction.onVSStateChanged(VSAction action, IVSComponentState.State state, boolean on) Called when the action changes state.Uses of IVSComponentState.State in com.iizix.prop.ui.chart.series
Methods in com.iizix.prop.ui.chart.series with parameters of type IVSComponentState.StateModifier and TypeMethodDescriptionvoidSeries.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the parent changes state.voidSeries.onStateChanged(VSColumnHeader column, IVSComponentState.State state, boolean on) Called when the column changes state.voidSeries.onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on) Called when a cell in the column changes state.Uses of IVSComponentState.State in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table with parameters of type IVSComponentState.StateModifier and TypeMethodDescriptionvoidUITable.onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on) Called when the cell changes state.voidUITable.onRowStateChanged(VSRow row, IVSComponentState.State state, boolean on) Called when a row selection state changed.voidUITable.onStateChanged(VSTable table, IVSComponentState.State state, boolean on) Called when the table changes state.voidUITableColumn.onStateChanged(VSColumnHeader table, IVSComponentState.State state, boolean on) Called when the table changes state.voidUITableColumn.onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on) Called when a cell in the column changes state.Uses of IVSComponentState.State in com.iizix.prop.vs
Fields in com.iizix.prop.vs with type parameters of type IVSComponentState.StateModifier and TypeFieldDescriptionprotected static final HashMap<Atom,IVSComponentState.State> VSComponent.statesMapProperties that are mapped to listeners.Methods in com.iizix.prop.vs that return IVSComponentState.StateModifier and TypeMethodDescriptionstatic IVSComponentState.StateReturns the enum constant of this class with the specified name.static IVSComponentState.State[]IVSComponentState.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.prop.vs with parameters of type IVSComponentState.StateModifier and TypeMethodDescriptionvoidIVSTableListener.onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on) Called when the cell changes state.voidVSTableAdapter.onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on) Called when the cell changes state.voidIVSComponentListener.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the parent changes state.voidVirtualSpace.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.voidVSAction.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue) Invokes the parent state notification function for the component.voidVSActionAdapter.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.voidVSColumnAdapter.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.voidVSColumnHeader.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue) Invokes the parent state notification function for the component.voidVSField.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue) Invokes the parent state notification function for the component.voidVSFieldAdapter.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.voidVSGroup.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue) Invokes the parent state notification function for the component.voidVSRow.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.voidVSTable.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue) Invokes the parent state notification function for the component.voidVSTableAdapter.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.voidIVSTableListener.onRowStateChanged(VSRow row, IVSComponentState.State state, boolean on) Called when a row selection state changed.voidVSTableAdapter.onRowStateChanged(VSRow row, IVSComponentState.State state, boolean on) Called when a row selection state changed.voidIVSActionListener.onStateChanged(VSAction action, IVSComponentState.State state, boolean on) Called when the field changes state.voidIVSColumnListener.onStateChanged(VSColumnHeader column, IVSComponentState.State state, boolean on) Called when the column changes state.voidIVSColumnListener.onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on) Called when a cell in the column changes state.voidIVSFieldListener.onStateChanged(VSField field, IVSComponentState.State state, boolean on) Called when the field changes state.voidIVSGenericComponentListener.onStateChanged(VSComponent component, IVSComponentState.State state, boolean on) Called when the VS component changes state.voidIVSTableListener.onStateChanged(VSTable table, IVSComponentState.State state, boolean on) Called when the table changes state.voidVSActionAdapter.onStateChanged(VSAction action, IVSComponentState.State state, boolean on) Called when the field changes state.voidVSColumnAdapter.onStateChanged(VSColumnHeader table, IVSComponentState.State state, boolean on) Called when the table changes state.voidVSColumnAdapter.onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on) Called when a cell in the column changes state.voidVSFieldAdapter.onStateChanged(VSField field, IVSComponentState.State state, boolean on) Called when the field changes state.voidVSTableAdapter.onStateChanged(VSTable table, IVSComponentState.State state, boolean on) Called when the table changes state.Uses of IVSComponentState.State in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type IVSComponentState.StateModifier and TypeMethodDescriptionvoidScreenActionProp.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.voidScreenFieldProp.onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.voidScreenActionProp.onStateChanged(VSAction action, IVSComponentState.State state, boolean on) Called when the action changes state.voidScreenFieldProp.onStateChanged(VSColumnHeader table, IVSComponentState.State state, boolean on) Called when the table changes state.voidScreenFieldProp.onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on) Called when a cell in the column changes state.voidScreenFieldProp.onStateChanged(VSField field, IVSComponentState.State state, boolean on) Called when the field changes state.