public abstract class AbstractColumnModel extends Object implements MutableColumnModel
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnModelListener> |
listeners |
| Constructor and Description |
|---|
AbstractColumnModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumnModelListener(ColumnModelListener listener)
Registers
listener with this column model. |
protected void |
fireChanged() |
protected void |
fireColumnMoved(int fromIndex,
int toIndex) |
protected void |
fireColumnSelectionChanged(List colIndexes) |
protected void |
fireColumnVisibilityChanged() |
protected void |
fireColumnVisibilityChanged(Integer colIndex) |
protected void |
fireSortChanged(int columnIndex,
boolean ascending) |
void |
removeColumnModelListener(ColumnModelListener listener)
Unregisters
listener with this column model. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithideColumn, moveColumn, setSelectedIndex, setSelectedIndexDirectly, setSelectedIndexes, setSelectedIndexesDirectly, setSortAscending, setSortedColumnIndex, setValueAt, setVisibleColumns, showColumn, updateDynamicColumnsfindColumn, getCellEditor, getCellRenderer, getColumn, getColumns, getColumnWidth, getColumnWidth, getHiddenColumns, getHiddenLocalizedColumns, getLocalizedColumn, getMenuPopupBuilder, getNewInlineItemRenderer, getPropertyDescriptor, getRootColumnGroup, getSelectedIndex, getSelectedIndexes, getSortedByColumnIndex, getValueAt, getVisibleColumn, getVisibleColumns, getVisibleLocalizedColumns, isColumnLocalized, isColumnSelected, isSortAscendingprotected List<ColumnModelListener> listeners
public void addColumnModelListener(ColumnModelListener listener)
ColumnModellistener with this column model.addColumnModelListener in interface ColumnModellistener - the ColumnModelListener to registerpublic void removeColumnModelListener(ColumnModelListener listener)
ColumnModellistener with this column model.removeColumnModelListener in interface ColumnModellistener - the ColumnModelListener to unregisterprotected void fireChanged()
protected void fireColumnMoved(int fromIndex,
int toIndex)
protected void fireColumnVisibilityChanged()
protected void fireColumnVisibilityChanged(Integer colIndex)
protected void fireColumnSelectionChanged(List colIndexes)
protected void fireSortChanged(int columnIndex,
boolean ascending)
Copyright © 2017 SAP SE. All Rights Reserved.