public class MultiplicityCompositeBinding extends ModelWidgetBindingSupport<MultiplicityComposite>
Modifier and Type | Field and Description |
---|---|
static MultiplicityCompositeBinding |
INSTANCE
Deprecated.
|
DIRTY_PATH, RUNTIME_ROOT
Modifier and Type | Method and Description |
---|---|
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
|
ensureDirtyFlagPath, nullsafeEquals, nullsafeEquals, setDirtyFlag
public static MultiplicityCompositeBinding INSTANCE
public void setModelValue(MultiplicityComposite mcWidget, DataModel model, String path)
ModelWidgetBinding
mcWidget
- Widget to interpret the data frompath
- where in the model to store the dataModelWidgetBinding.setModelValue(java.lang.Object,
org.kuali.student.common.ui.client.mvc.DataModel, java.lang.String)
public void setWidgetValue(MultiplicityComposite mcWidget, DataModel model, String path)
ModelWidgetBinding
mcWidget
- the widget to have its value setmodel
- DataModel to retrieve the data frompath
- where in the model to get the dataModelWidgetBinding.setWidgetValue(java.lang.Object,
org.kuali.student.common.ui.client.mvc.DataModel, java.lang.String)
public boolean isItemDeleted(DataModel model, String path, Integer index, MultiplicityComposite mcWidget)
model
- path
- index
- Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.