Interface HasKeyboardSelectionPolicy
- All Known Subinterfaces:
 HasKeyboardPagingPolicy
- All Known Implementing Classes:
 AbstractCellTable,AbstractCellTree,AbstractHasData,CellBrowser,CellBrowser.BrowserCellList,CellList,CellTable,CellTree,DataGrid,HasDataPresenter
public interface HasKeyboardSelectionPolicy
Implemented by widgets that have a
 
HasKeyboardSelectionPolicy.KeyboardSelectionPolicy.- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe policy that determines how keyboard selection will work. - 
Method Summary
Modifier and TypeMethodDescriptionvoid 
- 
Method Details
- 
getKeyboardSelectionPolicy
HasKeyboardSelectionPolicy.KeyboardSelectionPolicy getKeyboardSelectionPolicy()- Returns:
 - the selection policy
 - See Also:
 
 - 
setKeyboardSelectionPolicy
- Parameters:
 policy- the selection policy- See Also:
 
 
 -