@Deprecated public class TableControlConfiguration extends Object
Constructor and Description |
---|
TableControlConfiguration()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<TableColumnConfiguration> |
getColumns()
Deprecated.
The list of column configurations to use for showing columns in the table.
|
boolean |
isAddRemoveDisabled()
Deprecated.
Whether the add and remove buttons should be active.
|
void |
setAddRemoveDisabled(boolean addRemoveDisabled)
Deprecated.
Sets whether the add and remove buttons should be active.
|
public List<TableColumnConfiguration> getColumns()
TableColumnConfiguration
public boolean isAddRemoveDisabled()
public void setAddRemoveDisabled(boolean addRemoveDisabled)
addRemoveDisabled
- true if the buttons should be disabled, false otherwiseCopyright © 2017. All rights reserved.