|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<AdfFacesContext.PayloadType>
oracle.adf.view.rich.context.AdfFacesContext.PayloadType
public static enum AdfFacesContext.PayloadType
Enumeration of the types of postback payloads supported by ADF.
| Enum Constant Summary | |
|---|---|
DIRTYIndicates that the postback payload has been filtered such that values corresponding to unmodified input components may be omitted from the payload. |
|
FULLIndicates that the postback payload contains the full, unfiltered set of postback data. |
|
| Method Summary | |
|---|---|
java.lang.String |
displayName()Returns the PayloadType constant's displayName. |
static AdfFacesContext.PayloadType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static AdfFacesContext.PayloadType |
valueOfDisplayName(java.lang.String displayName)Returns the PaylaodType constant associated with the specified displayName. |
static AdfFacesContext.PayloadType[] |
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 AdfFacesContext.PayloadType FULL
public static final AdfFacesContext.PayloadType DIRTY
| Method Detail |
|---|
public static AdfFacesContext.PayloadType[] values()
for (AdfFacesContext.PayloadType c : AdfFacesContext.PayloadType.values())
System.out.println(c);
public static AdfFacesContext.PayloadType 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 displayName()
public static AdfFacesContext.PayloadType valueOfDisplayName(java.lang.String displayName)
displayName - the displayName to look upjava.lang.IllegalArgumentException - if the displayName does not correspond to an PayloadType constant.
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||