|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.command.common.bean.repository.PageMode
public class PageMode
This class defines the modes of paging. Static instances of this class
are defined for the various modes.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static PageMode |
DEFAULT
Use properties settings to determine mode. |
static PageMode |
EXPLICIT_PAGING
Page if results greater than specified page count and begin at offset. |
static PageMode |
IMPLICIT_PAGING
Page if results greater than default page count property setting and begin at offset 0. |
static PageMode |
LIMIT
Do not page; return at most "count" results. |
static PageMode |
LIMIT_NO_RESULTS
Do not page; return at most "count" - 1 results. |
static PageMode |
NONE
Never do paging. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final PageMode DEFAULT
public static final PageMode NONE
public static final PageMode LIMIT
public static final PageMode IMPLICIT_PAGING
public static final PageMode EXPLICIT_PAGING
public static final PageMode LIMIT_NO_RESULTS
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||