|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ColumnModelListener
| Method Summary | |
|---|---|
void |
onColumnLockChange(ColumnModel cm,
int colIndex,
boolean locked)
Fires when a column's locked state is changed. |
void |
onColumnMoved(ColumnModel cm,
int oldIndex,
int newIndex)
Fires when a column is moved. |
void |
onHeaderChange(ColumnModel cm,
int columnIndex,
java.lang.String newText)
Fires when the text of a header changes. |
void |
onHiddenChange(ColumnModel cm,
int colIndex,
boolean hidden)
Fires when a column is hidden or "unhidden". |
void |
onWidthChange(ColumnModel cm,
int colIndex,
int newWidth)
Fires when the width of a column changes. |
| Method Detail |
|---|
void onColumnLockChange(ColumnModel cm,
int colIndex,
boolean locked)
cm - thiscolIndex - the column indexlocked - true if locked
void onColumnMoved(ColumnModel cm,
int oldIndex,
int newIndex)
cm - thisoldIndex - the old column indexnewIndex - the new column index
void onHeaderChange(ColumnModel cm,
int columnIndex,
java.lang.String newText)
cm - thiscolumnIndex - the column indexnewText - the new header text
void onHiddenChange(ColumnModel cm,
int colIndex,
boolean hidden)
cm - thiscolIndex - the column indexhidden - true if hidden, false otherwise
void onWidthChange(ColumnModel cm,
int colIndex,
int newWidth)
cm - thiscolIndex - the column indexnewWidth - the new width
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||