|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use TableColumnModelEvent | |
|---|---|
| com.sas.servlet.tbeans.tableview | Provides the base classes and interfaces used to generate a table of data for a given data model. |
| Uses of TableColumnModelEvent in com.sas.servlet.tbeans.tableview |
|---|
| Methods in com.sas.servlet.tbeans.tableview with parameters of type TableColumnModelEvent | |
|---|---|
abstract void |
TableColumnModelListener.columnAdded(TableColumnModelEvent event)
Tells listeners that a column was added to the model. |
void |
BaseTableView.columnAdded(TableColumnModelEvent event)
Invoked when a column is added to the table column model. |
abstract void |
TableColumnModelListener.columnMoved(TableColumnModelEvent event)
Tells listeners that a column was repositioned. |
void |
BaseTableView.columnMoved(TableColumnModelEvent event)
Invoked when a column is moved in the table column model. |
abstract void |
TableColumnModelListener.columnRemoved(TableColumnModelEvent event)
Tells listeners that a column was removed from the model. |
void |
BaseTableView.columnRemoved(TableColumnModelEvent event)
Invoked when a column is removed from the table column model. |
protected void |
DefaultTableColumnModel.fireColumnAdded(TableColumnModelEvent event)
Notifies all listeners that have registered interest for notification on this event type. |
protected void |
DefaultTableColumnModel.fireColumnMoved(TableColumnModelEvent event)
Notifies all listeners that have registered interest for notification on this event type. |
protected void |
DefaultTableColumnModel.fireColumnRemoved(TableColumnModelEvent event)
Notifies all listeners that have registered interest for notification on this event type. |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||