Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.adf.model
Interface CustomDefDataControl

All Superinterfaces:
DataControl, java.util.Map

public interface CustomDefDataControl
extends DataControl


Nested Class Summary
 
Nested classes/interfaces inherited from interface oracle.adf.model.DataControl
DataControl.DataChangeEventPolicy
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from interface oracle.adf.model.DataControl
DATACHANGE_EVENT_POLLINGMODE, REL_ALL_REFS, REL_DATA_REFS, REL_VIEW_REFS, REL_WEAK_DATA_REFS
 
Method Summary
 void initFromMetadata(java.util.Map map)
          Initialize this datacontrol from the properties sent in in this Map.
 
Methods inherited from interface oracle.adf.model.DataControl
getDataProvider, getName, release
 
Methods inherited from interface oracle.binding.DataControl
invokeOperation, release
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

initFromMetadata

void initFromMetadata(java.util.Map map)
Initialize this datacontrol from the properties sent in in this Map. Included in this should be a data structure holding onto the custom xml-element in the datacontrol metadata.


Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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