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.KeyboardPagingPolicyAbstractHasData. getKeyboardPagingPolicy()HasKeyboardPagingPolicy.KeyboardPagingPolicyHasDataPresenter. getKeyboardPagingPolicy()HasKeyboardPagingPolicy.KeyboardPagingPolicyHasKeyboardPagingPolicy. getKeyboardPagingPolicy()static HasKeyboardPagingPolicy.KeyboardPagingPolicyHasKeyboardPagingPolicy.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 voidAbstractHasData. setKeyboardPagingPolicy(HasKeyboardPagingPolicy.KeyboardPagingPolicy policy)voidHasDataPresenter. setKeyboardPagingPolicy(HasKeyboardPagingPolicy.KeyboardPagingPolicy policy)voidHasKeyboardPagingPolicy. setKeyboardPagingPolicy(HasKeyboardPagingPolicy.KeyboardPagingPolicy policy)
-