org.apache.myfaces.tobago.example.demo
Class Navigation

java.lang.Object
  extended by org.apache.myfaces.tobago.example.demo.Navigation

public class Navigation
extends Object


Nested Class Summary
static class Navigation.Node
           
 
Constructor Summary
Navigation()
           
 
Method Summary
 org.apache.myfaces.tobago.model.TreeState getState()
           
 DefaultMutableTreeNode getTree()
           
 String gotoFirst()
           
 String gotoNext()
           
 String gotoPrevious()
           
 boolean isFirst()
           
 boolean isLast()
           
 String navigate()
           
 void setState(org.apache.myfaces.tobago.model.TreeState state)
           
 void setTree(DefaultMutableTreeNode tree)
           
 void updateMarker(String viewId)
           
 String viewSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Navigation

public Navigation()
Method Detail

navigate

public String navigate()

updateMarker

public void updateMarker(String viewId)

getTree

public DefaultMutableTreeNode getTree()

setTree

public void setTree(DefaultMutableTreeNode tree)

getState

public org.apache.myfaces.tobago.model.TreeState getState()

setState

public void setState(org.apache.myfaces.tobago.model.TreeState state)

gotoFirst

public String gotoFirst()

gotoPrevious

public String gotoPrevious()

gotoNext

public String gotoNext()

isFirst

public boolean isFirst()

isLast

public boolean isLast()

viewSource

public String viewSource()


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.