|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HoverGridListener
Event listener interface for FixedWidthGrid
events.
Method Summary | |
---|---|
void |
onAllRowsDeselected()
Fired when all rows are deselected. |
void |
onCellClicked(int row,
int cell)
Fired when a cell is clicked. |
void |
onCellHover(int row,
int cell)
Fired when a cell is hovered. |
void |
onCellUnhover(int row,
int cell)
Fired when a cell is unhovered. |
void |
onRowDeselected(int row)
Fired when a single row is deselected. |
void |
onRowHover(int row)
Fired when a row is hovered. |
void |
onRowsSelected(int firstRow,
int numRows)
Fired when one or more rows are selected. |
void |
onRowUnhover(int row)
Fired when a row is unhovered. |
Method Detail |
---|
void onAllRowsDeselected()
void onCellClicked(int row, int cell)
row
- the row indexcell
- the cell indexvoid onCellHover(int row, int cell)
row
- the row indexcell
- the cell indexvoid onCellUnhover(int row, int cell)
row
- the row indexcell
- the cell indexvoid onRowDeselected(int row)
row
- the row indexvoid onRowHover(int row)
row
- the row indexvoid onRowsSelected(int firstRow, int numRows)
firstRow
- the row index of the first rownumRows
- the number of selected rowsvoid onRowUnhover(int row)
row
- the row index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |