|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.0) E10684-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.activedata.AutoPPRFilter
public abstract class AutoPPRFilter
AutoPPRFilter is the filter class used when registering a component's interest in whether an ActiveDataEvent should result in the component being rerendered automatically on the next render phase.
Typically, a filter is registered that will cause the component to be marked as dirty if the event contains any of the model attributes that the component is bound to.
DataUpdateManager.registerComponentForPPR(javax.faces.context.FacesContext, javax.faces.component.UIComponent, oracle.adf.view.rich.model.ActiveDataModel, oracle.adf.view.rich.activedata.AutoPPRFilter)| Constructor Summary | |
|---|---|
AutoPPRFilter() |
|
| Method Summary | |
|---|---|
abstract boolean |
accept(ActiveDataExceptionEvent event)Returns true if the component should be rerendered in response to the ActiveDataExceptionEvent |
abstract boolean |
accept(ActiveDataUpdateEvent event)Returns true if the component should be rerendered in response to the ActiveDataUpdateEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoPPRFilter()
| Method Detail |
|---|
public abstract boolean accept(ActiveDataUpdateEvent event)
true if the component should be rerendered in response to the ActiveDataUpdateEventevent - ActiveDataUpdateEvent to check for changestrue if the component should be rerenderedpublic abstract boolean accept(ActiveDataExceptionEvent event)
true if the component should be rerendered in response to the ActiveDataExceptionEventevent - ActiveDataExceptionEvent to use to determine if the component should be rerendered.true if the component should be rerendered
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.0) E10684-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||