oracle.jbo.html
Class BindingContainerDataSource
java.lang.Object
oracle.jbo.html.DataSourceImpl
oracle.jbo.html.BindingContainerDataSource
- All Implemented Interfaces:
- DataSource
- public class BindingContainerDataSource
- extends DataSourceImpl
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 |
BindingContainerDataSource
public BindingContainerDataSource(javax.servlet.http.HttpServletRequest request,
DCBindingContainer container,
JUControlBinding binding)
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
Copyright © 1997, 2004, Oracle. All rights reserved.