Interface HasKeyboardPagingPolicy
- All Superinterfaces:
HasKeyboardSelectionPolicy
- All Known Implementing Classes:
AbstractCellTable
,AbstractHasData
,CellBrowser.BrowserCellList
,CellList
,CellTable
,DataGrid
,HasDataPresenter
Implemented by widgets that have a
HasKeyboardPagingPolicy.KeyboardPagingPolicy
.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
The policy that determines how keyboard paging will work.Nested classes/interfaces inherited from interface com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy
HasKeyboardSelectionPolicy.KeyboardSelectionPolicy
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from interface com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy
getKeyboardSelectionPolicy, setKeyboardSelectionPolicy
-
Method Details
-
getKeyboardPagingPolicy
HasKeyboardPagingPolicy.KeyboardPagingPolicy getKeyboardPagingPolicy()- Returns:
- the paging policy
- See Also:
-
setKeyboardPagingPolicy
- Parameters:
policy
- the paging policy- See Also:
-