Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


oracle.adf.model
Interface CustomDefDataControl

All Superinterfaces:
DataControl, java.util.Map

public interface CustomDefDataControl
extends DataControl

Nested Class Summary

 

Nested classes inherited from class java.util.Map
java.util.Map.Entry

 

Field Summary

 

Fields inherited from interface oracle.adf.model.DataControl
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 java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values

 

Method Detail

initFromMetadata

public 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 Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


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