|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport<KSSelectItemWidgetAbstract> org.kuali.student.common.ui.client.configurable.mvc.binding.SelectItemWidgetBinding
public class SelectItemWidgetBinding
Model widget binding for KSSelectItemWidgetAbstract widgets
Field Summary | |
---|---|
static SelectItemWidgetBinding |
INSTANCE
|
Fields inherited from class org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport |
---|
DIRTY_PATH, RUNTIME_ROOT |
Method Summary | |
---|---|
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 |
Methods inherited from class org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport |
---|
ensureDirtyFlagPath, nullsafeEquals, nullsafeEquals, setDirtyFlag |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static SelectItemWidgetBinding INSTANCE
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |