org.apache.myfaces.trinidadinternal.ui.data.bean
Interface BeanDOAdapter

All Superinterfaces:
DataObject
All Known Implementing Classes:
IntrospectionAdapter

public interface BeanDOAdapter
extends DataObject

Generic interface supported by Bean data object adapter.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/data/bean/BeanDOAdapter.java#0 $) $Date: 10-nov-2005.18:56:49 $
Author:
The Oracle ADF Faces Team

Method Summary
 void setInstance(java.lang.Object instance)
          Attaches an instance of the bean class to the adapter.
 
Methods inherited from interface org.apache.myfaces.trinidadinternal.ui.data.DataObject
selectValue
 

Method Detail

setInstance

void setInstance(java.lang.Object instance)
Attaches an instance of the bean class to the adapter.



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.