org.kuali.student.common.ui.client.configurable.mvc.binding
Class SelectItemWidgetBinding
java.lang.Object
org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport<KSSelectItemWidgetAbstract>
org.kuali.student.common.ui.client.configurable.mvc.binding.SelectItemWidgetBinding
- All Implemented Interfaces:
- ModelWidgetBinding<KSSelectItemWidgetAbstract>
public class SelectItemWidgetBinding
- extends ModelWidgetBindingSupport<KSSelectItemWidgetAbstract>
Model widget binding for KSSelectItemWidgetAbstract widgets
- Author:
- Kuali Student Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static SelectItemWidgetBinding INSTANCE
SelectItemWidgetBinding
private SelectItemWidgetBinding()
setModelValue
public void setModelValue(KSSelectItemWidgetAbstract object,
DataModel model,
String path)
- Description copied from interface:
ModelWidgetBinding
- Sets the model with the value from the widget
- Parameters:
object
- Widget to interpret the data frompath
- where in the model to store the data
setWidgetValue
public void setWidgetValue(KSSelectItemWidgetAbstract object,
DataModel model,
String path)
- Description copied from interface:
ModelWidgetBinding
- Sets the passed in widget with the appropriate data from the model
- Parameters:
object
- the widget to have its value setmodel
- DataModel to retrieve the data frompath
- where in the model to get the data
getWidgetValue
public Data.Value getWidgetValue(KSSelectItemWidgetAbstract object)
- Helper method get list item widget's values as a Data object
- Parameters:
object
- value
-
- Returns:
setWidgetValue
public void setWidgetValue(KSSelectItemWidgetAbstract object,
Object value)
- Helper method to set Data object to a list item widget
- Parameters:
object
- value
-
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.