public class VariationsBinding extends ModelWidgetBindingSupport<com.google.gwt.user.client.ui.FlexTable>
DIRTY_PATH, RUNTIME_ROOT| Constructor and Description |
|---|
VariationsBinding(String url,
boolean editable) |
VariationsBinding(String url,
boolean editable,
boolean isRightHandColumn)
This is a special constructor that allows us to differentiate between
the left and right side-by-side comparison columns.
|
VariationsBinding(String url,
boolean editable,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getLabel(String messageKey) |
void |
setModelValue(com.google.gwt.user.client.ui.FlexTable table,
DataModel model,
String path)
Sets the model with the value from the widget
|
void |
setWidgetValue(com.google.gwt.user.client.ui.FlexTable table,
DataModel model,
String path)
Sets the passed in widget with the appropriate data from the model
|
ensureDirtyFlagPath, nullsafeEquals, nullsafeEquals, setDirtyFlagpublic VariationsBinding(String url, boolean editable, boolean isRightHandColumn)
url - editable - isRightHandColumn - public VariationsBinding(String url, boolean editable)
public VariationsBinding(String url, boolean editable, Configuration configuration)
public void setModelValue(com.google.gwt.user.client.ui.FlexTable table, DataModel model, String path)
ModelWidgetBindingtable - Widget to interpret the data frompath - where in the model to store the datapublic void setWidgetValue(com.google.gwt.user.client.ui.FlexTable table, DataModel model, String path)
ModelWidgetBindingtable - 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.