org.apache.myfaces.trinidadinternal.ui.state
Class BaseSelection

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.ui.state.BaseSelection
All Implemented Interfaces:
Selection

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

@Deprecated
public abstract class BaseSelection
extends java.lang.Object
implements Selection

The BaseSingleSelection abstract class is the parent of all Selection implementations, allowing the Selection interface to evolve over time.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/state/BaseSelection.java#0 $) $Date: 10-nov-2005.18:50:26 $

Constructor Summary
BaseSelection()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.myfaces.trinidadinternal.ui.state.Selection
isSelected
 

Constructor Detail

BaseSelection

public BaseSelection()
Deprecated. 


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