Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

oracle.adfinternal.model.adapter.bean
Class BeanAdapter

java.lang.Object
  extended by oracle.adf.model.adapter.AbstractAdapter
      extended by oracle.adfinternal.model.adapter.generic.AbstractDCStructureAdapter
          extended by oracle.adfinternal.model.adapter.bean.BeanAdapter

public class BeanAdapter
extends AbstractDCStructureAdapter

Since:
11.1.1

Field Summary
static java.lang.String BEAN_PROVIDER
          bean DataControlStructureProvider identifier
 
Constructor Summary
BeanAdapter()
           
 
Method Summary
protected  AbstractDefinition getDefinition(DataControlStructure dcStructure)
          Implementing classes must define this method to return the correct AbstractDefinition instance based on the given DataControlStructure.
protected  java.lang.String getProviderType()
          Returns the Structure provider type.
 
Methods inherited from class oracle.adfinternal.model.adapter.generic.AbstractDCStructureAdapter
canCreateDataControl, configureClientProject, getDefinition, getStructureProvider, initialize, invokeUI
 
Methods inherited from class oracle.adf.model.adapter.AbstractAdapter
getPageDefinitionListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_PROVIDER

public static final java.lang.String BEAN_PROVIDER
bean DataControlStructureProvider identifier

See Also:
Constant Field Values
Constructor Detail

BeanAdapter

public BeanAdapter()
Method Detail

getProviderType

protected java.lang.String getProviderType()
Returns the Structure provider type.

Specified by:
getProviderType in class AbstractDCStructureAdapter

getDefinition

protected AbstractDefinition getDefinition(DataControlStructure dcStructure)
Description copied from class: AbstractDCStructureAdapter
Implementing classes must define this method to return the correct AbstractDefinition instance based on the given DataControlStructure.

Specified by:
getDefinition in class AbstractDCStructureAdapter

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

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