public static final enum

SimplePager.TextLocation

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gwt.user.cellview.client.SimplePager.TextLocation

Class Overview

The location of the text relative to the paging buttons.

Summary

Enum Values
SimplePager.TextLocation  CENTER   
SimplePager.TextLocation  LEFT   
SimplePager.TextLocation  RIGHT   
Public Methods
static SimplePager.TextLocation valueOf(String name)
final static TextLocation[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SimplePager.TextLocation CENTER

public static final SimplePager.TextLocation LEFT

public static final SimplePager.TextLocation RIGHT

Public Methods

public static SimplePager.TextLocation valueOf (String name)

public static final TextLocation[] values ()