ColumnHeader
.
@param columnHeader The Header of the column to be removed.
TableColumn
column
from the tableColumns
array. This method will do nothing if column
is not in the table's column list. This method posts a columnRemoved
event to its listeners.
@param column the TableColumn
to be removed
@see #addColumn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|