Uses of Class
com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy.KeyboardPagingPolicy
-
Packages that use HasKeyboardPagingPolicy.KeyboardPagingPolicy Package Description com.google.gwt.user.cellview.client The "cellview" widget set. -
-
Uses of HasKeyboardPagingPolicy.KeyboardPagingPolicy in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return HasKeyboardPagingPolicy.KeyboardPagingPolicy Modifier and Type Method Description HasKeyboardPagingPolicy.KeyboardPagingPolicy
AbstractHasData. getKeyboardPagingPolicy()
HasKeyboardPagingPolicy.KeyboardPagingPolicy
HasDataPresenter. getKeyboardPagingPolicy()
HasKeyboardPagingPolicy.KeyboardPagingPolicy
HasKeyboardPagingPolicy. getKeyboardPagingPolicy()
static HasKeyboardPagingPolicy.KeyboardPagingPolicy
HasKeyboardPagingPolicy.KeyboardPagingPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HasKeyboardPagingPolicy.KeyboardPagingPolicy[]
HasKeyboardPagingPolicy.KeyboardPagingPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.gwt.user.cellview.client with parameters of type HasKeyboardPagingPolicy.KeyboardPagingPolicy Modifier and Type Method Description void
AbstractHasData. setKeyboardPagingPolicy(HasKeyboardPagingPolicy.KeyboardPagingPolicy policy)
void
HasDataPresenter. setKeyboardPagingPolicy(HasKeyboardPagingPolicy.KeyboardPagingPolicy policy)
void
HasKeyboardPagingPolicy. setKeyboardPagingPolicy(HasKeyboardPagingPolicy.KeyboardPagingPolicy policy)
-