org.kuali.student.lum.common.client.widgets
Class CluSetEditorWidget.CluSetBinding
java.lang.Object
   org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport<HasDataValue>
org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport<HasDataValue>
       org.kuali.student.lum.common.client.widgets.CluSetEditorWidget.CluSetBinding
org.kuali.student.lum.common.client.widgets.CluSetEditorWidget.CluSetBinding
- All Implemented Interfaces: 
- ModelWidgetBinding<HasDataValue>
- Enclosing class:
- CluSetEditorWidget
- public class CluSetEditorWidget.CluSetBinding 
- extends ModelWidgetBindingSupport<HasDataValue>
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CluSetEditorWidget.CluSetBinding
public CluSetEditorWidget.CluSetBinding()
setModelValue
public void setModelValue(HasDataValue widget,
                          DataModel model,
                          String path)
- Description copied from interface: ModelWidgetBinding
- Sets the model with the value from the widget
 
- 
- Parameters:
- widget- Widget to interpret the data from
- path- where in the model to store the data
 
setWidgetValue
public void setWidgetValue(HasDataValue widget,
                           DataModel model,
                           String path)
- Description copied from interface: ModelWidgetBinding
- Sets the passed in widget with the appropriate data from the model
 
- 
- Parameters:
- widget- the widget to have its value set
- model- DataModel to retrieve the data from
- path- where in the model to get the data
 
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.