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

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

public class EditBoxController
extends Object

Controller for the EditBox widget.


Constructor Summary
EditBoxController()
           
 
Method Summary
static void updateModel(String value, EditBoxModel 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

EditBoxController

public EditBoxController()
Method Detail

updateModel

public static void updateModel(String value,
                               EditBoxModel model)
Updates the model with the input value.

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


Copyright © 2002-2004 JAFFA Project.