Uses of Class
org.uberfire.ext.widgets.table.client.UberfireSimplePager.TextLocation
-
Packages that use UberfireSimplePager.TextLocation Package Description org.uberfire.ext.widgets.table.client -
-
Uses of UberfireSimplePager.TextLocation in org.uberfire.ext.widgets.table.client
Methods in org.uberfire.ext.widgets.table.client that return UberfireSimplePager.TextLocation Modifier and Type Method Description static UberfireSimplePager.TextLocationUberfireSimplePager.TextLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static UberfireSimplePager.TextLocation[]UberfireSimplePager.TextLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.ext.widgets.table.client with parameters of type UberfireSimplePager.TextLocation Constructor Description UberfireSimplePager(UberfireSimplePager.TextLocation location)Construct aSimplePagerwith the specified text location.UberfireSimplePager(UberfireSimplePager.TextLocation location, UberfireSimplePagerResources resources, boolean showFastForwardButton, int fastForwardRows, boolean showLastPageButton)Construct aSimplePagerwith the specified resources.
-