|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--CoffeeTable.Grid.GridAdapter
The adapter which receives grid events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.
| Constructor Summary | |
GridAdapter()
|
|
| Method Summary | |
void |
gridCancelEdit(GridEvent e)
Invoked when editing ends in a cell, and the changes are canceled. |
void |
gridCellsClicked(GridEvent e)
Invoked when a Grid cell or cells are clicked. |
void |
gridCellsReleased(GridEvent e)
Invoked when the mouse is released after a cell click. |
void |
gridCommitEdit(GridEvent e)
Invoked when editing ends in a cell, and the changes are committed. |
void |
gridDoubleClicked(GridEvent e)
Invoked when a Grid cell is double-clicked. |
void |
gridResizeCol(GridEvent e)
Invoked when the user resizes a column. |
void |
gridResizeRow(GridEvent e)
Invoked when the user resizes a row. |
void |
gridSelChanged(GridEvent e)
Invoked when the Grid's selection changes. |
void |
gridSortColumn(GridEvent e)
Invoked when the user clicks on a column header and sort on a column. |
void |
gridStartEdit(GridEvent e)
Invoked when editing is activated in a cell. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public GridAdapter()
| Method Detail |
public void gridCellsClicked(GridEvent e)
public void gridDoubleClicked(GridEvent e)
public void gridCellsReleased(GridEvent e)
public void gridStartEdit(GridEvent e)
public void gridCommitEdit(GridEvent e)
public void gridCancelEdit(GridEvent e)
public void gridResizeRow(GridEvent e)
public void gridResizeCol(GridEvent e)
public void gridSortColumn(GridEvent e)
public void gridSelChanged(GridEvent e)
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||