org.kuali.student.common.ui.client.configurable.mvc.binding
Class MultiplicityItemBinding
java.lang.Object
   org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport<MultiplicityItem>
org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport<MultiplicityItem>
       org.kuali.student.common.ui.client.configurable.mvc.binding.MultiplicityItemBinding
org.kuali.student.common.ui.client.configurable.mvc.binding.MultiplicityItemBinding
- All Implemented Interfaces: 
- ModelWidgetBinding<MultiplicityItem>
Deprecated.
- public class MultiplicityItemBinding 
- extends ModelWidgetBindingSupport<MultiplicityItem>
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INSTANCE
public static MultiplicityItemBinding INSTANCE
- Deprecated. 
 
RT_CREATED
protected static final String RT_CREATED
- Deprecated. 
 
RT_UPDATED
protected static final String RT_UPDATED
- Deprecated. 
 
RT_DELETED
protected static final String RT_DELETED
- Deprecated. 
 
MultiplicityItemBinding
private MultiplicityItemBinding()
- Deprecated. 
setModelValue
public void setModelValue(MultiplicityItem multiplicityItem,
                          DataModel model,
                          String path)
- Deprecated. - Description copied from interface: ModelWidgetBinding
- Sets the model with the value from the widget
 
- 
- Parameters:
- multiplicityItem- Widget to interpret the data from
- path- where in the model to store the data
- See Also:
- ModelWidgetBinding.setModelValue(java.lang.Object,
      org.kuali.student.common.ui.client.mvc.DataModel, java.lang.String)
 
setWidgetValue
public void setWidgetValue(MultiplicityItem multiplicityItem,
                           DataModel model,
                           String path)
- Deprecated. - Description copied from interface: ModelWidgetBinding
- Sets the passed in widget with the appropriate data from the model
 
- 
- Parameters:
- multiplicityItem- the widget to have its value set
- model- DataModel to retrieve the data from
- path- where in the model to get the data
- See Also:
- ModelWidgetBinding.setWidgetValue(java.lang.Object,
      org.kuali.student.common.ui.client.mvc.DataModel, java.lang.String)
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.