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

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

public class GridController
extends Object

Controller for the Grid widget.


Constructor Summary
GridController()
           
 
Method Summary
static void updateModel(String value, GridModel model)
          Updates the model with the input value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridController

public GridController()
Method Detail

updateModel

public static void updateModel(String value,
                               GridModel model)
Updates the model with the input value. This will throw the XmlStructureRuntimeException, in case the input is not well-formed.

Parameters:
value - The new value for the model.
model - The model to be updated.


Copyright © 2002-2004 JAFFA Project.