| Class | Description |
|---|---|
| AppendColumnCommand |
Command to append (i.e. put in the last position) a column to a given group |
| AppendRowCommand |
Command to append (i.e. put in the last position) a row |
| CommandExecutor |
This class is meant to be a centralized listener for events fired up by UI, responding to them with specific
Commands. |
| DeleteColumnCommand |
Command to delete a column. |
| DeleteRowCommand |
Command to delete a row. |
| DisableRightPanelCommand |
Command to disable the RightPanelView |
| DuplicateRowCommand |
Command to duplicate a row. |
| EnableRightPanelCommand |
Command to enable the RightPanelView |
| InsertColumnCommand |
Command to insert a column. |
| InsertRowCommand | |
| PrependColumnCommand |
Command to prepend (i.e. put in the first position) a column to a given group |
| PrependRowCommand |
Command to prepend (i.e. put in the first position) a row |
| RightPanelMenuCommand | |
| SetColumnValueCommand |
Command to enable the RightPanelView |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.