|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
UIXRenderingContext.getPath()
Deprecated. Returns the path to the current logical node. |
Path |
LogicalNodeRenderingContext.getPath()
Deprecated. Returns the path to the current 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)
Deprecated. 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)
Deprecated. 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
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
| Methods in org.apache.myfaces.trinidadinternal.ui.path with parameters of type Path | |
|---|---|
void |
PathImpl.add(Path path)
Deprecated. Appends a path to this one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||