org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml
Class UniqueCompositeId

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.UniqueCompositeId

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

@Deprecated
public class UniqueCompositeId
extends java.lang.Object

Generates a unique ID, or returns a unique ID already built on this node.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/laf/base/xhtml/UniqueCompositeId.java#0 $) $Date: 10-nov-2005.18:54:17 $

Constructor Summary
UniqueCompositeId(UIXRenderingContext context, int depth, java.lang.String baseid)
          Deprecated.  
UniqueCompositeId(UIXRenderingContext context, java.lang.String baseid)
          Deprecated.  
 
Method Summary
 java.lang.String firstId()
          Deprecated.  
 java.lang.String getId()
          Deprecated.  
static java.lang.String getId(java.lang.String baseid, java.lang.String suffix)
          Deprecated.  
 boolean isDuplicate()
          Deprecated. returns true if this ID was a duplicate of another at this level.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueCompositeId

public UniqueCompositeId(UIXRenderingContext context,
                         java.lang.String baseid)
Deprecated. 

UniqueCompositeId

public UniqueCompositeId(UIXRenderingContext context,
                         int depth,
                         java.lang.String baseid)
Deprecated. 
Method Detail

getId

public static java.lang.String getId(java.lang.String baseid,
                                     java.lang.String suffix)
Deprecated. 

getId

public java.lang.String getId()
Deprecated. 

firstId

public java.lang.String firstId()
Deprecated. 

isDuplicate

public boolean isDuplicate()
Deprecated. 
returns true if this ID was a duplicate of another at this level.



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