|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PagerPosition>
org.chenillekit.tapestry.core.internal.PagerPosition
public enum PagerPosition
| Enum Constant Summary | |
|---|---|
BOTH
Show the pager above and below the paged content. |
|
BOTTOM
Position the pager below the paged content (this is the default). |
|
NONE
Don't show a pager (the application will need to supply its own navigation mechanism). |
|
TOP
Position the pager above the paged content. |
|
| Method Summary | |
|---|---|
boolean |
isMatchBottom()
|
boolean |
isMatchTop()
|
static PagerPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PagerPosition[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PagerPosition TOP
public static final PagerPosition BOTTOM
public static final PagerPosition BOTH
public static final PagerPosition NONE
| Method Detail |
|---|
public static PagerPosition[] values()
for (PagerPosition c : PagerPosition.values()) System.out.println(c);
public static PagerPosition valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic boolean isMatchBottom()
public boolean isMatchTop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||