Class RowGroupCollapseCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.group.performance.command.RowGroupCollapseCommand
- All Implemented Interfaces:
ILayerCommand
Command that is used to collapse row groups.
- Since:
- 1.6
-
Constructor Summary
ModifierConstructorDescriptionprotected
RowGroupCollapseCommand
(GroupModel groupModel, Collection<GroupModel.Group> groups) RowGroupCollapseCommand
(GroupModel groupModel, GroupModel.Group... groups) -
Method Summary
Modifier and TypeMethodDescriptionSame semantics asObject.clone()
Used to make a copies of the command if has to passed to different layer stacks.Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
convertToTargetLayer
-
Constructor Details
-
RowGroupCollapseCommand
-
RowGroupCollapseCommand
-
RowGroupCollapseCommand
-
-
Method Details
-
cloneCommand
Description copied from interface:ILayerCommand
Same semantics asObject.clone()
Used to make a copies of the command if has to passed to different layer stacks.- Specified by:
cloneCommand
in interfaceILayerCommand
- Overrides:
cloneCommand
in classAbstractContextFreeCommand
- Returns:
- a cloned instance of the command
- See Also:
-
getGroupModel
-
getGroups
-