Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.2.0)

E18581-03


oracle.adf.dtrt.view.common
Interface ContentModelAccess


public interface ContentModelAccess

This is an implementation package interface used to prevent polluting the client interface with these kinds of interaction details. It is expected that the Content implementer will also implement this.


Method Summary
 oracle.adf.model.binding.DCBindingContainer getBindingContainer()
          Get the ADFm's binding container representing its runtime model object
 oracle.adfdt.model.objects.PageDefinition getPageDefinition()
           
 void invalidateDefinition()
          This is used when parameters are set on bindings to ensure that the runtime objects reflect designtime changes.

 

Method Detail

getBindingContainer

oracle.adf.model.binding.DCBindingContainer getBindingContainer()
Get the ADFm's binding container representing its runtime model object
Returns:
adfm binding container

getPageDefinition

oracle.adfdt.model.objects.PageDefinition getPageDefinition()
Returns:
the DT page definition associated with this content

invalidateDefinition

void invalidateDefinition()
This is used when parameters are set on bindings to ensure that the runtime objects reflect designtime changes. Client code doesn't need to (and shouldn't) call this method. If the model isn't using DT defs then it also may not be necessary.

Skip navigation links

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.2.0)

E18581-03


Copyright © 1997, 2012, Oracle. All rights reserved.