Set the possibility for the user to hide/show a column by right-clicking on a column header. False by default. @param enableHidingColumns true if and only if the columns can be hidden.
(boolean enableHidingColumns)
| 383 | * @param enableHidingColumns true if and only if the columns can be hidden. |
| 384 | */ |
| 385 | public void setEnableHidingColumns(boolean enableHidingColumns) { |
| 386 | this.enableHidingColumns = enableHidingColumns; |
| 387 | } |
| 388 | |
| 389 | /** |
| 390 | * Returns the state for hiding a column. |
no outgoing calls
no test coverage detected