public interface ModelWidgetBinding<WidgetType>
Modifier and Type | Method and Description |
---|---|
void |
setModelValue(WidgetType widget,
DataModel model,
String path)
Sets the model with the value from the widget
|
void |
setWidgetValue(WidgetType widget,
DataModel model,
String path)
Sets the passed in widget with the appropriate data from the model
|
void setModelValue(WidgetType widget, DataModel model, String path)
widget
- Widget to interpret the data fromDataModel
- model to have a value/values added topath
- where in the model to store the datavoid setWidgetValue(WidgetType widget, DataModel model, String path)
widget
- the widget to have its value setmodel
- DataModel to retrieve the data frompath
- where in the model to get the dataCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.