Skip navigation links

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

E10653-06


oracle.adfinternal.model.adapter.bean
Class BeanAdapter

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


public class BeanAdapter
extends BeanAbstractAdapter
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.BeanAbstractAdapter
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 BeanAbstractAdapter

getDefinition

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

Skip navigation links

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

E10653-06


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