public class SectionBinding extends ModelWidgetBindingSupport<Section>
Modifier and Type | Field and Description |
---|---|
static SectionBinding |
INSTANCE |
DIRTY_PATH, RUNTIME_ROOT
Modifier and Type | Method and Description |
---|---|
void |
setModelValue(Section section,
DataModel model,
String path)
Sets the model with the value from the widget
|
void |
setWidgetValue(Section section,
DataModel model,
String path)
Sets the passed in widget with the appropriate data from the model
|
ensureDirtyFlagPath, nullsafeEquals, nullsafeEquals, setDirtyFlag
public static SectionBinding INSTANCE
public void setModelValue(Section section, DataModel model, String path)
ModelWidgetBinding
section
- 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(Section section, DataModel model, String path)
ModelWidgetBinding
section
- 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)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.