GWT 2.3.0

Uses of Class
com.google.gwt.user.cellview.client.SimplePager.TextLocation

Packages that use SimplePager.TextLocation
com.google.gwt.user.cellview.client The "cellview" widget set. 
 

Uses of SimplePager.TextLocation in com.google.gwt.user.cellview.client
 

Methods in com.google.gwt.user.cellview.client that return SimplePager.TextLocation
static SimplePager.TextLocation SimplePager.TextLocation.valueOf(java.lang.String name)
          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.
 

Constructors in com.google.gwt.user.cellview.client with parameters of type SimplePager.TextLocation
SimplePager(SimplePager.TextLocation location)
          Construct a SimplePager with the specified text location.
SimplePager(SimplePager.TextLocation location, SimplePager.Resources resources, boolean showFastForwardButton, int fastForwardRows, boolean showLastPageButton)
          Construct a SimplePager with the specified resources.
 


GWT 2.3.0