Skip navigation links

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


oracle.adf.view.rich.model
Interface ReplaceableModel


public interface ReplaceableModel

ReplaceableModel is the interface that must be implemented by the models that could potentially become stale.


Method Summary
 boolean shouldBeReplacedBy(Object anObject)
          Called by the DataUpdateManager to replace existing ActiveDataModel that might be stale

 

Method Detail

shouldBeReplacedBy

boolean shouldBeReplacedBy(Object anObject)
Called by the DataUpdateManager to replace existing ActiveDataModel that might be stale
Parameters:
anObject - an active object that can replace the stable object.
Returns:
boolean value indicating whether this model can be replaced by the specified object.

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.