org.kuali.student.common.ui.client.configurable.mvc.binding
Class MultiplicityCompositeBinding
java.lang.Object
org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport<MultiplicityComposite>
org.kuali.student.common.ui.client.configurable.mvc.binding.MultiplicityCompositeBinding
- All Implemented Interfaces:
- ModelWidgetBinding<MultiplicityComposite>
Deprecated.
public class MultiplicityCompositeBinding
- extends ModelWidgetBindingSupport<MultiplicityComposite>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static MultiplicityCompositeBinding INSTANCE
- Deprecated.
MultiplicityCompositeBinding
private MultiplicityCompositeBinding()
- Deprecated.
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 frompath
- 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 setmodel
- DataModel to retrieve the data frompath
- 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.