|
Oracle® Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.9.0) E52936-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object
java.lang.Enum<TransitionTrigger>
oracle.adf.view.rich.render.TransitionTrigger
public enum TransitionTrigger
The trigger type of a transition.
Enum Constant Summary | |
---|---|
BACK_NAVIGATE Used by af:deck when transitioning from a later child to an earlier child (in terms of sibling order). |
|
DATA_CHANGE Used by DVT components when data is changed. |
|
DISPLAY Used by DVT components when a display is toggled. |
|
DRILL Used by DVT components when drilling. |
|
FORWARD_NAVIGATE Used by af:deck when transitioning from an earlier child to a later child (in terms of sibling order). |
|
LAYER_CHANGE Used by DVT components when a layer is changed. |
|
MAP_CHANGE Used by DVT components when a map is changed. |
|
REPLACE Used by af:deck when transitioning a component that is being refreshed through partial page refresh(PPR). |
Method Summary | |
---|---|
static TransitionTrigger |
getByName(java.lang.String propertyName) |
java.lang.String |
getName() |
java.lang.String |
toString() |
static TransitionTrigger |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
static TransitionTrigger[] |
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, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TransitionTrigger BACK_NAVIGATE
public static final TransitionTrigger FORWARD_NAVIGATE
public static final TransitionTrigger REPLACE
public static final TransitionTrigger DATA_CHANGE
public static final TransitionTrigger DISPLAY
public static final TransitionTrigger DRILL
public static final TransitionTrigger LAYER_CHANGE
public static final TransitionTrigger MAP_CHANGE
Method Detail |
---|
public static TransitionTrigger[] values()
for (TransitionTrigger c : TransitionTrigger.values()) System.out.println(c);
public static TransitionTrigger valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Enum<TransitionTrigger>
public static TransitionTrigger getByName(java.lang.String propertyName)
|
Oracle® Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.9.0) E52936-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |