org.kuali.student.common.ui.client.configurable.mvc.binding
Class MultiplicityItemBinding

java.lang.Object
  extended by org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport<MultiplicityItem>
      extended by org.kuali.student.common.ui.client.configurable.mvc.binding.MultiplicityItemBinding
All Implemented Interfaces:
ModelWidgetBinding<MultiplicityItem>

Deprecated.

public class MultiplicityItemBinding
extends ModelWidgetBindingSupport<MultiplicityItem>


Field Summary
static MultiplicityItemBinding INSTANCE
          Deprecated.  
protected static String RT_CREATED
          Deprecated.  
protected static String RT_DELETED
          Deprecated.  
protected static String RT_UPDATED
          Deprecated.  
 
Fields inherited from class org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport
DIRTY_PATH, RUNTIME_ROOT
 
Method Summary
 void setModelValue(MultiplicityItem multiplicityItem, DataModel model, String path)
          Deprecated. Sets the model with the value from the widget
 void setWidgetValue(MultiplicityItem multiplicityItem, DataModel model, String path)
          Deprecated. Sets the passed in widget with the appropriate data from the model
 
Methods inherited from class org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport
ensureDirtyFlagPath, nullsafeEquals, nullsafeEquals, setDirtyFlag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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. 
Method Detail

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-2013 The Kuali Foundation. All Rights Reserved.