Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


oracle.adf.view.rich.activedata
Class AutoPPRFilter

java.lang.Object
  extended by oracle.adf.view.rich.activedata.AutoPPRFilter


public abstract class AutoPPRFilter
extends java.lang.Object

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.

See Also:
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

AutoPPRFilter

public AutoPPRFilter()

Method Detail

accept

public abstract boolean accept(ActiveDataUpdateEvent event)
Returns true if the component should be rerendered in response to the ActiveDataUpdateEvent
Parameters:
event - ActiveDataUpdateEvent to check for changes
Returns:
true if the component should be rerendered

accept

public abstract boolean accept(ActiveDataExceptionEvent event)
Returns true if the component should be rerendered in response to the ActiveDataExceptionEvent
Parameters:
event - ActiveDataExceptionEvent to use to determine if the component should be rerendered.
Returns:
true if the component should be rerendered

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.