org.apache.myfaces.tobago.example.reference
Class TreeCommandController

java.lang.Object
  extended by org.apache.myfaces.tobago.example.reference.TreeCommandController

public class TreeCommandController
extends Object


Constructor Summary
TreeCommandController()
           
 
Method Summary
 String command()
           
 org.apache.myfaces.tobago.model.TreeState getState()
           
 DefaultMutableTreeNode getTree()
           
 void setState(org.apache.myfaces.tobago.model.TreeState state)
           
 void setTree(DefaultMutableTreeNode tree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeCommandController

public TreeCommandController()
Method Detail

command

public String command()

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)


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