org.apache.myfaces.tobago.example.demo.actionlistener
Class TreeEditor

java.lang.Object
  extended by org.apache.myfaces.tobago.event.DefaultTreeActionListener
      extended by org.apache.myfaces.tobago.example.demo.actionlistener.TreeEditor
All Implemented Interfaces:
EventListener, ActionListener, FacesListener

public class TreeEditor
extends org.apache.myfaces.tobago.event.DefaultTreeActionListener


Constructor Summary
TreeEditor()
           
 
Method Summary
protected  DefaultMutableTreeNode copy(DefaultMutableTreeNode node)
           
protected  DefaultMutableTreeNode create(FacesContext facesContext)
           
protected  String nextId()
           
 void processAction(ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeEditor

public TreeEditor()
Method Detail

nextId

protected String nextId()

create

protected DefaultMutableTreeNode create(FacesContext facesContext)
Overrides:
create in class org.apache.myfaces.tobago.event.DefaultTreeActionListener

copy

protected DefaultMutableTreeNode copy(DefaultMutableTreeNode node)
Overrides:
copy in class org.apache.myfaces.tobago.event.DefaultTreeActionListener

processAction

public void processAction(ActionEvent event)
                   throws AbortProcessingException
Specified by:
processAction in interface ActionListener
Overrides:
processAction in class org.apache.myfaces.tobago.event.DefaultTreeActionListener
Throws:
AbortProcessingException


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