|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DCDataControl | |
oracle.adf.model.adapter | Contains the implementation for abstract adapters for various oracle.binding.DataControl implementation shipped with ADF. |
oracle.adf.model.bc4j | Contains a DataControl implementation for ADF Business Components. |
oracle.adf.model.binding | Contains the abstract implementation of ADFm binding objects. |
oracle.adf.model.generic | Contains a readonly DataControl implementation for JavaBeans. |
oracle.jbo.uicli.binding | Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. |
oracle.jbo.uicli.controls | Contains classes that implement ADF Swing controls |
oracle.jbo.uicli.jui | Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. |
oracle.jbo.uicli.mom | Contains classes that implement metadata management for ADF Swing. |
Uses of DCDataControl in oracle.adf.model.adapter |
Subclasses of DCDataControl in oracle.adf.model.adapter | |
class |
AdapterDCService Provides services to the adapter created data controls for handling collection and bean based data. |
Uses of DCDataControl in oracle.adf.model.bc4j |
Subclasses of DCDataControl in oracle.adf.model.bc4j | |
class |
DCJboDataControl The application class that manages connection to a BC4J Application Module. |
Constructors in oracle.adf.model.bc4j with parameters of type DCDataControl | |
DCJboDataControl(DCDataControl parent, oracle.jbo.ApplicationModule am, java.lang.Object userData) Constructor to be used to create a nested DCDataControl inside another DCDataControl object. |
Uses of DCDataControl in oracle.adf.model.binding |
Fields in oracle.adf.model.binding declared as DCDataControl | |
protected DCDataControl |
DCIteratorBinding.mDC |
protected DCDataControl |
DCDataControl.mParent |
protected DCDataControl |
DCDataControl.mRootApplication |
protected DCDataControl |
DCBindingContainer.mDataControl |
Methods in oracle.adf.model.binding that return DCDataControl | |
DCDataControl |
DCIteratorBinding.getDataControl() Helper method to return the DCDataControl from this binding's BindingContainer. |
protected DCDataControl |
DCIteratorBinding.initDataControl() |
DCDataControl |
DCDataControlReference.getDataControl(oracle.adf.model.BindingContext ctx) |
DCDataControl |
DCDataControl.getParent() Returns the container DCDataControl object if any. |
DCDataControl |
DCDataControl.getRootDataControl() Returns the root DCDataControl object. |
DCDataControl |
DCBindingContainerValidationEvent.getDataControl() |
DCDataControl |
DCBindingContainer.findDataControl(java.lang.String alias) |
DCDataControl |
DCBindingContainer.getDataControl() *** For internal framework use only *** Returns the DCApplciation object to which this form binding belongs. |
protected DCDataControl |
DCBindingContainer.internalGetDataControl() *** For internal framework use only *** |
Methods in oracle.adf.model.binding with parameters of type DCDataControl | |
java.lang.Object |
DCInvokeMethodDef.callMethod(DCDataControl dc, java.util.ArrayList params) |
java.lang.Object |
DCInvokeMethod.callMethod(DCDataControl dc, oracle.adf.model.OperationBinding action, java.util.Map paramsMap) Internal use only. |
java.lang.Object |
DCInvokeMethod.getInvokeInstance(DCDataControl dc, oracle.adf.model.BindingContext ctx) For internal framework use only. |
void |
DCBindingContainerDef.initializeBindingContainer(DCDataControl dc, DCBindingContainer formBnd, boolean initialize) Internal: Applications should not use this method. |
void |
DCBindingContainer.setDataControl(DCDataControl app) Sets the DCDataControl instance in this form binding. |
void |
DCBindingContainer.callBeforeSaveTransaction(DCDataControl dc) Forces the current control to stop its editing mode (if used, like in JTable). |
protected oracle.jbo.ViewObject[] |
DCBindingContainer.getOrderedVOUsageList(DCDataControl dc) Returns an ordered list of ViewObject usages in this panel so that a JboException parameters can be transformed from Entity-layer names and exception parameters to ViewObject names and parameters. |
Constructors in oracle.adf.model.binding with parameters of type DCDataControl | |
DCIteratorBinding(DCDataControl dc, RowSetIterator rsi) When an application has a RowSet it should use this constructor. |
|
DCBindingContainerValidationEvent(DCBindingContainer source, DCDataControl dc) |
Uses of DCDataControl in oracle.adf.model.generic |
Subclasses of DCDataControl in oracle.adf.model.generic | |
class |
DCGenericDataControl |
Fields in oracle.adf.model.generic declared as DCDataControl | |
protected DCDataControl |
DCRowSetIteratorImpl.mApp |
Methods in oracle.adf.model.generic that return DCDataControl | |
protected DCDataControl |
DCRowSetIteratorImpl.getDataControl() |
Methods in oracle.adf.model.generic with parameters of type DCDataControl | |
protected StructureDefImpl |
StructureDefImpl.createNewAccessor(java.lang.String sDefName, java.lang.String sName, DCDataControl app) |
Constructors in oracle.adf.model.generic with parameters of type DCDataControl | |
StructureDefImpl(DCDataControl app, java.lang.String sDefName, java.lang.String sName) |
|
DCRowSetIteratorImpl(DCDataControl dc, java.util.Collection coll, java.lang.String name) |
|
DCRowSetIteratorImpl(DCDataControl dc, java.util.Iterator iter, java.lang.String name) |
|
DCRowSetIteratorImpl(DCDataControl dc, java.lang.Object data, java.lang.String name) |
|
DCRowSetIteratorImpl(DCDataControl dc, java.lang.Object data, java.lang.String name, StructureDef def) |
|
DCGenericRowSetIteratorImpl(DCDataControl dc, java.util.Collection coll, java.lang.String name) |
|
DCGenericRowSetIteratorImpl(DCDataControl dc, java.util.Iterator iter, java.lang.String name) |
Uses of DCDataControl in oracle.jbo.uicli.binding |
Subclasses of DCDataControl in oracle.jbo.uicli.binding | |
class |
JUApplication The application class that manages connection to a BC4J Application Module. |
Methods in oracle.jbo.uicli.binding that return DCDataControl | |
DCDataControl |
JUIteratorBinding.getApplication() |
protected DCDataControl |
JUFormBinding.internalGetDataControl() *** For internal framework use only *** |
DCDataControl |
JUCtrlActionBinding.getDataControl() Returns the datacontrol that this action or it's iteratorBinding is associated with. |
Methods in oracle.jbo.uicli.binding with parameters of type DCDataControl | |
protected JUCtrlActionBinding |
JUCtrlActionDef.createDataControlActionBinding(java.lang.Object control, DCDataControl dataControl, int mAction) For internal use only. |
DCIteratorBinding |
JUAccessorIteratorDef.createIterBinding(DCDataControl dc, DCBindingContainer bc, RowSetIterator rsi) |
DCIteratorBinding |
JUAccessorIteratorDef.createIterBinding(DCDataControl dc, DCBindingContainer bc, RowSetIterator masterRSI, Row masterRow, java.lang.String accName) Advanced internal. |
Constructors in oracle.jbo.uicli.binding with parameters of type DCDataControl | |
JUIteratorBinding(DCDataControl dataControl, RowSetIterator rsi) When an application has a BC4J RowSet it should use this constructor. |
|
JUCtrlActionBinding(java.lang.Object control, DCDataControl dc, int action) Creates an ActionBinding instance that works with the given control and on control's ActionEvent, call the invoke() method. |
Uses of DCDataControl in oracle.jbo.uicli.controls |
Methods in oracle.jbo.uicli.controls that return DCDataControl | |
DCDataControl |
JUTestFrame.getDataControl() |
Uses of DCDataControl in oracle.jbo.uicli.jui |
Methods in oracle.jbo.uicli.jui with parameters of type DCDataControl | |
void |
JUPanelBinding.callBeforeSaveTransaction(DCDataControl dc) Forces the current control to stop its editing mode (if used, like in JTable). |
void |
JULovPanelInterface.bindRowSetIterator(DCDataControl dc, RowSetIterator rsi, java.lang.String[] lovVODisplayedAttrNames) Sets display using data from this RowSet Iterator. |
Constructors in oracle.jbo.uicli.jui with parameters of type DCDataControl | |
JUPanelValidationEvent(JUFormBinding source, DCDataControl dc) |
Uses of DCDataControl in oracle.jbo.uicli.mom |
Methods in oracle.jbo.uicli.mom that return DCDataControl | |
DCDataControl |
JUApplicationDefImpl.createRootApplication(java.util.Hashtable context, java.lang.String name, java.lang.Object userData, java.lang.String dbConnectionURL, java.util.Properties dbConnectionProps) |
Methods in oracle.jbo.uicli.mom with parameters of type DCDataControl | |
static void |
JUMetaObjectManager.releaseApplicationObject(DCDataControl app) Deprecated. since 10.1.2, use DCDataControl.release() instead to release a datacontrol from the bindings as well as from the business service. |
void |
JUMetaObjectManager.addApplication(DCDataControl app) |
|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |