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 void
EUIComboBox. onStateChanged(VSColumnHeader column, IVSComponentState.State state, boolean on)
Called when a cell in the column changes state.void
EUISpinner. 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.State
VSStateEvent. 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 void
ResultSetProps. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)
Called when the cell changes state.void
InputVariable. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the column changes state.void
ResultProps. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the column changes state.void
ResultSetColumnProp. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the column changes state.void
ResultSetProps. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the column changes state.void
ResultSetProps. onRowStateChanged(VSRow row, IVSComponentState.State state, boolean on)
Called when a row selection state changed.void
InputVariable. onStateChanged(VSField field, IVSComponentState.State state, boolean on)
Called when the field changes state.void
ResultProps. onStateChanged(VSField field, IVSComponentState.State state, boolean on)
Called when the field changes state.void
ResultSetColumnProp. onStateChanged(VSColumnHeader column, IVSComponentState.State state, boolean on)
Called when the table changes state.void
ResultSetColumnProp. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)
Called when a cell in the column changes state.void
ResultSetProps. 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 void
AbstractContentUIContainer. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)
Called when the cell changes state.void
AbstractContentUIContainer. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the parent changes state.void
AbstractContentUIContainer. onRowStateChanged(VSRow row, IVSComponentState.State state, boolean on)
Called when a row selection state changed.void
AbstractContentUIContainer. 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 void
UIComp. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the column changes state.void
AbstractUIAction. onStateChanged(VSAction action, IVSComponentState.State state, boolean on)
Called when the action changes state.void
UIAbstractListChoice. onStateChanged(VSColumnHeader column, IVSComponentState.State state, boolean on)
Called when the column changes state.void
UIAbstractListChoice. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)
Called when a cell in the column changes state.void
UIComp. onStateChanged(VSField field, IVSComponentState.State state, boolean on)
Called when the field changes state.void
UIContainer. onStateChanged(VSComponent component, IVSComponentState.State state, boolean on)
Called when the VS component changes state.default void
IUIAction. 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 void
Series. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the parent changes state.void
Series. onStateChanged(VSColumnHeader column, IVSComponentState.State state, boolean on)
Called when the column changes state.void
Series. 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 void
UITable. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)
Called when the cell changes state.void
UITable. onRowStateChanged(VSRow row, IVSComponentState.State state, boolean on)
Called when a row selection state changed.void
UITable. onStateChanged(VSTable table, IVSComponentState.State state, boolean on)
Called when the table changes state.void
UITableColumn. onStateChanged(VSColumnHeader table, IVSComponentState.State state, boolean on)
Called when the table changes state.void
UITableColumn. 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. statesMap
Properties that are mapped to listeners.Methods in com.iizix.prop.vs that return IVSComponentState.State Modifier and Type Method Description static IVSComponentState.State
IVSComponentState.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 void
VirtualSpace. invokeOnVSStateMethod(IVSComponent component, IVSComponentState.State state, boolean stateValue, GProp<?> trigger)
Invoke the state event method.void
IVSTableListener. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)
Called when the cell changes state.void
VSTableAdapter. onCellStateChanged(VSField cell, IVSComponentState.State state, boolean on)
Called when the cell changes state.void
IVSComponentListener. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the parent changes state.void
VirtualSpace. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the column changes state.void
VSAction. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue)
Invokes the parent state notification function for the component.void
VSActionAdapter. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the column changes state.void
VSColumnAdapter. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the column changes state.void
VSColumnHeader. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue)
Invokes the parent state notification function for the component.void
VSField. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue)
Invokes the parent state notification function for the component.void
VSFieldAdapter. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the column changes state.void
VSGroup. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue)
Invokes the parent state notification function for the component.void
VSRow. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the column changes state.void
VSTable. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue)
Invokes the parent state notification function for the component.void
VSTableAdapter. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the column changes state.void
IVSTableListener. onRowStateChanged(VSRow row, IVSComponentState.State state, boolean on)
Called when a row selection state changed.void
VSTableAdapter. onRowStateChanged(VSRow row, IVSComponentState.State state, boolean on)
Called when a row selection state changed.void
IVSActionListener. onStateChanged(VSAction action, IVSComponentState.State state, boolean on)
Called when the field changes state.void
IVSColumnListener. onStateChanged(VSColumnHeader column, IVSComponentState.State state, boolean on)
Called when the column changes state.void
IVSColumnListener. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)
Called when a cell in the column changes state.void
IVSFieldListener. onStateChanged(VSField field, IVSComponentState.State state, boolean on)
Called when the field changes state.void
IVSGenericComponentListener. onStateChanged(VSComponent component, IVSComponentState.State state, boolean on)
Called when the VS component changes state.void
IVSTableListener. onStateChanged(VSTable table, IVSComponentState.State state, boolean on)
Called when the table changes state.void
VSActionAdapter. onStateChanged(VSAction action, IVSComponentState.State state, boolean on)
Called when the field changes state.void
VSColumnAdapter. onStateChanged(VSColumnHeader table, IVSComponentState.State state, boolean on)
Called when the table changes state.void
VSColumnAdapter. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)
Called when a cell in the column changes state.void
VSFieldAdapter. onStateChanged(VSField field, IVSComponentState.State state, boolean on)
Called when the field changes state.void
VSTableAdapter. 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 void
ScreenActionProp. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the column changes state.void
ScreenFieldProp. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)
Called when the column changes state.void
ScreenActionProp. onStateChanged(VSAction action, IVSComponentState.State state, boolean on)
Called when the action changes state.void
ScreenFieldProp. onStateChanged(VSColumnHeader table, IVSComponentState.State state, boolean on)
Called when the table changes state.void
ScreenFieldProp. onStateChanged(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on)
Called when a cell in the column changes state.void
ScreenFieldProp. onStateChanged(VSField field, IVSComponentState.State state, boolean on)
Called when the field changes state.