Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Uses of Class
oracle.adf.view.rich.context.AdfFacesContext.PayloadType

Packages that use AdfFacesContext.PayloadType
oracle.adf.view.rich.context   
oracle.adf.view.rich.render   

 

Uses of AdfFacesContext.PayloadType in oracle.adf.view.rich.context

 

Methods in oracle.adf.view.rich.context that return AdfFacesContext.PayloadType
 AdfFacesContext.PayloadType AdfFacesContext.getPostbackPayloadType()
          Returns the type of postback payload that has been submitted for this request.
static AdfFacesContext.PayloadType AdfFacesContext.PayloadType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdfFacesContext.PayloadType AdfFacesContext.PayloadType.valueOfDisplayName(String displayName)
          Returns the PaylaodType constant associated with the specified displayName.
static AdfFacesContext.PayloadType[] AdfFacesContext.PayloadType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Uses of AdfFacesContext.PayloadType in oracle.adf.view.rich.render

 

Methods in oracle.adf.view.rich.render that return AdfFacesContext.PayloadType
 AdfFacesContext.PayloadType ClientComponent.requestPostbackPayloadType(AdfFacesContext.PayloadType payloadType)
          Requests that a specific payload type be used when posting back this component's values back to the server.

 

Methods in oracle.adf.view.rich.render with parameters of type AdfFacesContext.PayloadType
 AdfFacesContext.PayloadType ClientComponent.requestPostbackPayloadType(AdfFacesContext.PayloadType payloadType)
          Requests that a specific payload type be used when posting back this component's values back to the server.
protected  boolean RichRenderer.supportsPostbackPayloadType(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, AdfFacesContext.PayloadType payloadType)
          Tests whether this Renderer supports the specified postback payload type.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.