org.apache.myfaces.trinidadinternal.ui.data
Interface KeyedDataObject

All Superinterfaces:
DataObject
All Known Implementing Classes:
DictionaryData, MapData

Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.

@Deprecated
public interface KeyedDataObject
extends DataObject

DataObject whose set of available selectors is enumerable.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/data/KeyedDataObject.java#0 $) $Date: 10-nov-2005.18:56:32 $

Method Summary
 java.util.Iterator<java.lang.Object> keys(UIXRenderingContext context)
          Deprecated.  
 
Methods inherited from interface org.apache.myfaces.trinidadinternal.ui.data.DataObject
selectValue
 

Method Detail

keys

java.util.Iterator<java.lang.Object> keys(UIXRenderingContext context)
Deprecated. 


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.