Class StateChangeEvent
java.lang.Object
org.eclipse.nebula.widgets.nattable.persistence.command.StateChangeEvent
Event that will be fired if the NatTable states/view configurations are
changed using the PersistenceDialog.
Will only contain the name of the view configuration (might also be known as state prefix) and the type of change made to it. It will not carry the Properties itself.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum for the type of change that was done to a NatTable view configuration. -
Constructor Summary
ConstructorsConstructorDescriptionStateChangeEvent(String viewConfigName, StateChangeEvent.StateChangeType type) Create a newStateChangeEventfor the given view configuration name and type of change. -
Method Summary
-
Constructor Details
-
StateChangeEvent
Create a newStateChangeEventfor the given view configuration name and type of change.- Parameters:
viewConfigName- The name of the view configuration (or prefix) that has been changed.type- The type of change that was done to a view configuration.
-
-
Method Details
-
getType
- Returns:
- The type of change that was done to a view configuration.
-
getViewConfigName
- Returns:
- The name of the view configuration (or prefix) that has been changed.
-