|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler<T> com.google.gwt.user.cellview.client.AbstractCellTable.CellTableKeyboardSelectionHandler<T>
T
- the data type of each rowpublic static class AbstractCellTable.CellTableKeyboardSelectionHandler<T>
Default implementation of a keyboard navigation handler for tables that supports navigation between cells.
Constructor Summary | |
---|---|
AbstractCellTable.CellTableKeyboardSelectionHandler(AbstractCellTable<T> table)
Construct a new keyboard selection handler for the specified table. |
Method Summary | |
---|---|
AbstractCellTable<T> |
getDisplay()
|
void |
onCellPreview(CellPreviewEvent<T> event)
Called when CellPreviewEvent is fired. |
Methods inherited from class com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler |
---|
end, handledEvent, home, nextPage, nextRow, prevPage, prevRow, setKeyboardSelectedRow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractCellTable.CellTableKeyboardSelectionHandler(AbstractCellTable<T> table)
table
- the display being handledMethod Detail |
---|
public AbstractCellTable<T> getDisplay()
getDisplay
in class AbstractHasData.DefaultKeyboardSelectionHandler<T>
public void onCellPreview(CellPreviewEvent<T> event)
CellPreviewEvent.Handler
CellPreviewEvent
is fired.
onCellPreview
in interface CellPreviewEvent.Handler<T>
onCellPreview
in class AbstractHasData.DefaultKeyboardSelectionHandler<T>
event
- the CellPreviewEvent
that was fired
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |