Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.html
Class BindingContainerDataSource

java.lang.Object
  extended byoracle.jbo.html.DataSourceImpl
      extended byoracle.jbo.html.BindingContainerDataSource

All Implemented Interfaces:
DataSource

public class BindingContainerDataSource
extends DataSourceImpl

Field Summary

Fields inherited from interface oracle.jbo.html.DataSource
DEFAULT_RANGE_SIZE

Constructor Summary
BindingContainerDataSource(javax.servlet.http.HttpServletRequest request, DCBindingContainer container, JUControlBinding binding)

Method Summary
JUControlBinding getControlBinding()
LocaleContext getLocaleContext()
Returns the locale context
RowSet getRowSet()
Return the RowSet instance of the ViewObject bind to this datasource.
boolean isBindingContainerDataSource()
void synchronize()
Synchronizes client changes with remote application.

Methods inherited from class oracle.jbo.html.DataSourceImpl
getApplicationId, getApplicationModule, getAttributeLabel, getAttributeLabel, getAttributeLabel, getAttributeRenderers, getContextFieldRendererClassName, getDefaultDisplayRendererClassName, getDefaultEditRendererClassName, getDefaultFieldRendererClassName, getDisplayFieldRenderer, getDisplayFieldRenderer, getDisplayRendererClassName, getEditFieldRenderer, getEditFieldRenderer, getEditRendererClassName, getFieldRendererClassName, getRowFromKey, getViewObjectName, isQueryable, setApplicationId, setApplicationModule, setApplicationModule, setAttributeRenderers, setDisplayFieldRenderer, setDisplayFieldRenderer, setEditFieldRenderer, setEditFieldRenderer, setFieldRenderer, setRequest, setRowSet, shouldDisplayAttribute

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

BindingContainerDataSource

public BindingContainerDataSource(javax.servlet.http.HttpServletRequest request,
                                  DCBindingContainer container,
                                  JUControlBinding binding)

Method Detail

isBindingContainerDataSource

public boolean isBindingContainerDataSource()
Specified by:
isBindingContainerDataSource in interface DataSource
Overrides:
isBindingContainerDataSource in class DataSourceImpl

getLocaleContext

public LocaleContext getLocaleContext()
Description copied from interface: DataSource
Returns the locale context
Specified by:
getLocaleContext in interface DataSource
Overrides:
getLocaleContext in class DataSourceImpl

getControlBinding

public JUControlBinding getControlBinding()

getRowSet

public RowSet getRowSet()
Description copied from interface: DataSource
Return the RowSet instance of the ViewObject bind to this datasource.
Specified by:
getRowSet in interface DataSource
Overrides:
getRowSet in class DataSourceImpl

synchronize

public void synchronize()
Description copied from interface: DataSource
Synchronizes client changes with remote application.
Specified by:
synchronize in interface DataSource
Overrides:
synchronize in class DataSourceImpl

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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