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

E18581-02

oracle.adfdt.view.rich.binding.util
Class ModelProviderUtils

java.lang.Object
  extended by oracle.adfdt.view.rich.binding.util.ModelProviderUtils

public final class ModelProviderUtils
extends java.lang.Object


Constructor Summary
ModelProviderUtils()
           
 
Method Summary
static TableModelProvider getTableModelProvider(ADFDesignTimeContext dtContext, oracle.adfdt.model.objects.PageDefinition pageDefinition, java.lang.String bindingId)
          Retrieves the TableModelProvider for the given binding id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelProviderUtils

public ModelProviderUtils()
Method Detail

getTableModelProvider

public static TableModelProvider getTableModelProvider(ADFDesignTimeContext dtContext,
                                                       oracle.adfdt.model.objects.PageDefinition pageDefinition,
                                                       java.lang.String bindingId)
Retrieves the TableModelProvider for the given binding id. If the binding does not exist, or is otherwise not attached to a CtrlHier binding, this will return null;

Parameters:
dtContext - Design time context for the page where the table exists.
pageDefinition - The current page definition for the page
bindingId - Binding id of a CtrlHier binding
Returns:
TableModelProvider for the binding, or null if it cannot be obtained.

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

E18581-02

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