Uses of Interface
org.apache.myfaces.trinidadinternal.ui.path.Path

Packages that use Path
org.apache.myfaces.trinidadinternal.ui   
org.apache.myfaces.trinidadinternal.ui.laf.base   
org.apache.myfaces.trinidadinternal.ui.path   
 

Uses of Path in org.apache.myfaces.trinidadinternal.ui
 

Methods in org.apache.myfaces.trinidadinternal.ui that return Path
 Path LogicalNodeRenderingContext.getPath()
          Returns the path to the current node.
 Path UIXRenderingContext.getPath()
          Returns the path to the current logical node.
 

Uses of Path in org.apache.myfaces.trinidadinternal.ui.laf.base
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base with parameters of type Path
 boolean TreeWalker.walkChildren(UIXRenderingContext context, UINode node, java.lang.Object value, Path path)
          Callback method that will be called once for every node to determine if the children of that node should be walked to.
 java.lang.Object TreeWalker.walkNode(UIXRenderingContext context, UINode node, java.lang.Object previousValue, Path path)
          Callback method that will be called once for every node the tree walker walks.
 

Uses of Path in org.apache.myfaces.trinidadinternal.ui.path
 

Classes in org.apache.myfaces.trinidadinternal.ui.path that implement Path
 class PathImpl
          Default implementation of the path interface.
 

Methods in org.apache.myfaces.trinidadinternal.ui.path with parameters of type Path
 void PathImpl.add(Path path)
          Appends a path to this one.
 



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