| java.lang.Object org.jaffa.presentation.portlet.widgets.controller.TreeController
TreeController | public class TreeController (Code) | | Controller for the Tree widget.
|
Method Summary | |
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. |
updateModel | public static void updateModel(String value, TreeModel model)(Code) | | 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. |
|
|