| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ActiveDataModel.ActiveDataPolicy>
oracle.adf.view.rich.model.ActiveDataModel.ActiveDataPolicy
public static enum ActiveDataModel.ActiveDataPolicy
Supported active data policy
| Enum Constant Summary | |
|---|---|
| ACTIVEModel will generate active events, and the events should be encoded and sent to client. | |
| PPRModel will generate active events, and components bound to the model should be marked as PPR targets when the events occur. | |
| STATICModel will not generate any active events | |
| Method Summary | |
|---|---|
| static ActiveDataModel.ActiveDataPolicy | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ActiveDataModel.ActiveDataPolicy[] | 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 ActiveDataModel.ActiveDataPolicy STATIC
public static final ActiveDataModel.ActiveDataPolicy ACTIVE
public static final ActiveDataModel.ActiveDataPolicy PPR
| Method Detail | 
|---|
public static ActiveDataModel.ActiveDataPolicy[] values()
for (ActiveDataModel.ActiveDataPolicy c : ActiveDataModel.ActiveDataPolicy.values()) System.out.println(c);
public static ActiveDataModel.ActiveDataPolicy 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 name
java.lang.NullPointerException - if the argument is null| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||