org.jaffa.presentation.portlet.widgets.controller
Class TreeController

java.lang.Object
  extended byorg.jaffa.presentation.portlet.widgets.controller.TreeController

public class TreeController
extends Object

Controller for the Tree widget.


Constructor Summary
TreeController()
           
 
Method Summary
static void updateModel(String value, TreeModel model)
          When the HTML is posted, this method is fired from the form bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeController

public TreeController()
Method Detail

updateModel

public static void updateModel(String value,
                               TreeModel model)
When the HTML is posted, this method is fired from the form bean. It passes a string which is a comma seperated list and converts it into an arraylist. Then it passes this array list to the model's setExpanded method.

Parameters:
value - The input.


Copyright © 2002-2004 JAFFA Project.