|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.rwt.lifecycle.PhaseId
A type-safe enumeration that represents all standard life cycle phases. The
instances can be used to refer to a phase in implementations of
PhaseListener
.
Field Summary | |
static PhaseId |
ANY
The PhaseId ANY is used by the PhaseListener to
signal interest in all phases. |
static PhaseId |
PREPARE_UI_ROOT
The PhaseId PREPARE_UI_ROOT is used by the
PhaseListener to signal interest in the Prepare UI Root
phase. |
static PhaseId |
PROCESS_ACTION
The PhaseId PROCESS_ACTION is used by the
PhaseListener to signal interest in the Process Action
phase. |
static PhaseId |
READ_DATA
The PhaseId READ_DATA is used by the PhaseListener
to signal interest in the Read Data phase. |
static PhaseId |
RENDER
The PhaseId RENDER is used by the PhaseListener to
signal interest in the Render phase. |
static List |
VALUES
A list containing the instances of this enumeration. |
Method Summary | |
int |
compareTo(Object toCompare)
|
int |
getOrdinal()
Returns the ordinal number that is used for comparison of PhaseIds. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final PhaseId ANY
ANY
is used by the PhaseListener
to
signal interest in all phases.
public static final PhaseId PREPARE_UI_ROOT
PREPARE_UI_ROOT
is used by the
PhaseListener
to signal interest in the Prepare UI Root
phase.
public static final PhaseId READ_DATA
READ_DATA
is used by the PhaseListener
to signal interest in the Read Data phase.
public static final PhaseId PROCESS_ACTION
PROCESS_ACTION
is used by the
PhaseListener
to signal interest in the Process Action
phase.
public static final PhaseId RENDER
RENDER
is used by the PhaseListener
to
signal interest in the Render phase.
public static final List VALUES
Method Detail |
public String toString()
public int compareTo(Object toCompare)
compareTo
in interface Comparable
public int getOrdinal()
|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.