org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml
Class ModelRendererUtils
java.lang.Object
org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.ModelRendererUtils
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
@Deprecated
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 $
|
Method Summary |
static boolean |
isEmpty(org.apache.myfaces.trinidad.component.UIXHierarchy component,
int startDepth,
java.lang.Object focusPath)
Deprecated. Checks to see whether the level is empty |
static boolean |
setNewPath(org.apache.myfaces.trinidad.component.UIXHierarchy component,
int startDepth,
java.lang.Object focusRowKey)
Deprecated. |
static boolean |
setNewPath(org.apache.myfaces.trinidad.component.UIXHierarchy component,
int startDepth,
java.lang.Object focusRowKey,
boolean useFocusChildren)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelRendererUtils
public ModelRendererUtils()
- Deprecated.
setNewPath
public static final boolean setNewPath(org.apache.myfaces.trinidad.component.UIXHierarchy component,
int startDepth,
java.lang.Object focusRowKey)
- Deprecated.
- 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)
- Deprecated.
- 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)
- Deprecated.
- Checks to see whether the level is empty
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.