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

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

Deprecated.

public class MultiplicityCompositeBinding
extends ModelWidgetBindingSupport<MultiplicityComposite>


Field Summary
static MultiplicityCompositeBinding INSTANCE
          Deprecated.  
 
Fields inherited from class org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport
DIRTY_PATH, RUNTIME_ROOT
 
Constructor Summary
private MultiplicityCompositeBinding()
          Deprecated.  
 
Method Summary
 boolean isItemDeleted(DataModel model, String path, Integer index, MultiplicityComposite mcWidget)
          Deprecated. Checks to see if an item at the given index in the multiplicity has been deleted
 void setModelValue(MultiplicityComposite mcWidget, DataModel model, String path)
          Deprecated. Sets the model with the value from the widget
 void setWidgetValue(MultiplicityComposite mcWidget, 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 MultiplicityCompositeBinding INSTANCE
Deprecated. 
Constructor Detail

MultiplicityCompositeBinding

private MultiplicityCompositeBinding()
Deprecated. 
Method Detail

setModelValue

public void setModelValue(MultiplicityComposite mcWidget,
                          DataModel model,
                          String path)
Deprecated. 
Description copied from interface: ModelWidgetBinding
Sets the model with the value from the widget

Parameters:
mcWidget - 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(MultiplicityComposite mcWidget,
                           DataModel model,
                           String path)
Deprecated. 
Description copied from interface: ModelWidgetBinding
Sets the passed in widget with the appropriate data from the model

Parameters:
mcWidget - 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)

isItemDeleted

public boolean isItemDeleted(DataModel model,
                             String path,
                             Integer index,
                             MultiplicityComposite mcWidget)
Deprecated. 
Checks to see if an item at the given index in the multiplicity has been deleted

Parameters:
model -
path -
index -


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.