getTableModelProvider
public static oracle.adfdt.view.unified.binding.provider.api.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.