org.kuali.student.common.ui.client.configurable.mvc.binding
Class RichTextBinding
java.lang.Object
org.kuali.student.common.ui.client.configurable.mvc.binding.ModelWidgetBindingSupport<RichTextEditor>
org.kuali.student.common.ui.client.configurable.mvc.binding.RichTextBinding
- All Implemented Interfaces:
- ModelWidgetBinding<RichTextEditor>
public class RichTextBinding
- extends ModelWidgetBindingSupport<RichTextEditor>
Sets to and from model data that is marked as rich text (it has plain and formatted text in the model)
- Author:
- Kuali Student Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static RichTextBinding INSTANCE
RichTextBinding
private RichTextBinding()
setModelValue
public void setModelValue(RichTextEditor object,
DataModel model,
String path)
- Description copied from interface:
ModelWidgetBinding
- Sets the model with the value from the widget
- Parameters:
object
- Widget to interpret the data frompath
- where in the model to store the data
setWidgetValue
public void setWidgetValue(RichTextEditor object,
DataModel model,
String path)
- Description copied from interface:
ModelWidgetBinding
- Sets the passed in widget with the appropriate data from the model
- Parameters:
object
- the widget to have its value setmodel
- DataModel to retrieve the data frompath
- where in the model to get the data
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.