Uses of Enum
com.google.gwt.user.cellview.client.SimplePager.TextLocation
-
Uses of SimplePager.TextLocation in com.google.gwt.user.cellview.client
Modifier and TypeMethodDescriptionstatic SimplePager.TextLocation
Returns the enum constant of this type with the specified name.static SimplePager.TextLocation[]
SimplePager.TextLocation.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionSimplePager
(SimplePager.TextLocation location) Construct aSimplePager
with the specified text location.SimplePager
(SimplePager.TextLocation location, boolean showFastForwardButton, boolean showLastPageButton) Construct aSimplePager
with the default resources, fast forward rows and default image button names.SimplePager
(SimplePager.TextLocation location, boolean showFastForwardButton, int fastForwardRows, boolean showLastPageButton) Construct aSimplePager
with the default resources and default image button names.SimplePager
(SimplePager.TextLocation location, SimplePager.Resources resources, boolean showFastForwardButton, int fastForwardRows, boolean showLastPageButton) Construct aSimplePager
with the specified resources and default image button names.SimplePager
(SimplePager.TextLocation location, SimplePager.Resources resources, boolean showFastForwardButton, int fastForwardRows, boolean showLastPageButton, boolean showFirstPageButton, SimplePager.ImageButtonsConstants imageButtonConstants) Construct aSimplePager
with the specified resources.SimplePager
(SimplePager.TextLocation location, SimplePager.Resources resources, boolean showFastForwardButton, int fastForwardRows, boolean showLastPageButton, SimplePager.ImageButtonsConstants imageButtonConstants) Construct aSimplePager
with the specified resources.