|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.render.DeltaUtils
public final class DeltaUtils
Class responsible for decoding attribute deltas.
| Method Summary | |
|---|---|
static Map<String,Object> |
getDeltas(javax.faces.context.FacesContext context, String clientId)Load the attribute deltas for a single component. |
static Iterable<String> |
getRemainingDeltas(javax.faces.context.FacesContext context)Retrieves an iterable for all the attribute deltas that have not been set. |
static Set<String> |
getRemainingDeltasSet(javax.faces.context.FacesContext context)Retrieves a Set for all the attribute deltas that have not been set. |
static boolean |
hasPropertyDeltas(javax.faces.context.FacesContext context) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Set<String> getRemainingDeltasSet(javax.faces.context.FacesContext context)
public static Iterable<String> getRemainingDeltas(javax.faces.context.FacesContext context)
public static Map<String,Object> getDeltas(javax.faces.context.FacesContext context,
String clientId)
public static boolean hasPropertyDeltas(javax.faces.context.FacesContext context)
context - faces contexttrue if property change deltas should be applied on this request
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.