Uses of Class
com.iizix.prop.vs.IVSComponentState.State
Uses of IVSComponentState.State in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop with parameters of type IVSComponentState.State Modifier and Type Method Description voidEUIComboBox. 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
Uses of IVSComponentState.State in com.iizix.api.vs
Methods in com.iizix.api.vs that return IVSComponentState.State Modifier and Type Method Description IVSComponentState.StateVSStateEvent. getState()Returns the state that changed.Constructors in com.iizix.api.vs with parameters of type IVSComponentState.State Constructor Description VSStateEvent(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.State Modifier and Type Method Description voidResultSetProps. 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.State Modifier and Type Method Description voidAbstractContentUIContainer. 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.State Modifier and Type Method Description voidUIComp. 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.State Modifier and Type Method Description voidSeries. 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.State Modifier and Type Method Description voidUITable. 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.State Modifier and Type Field Description protected static java.util.HashMap<Atom,IVSComponentState.State>VSComponent. statesMapProperties that are mapped to listeners.Methods in com.iizix.prop.vs that return IVSComponentState.State Modifier and Type Method Description static IVSComponentState.StateIVSComponentState.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IVSComponentState.State[]IVSComponentState.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.prop.vs with parameters of type IVSComponentState.State Modifier and Type Method Description protected voidVirtualSpace. invokeOnVSStateMethod(IVSComponent component, IVSComponentState.State state, boolean stateValue, GProp<?> trigger)Invoke the state event method.voidIVSTableListener. 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.State Modifier and Type Method Description voidScreenActionProp. 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.