public class LOBuilderBinding extends ModelWidgetBindingSupport<LOBuilder>
| Modifier and Type | Field and Description |
|---|---|
static LOBuilderBinding |
INSTANCE |
DIRTY_PATH, RUNTIME_ROOT| Modifier and Type | Method and Description |
|---|---|
void |
setModelValue(LOBuilder builder,
DataModel model,
String path)
Gets a list of OutlineNode from LOBuilder.
|
void |
setWidgetValue(LOBuilder builder,
DataModel model,
String path)
Sets the passed in widget with the appropriate data from the model
|
ensureDirtyFlagPath, nullsafeEquals, nullsafeEquals, setDirtyFlagpublic static LOBuilderBinding INSTANCE
public void setModelValue(LOBuilder builder, DataModel model, String path)
builder - Widget to interpret the data frompath - where in the model to store the datapublic void setWidgetValue(LOBuilder builder, DataModel model, String path)
ModelWidgetBindingbuilder - the widget to have its value setmodel - DataModel to retrieve the data frompath - where in the model to get the dataCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.