Interface HasKeyboardPagingPolicy
-
- All Superinterfaces:
HasKeyboardSelectionPolicy
- All Known Implementing Classes:
AbstractCellTable
,AbstractHasData
,CellBrowser.BrowserCellList
,CellList
,CellTable
,DataGrid
,HasDataPresenter
public interface HasKeyboardPagingPolicy extends HasKeyboardSelectionPolicy
Implemented by widgets that have aHasKeyboardPagingPolicy.KeyboardPagingPolicy
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
HasKeyboardPagingPolicy.KeyboardPagingPolicy
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HasKeyboardPagingPolicy.KeyboardPagingPolicy
getKeyboardPagingPolicy()
void
setKeyboardPagingPolicy(HasKeyboardPagingPolicy.KeyboardPagingPolicy policy)
-
Methods inherited from interface com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy
getKeyboardSelectionPolicy, setKeyboardSelectionPolicy
-
-
-
-
Method Detail
-
getKeyboardPagingPolicy
HasKeyboardPagingPolicy.KeyboardPagingPolicy getKeyboardPagingPolicy()
- Returns:
- the paging policy
- See Also:
setKeyboardPagingPolicy(KeyboardPagingPolicy)
-
setKeyboardPagingPolicy
void setKeyboardPagingPolicy(HasKeyboardPagingPolicy.KeyboardPagingPolicy policy)
- Parameters:
policy
- the paging policy- See Also:
getKeyboardPagingPolicy()
-
-