public class MultiplicityGroupItemBinding extends ModelWidgetBindingSupport<MultiplicityGroupItem>
Modifier and Type | Field and Description |
---|---|
static MultiplicityGroupItemBinding |
INSTANCE |
protected static String |
RT_CREATED |
protected static String |
RT_DELETED |
protected static String |
RT_UPDATED |
DIRTY_PATH, RUNTIME_ROOT
Modifier and Type | Method and Description |
---|---|
void |
setModelValue(MultiplicityGroupItem multiplicityItem,
DataModel model,
String path)
Sets the model with the value from the widget
|
void |
setWidgetValue(MultiplicityGroupItem multiplicityItem,
DataModel model,
String path)
Sets the passed in widget with the appropriate data from the model
|
ensureDirtyFlagPath, nullsafeEquals, nullsafeEquals, setDirtyFlag
public static MultiplicityGroupItemBinding INSTANCE
protected static final String RT_CREATED
protected static final String RT_UPDATED
protected static final String RT_DELETED
public void setModelValue(MultiplicityGroupItem multiplicityItem, DataModel model, String path)
ModelWidgetBinding
multiplicityItem
- Widget to interpret the data frompath
- where in the model to store the dataModelWidgetBinding.setModelValue(Object,
org.kuali.student.common.ui.client.mvc.DataModel, String)
public void setWidgetValue(MultiplicityGroupItem multiplicityItem, DataModel model, String path)
ModelWidgetBinding
multiplicityItem
- the widget to have its value setmodel
- DataModel to retrieve the data frompath
- where in the model to get the dataModelWidgetBinding.setWidgetValue(Object,
org.kuali.student.common.ui.client.mvc.DataModel, String)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.