public class SelectItemWidgetBinding extends ModelWidgetBindingSupport<KSSelectItemWidgetAbstract>
Modifier and Type | Field and Description |
---|---|
static SelectItemWidgetBinding |
INSTANCE |
DIRTY_PATH, RUNTIME_ROOT
Modifier and Type | Method and Description |
---|---|
Data.Value |
getWidgetValue(KSSelectItemWidgetAbstract object)
Helper method get list item widget's values as a Data object
|
void |
setModelValue(KSSelectItemWidgetAbstract object,
DataModel model,
String path)
Sets the model with the value from the widget
|
void |
setWidgetValue(KSSelectItemWidgetAbstract object,
DataModel model,
String path)
Sets the passed in widget with the appropriate data from the model
|
void |
setWidgetValue(KSSelectItemWidgetAbstract object,
Object value)
Helper method to set Data object to a list item widget
|
ensureDirtyFlagPath, nullsafeEquals, nullsafeEquals, setDirtyFlag
public static SelectItemWidgetBinding INSTANCE
public void setModelValue(KSSelectItemWidgetAbstract object, DataModel model, String path)
ModelWidgetBinding
object
- Widget to interpret the data frompath
- where in the model to store the datapublic void setWidgetValue(KSSelectItemWidgetAbstract object, DataModel model, String path)
ModelWidgetBinding
object
- the widget to have its value setmodel
- DataModel to retrieve the data frompath
- where in the model to get the datapublic Data.Value getWidgetValue(KSSelectItemWidgetAbstract object)
object
- value
- public void setWidgetValue(KSSelectItemWidgetAbstract object, Object value)
object
- value
- Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.