Uses of Enum Class
com.iizix.prop.vs.IVSComponentState.State
Package
Description
Uses of IVSComponentState.State in com.iizigo.panel.prop
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
TablePanel.onCellStateChanged
(VSField cell, IVSComponentState.State state, boolean on) void
ActionsPanel.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) void
TablePanel.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) void
ValuePanel.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) void
TablePanel.onRowStateChanged
(VSRow row, IVSComponentState.State state, boolean on) void
ActionsPanel.onStateChanged
(VSAction action, IVSComponentState.State state, boolean on) void
TablePanel.onStateChanged
(VSColumnHeader table, IVSComponentState.State state, boolean on) void
TablePanel.onStateChanged
(VSColumnHeader column, VSField cell, IVSComponentState.State state, boolean on) void
TablePanel.onStateChanged
(VSTable table, IVSComponentState.State state, boolean on) void
ValuePanel.onStateChanged
(VSField field, IVSComponentState.State state, boolean on) Uses of IVSComponentState.State in com.iizix.api.vs
ModifierConstructorDescriptionVSStateEvent
(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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeFieldDescriptionprotected static final HashMap<Atom,
IVSComponentState.State> VSComponent.statesMap
Properties that are mapped to listeners.Modifier and TypeMethodDescriptionstatic IVSComponentState.State
Returns 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.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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.