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

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

public class ModelRendererUtils
extends java.lang.Object

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/laf/base/xhtml/ModelRendererUtils.java#0 $) $Date: 10-nov-2005.18:54:03 $
Author:
The Oracle ADF Faces Team

Constructor Summary
ModelRendererUtils()
           
 
Method Summary
static boolean isEmpty(org.apache.myfaces.trinidad.component.UIXHierarchy component, int startDepth, java.lang.Object focusPath)
          Checks to see whether the level is empty
static boolean setNewPath(org.apache.myfaces.trinidad.component.UIXHierarchy component, int startDepth, java.lang.Object focusRowKey)
           
static boolean setNewPath(org.apache.myfaces.trinidad.component.UIXHierarchy component, int startDepth, java.lang.Object focusRowKey, boolean useFocusChildren)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelRendererUtils

public ModelRendererUtils()
Method Detail

setNewPath

public static final boolean setNewPath(org.apache.myfaces.trinidad.component.UIXHierarchy component,
                                       int startDepth,
                                       java.lang.Object focusRowKey)
Parameters:
component -
startDepth -
Returns:
whether or not a path was set.

setNewPath

public static final boolean setNewPath(org.apache.myfaces.trinidad.component.UIXHierarchy component,
                                       int startDepth,
                                       java.lang.Object focusRowKey,
                                       boolean useFocusChildren)
Parameters:
component -
startDepth -
Returns:
whether or not a path was set.

isEmpty

public static final boolean isEmpty(org.apache.myfaces.trinidad.component.UIXHierarchy component,
                                    int startDepth,
                                    java.lang.Object focusPath)
Checks to see whether the level is empty



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