com.smartgwt.client.widgets.cube
Class CellRecord
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.core.RefDataClass
com.smartgwt.client.data.Record
com.smartgwt.client.widgets.grid.ListGridRecord
com.smartgwt.client.widgets.cube.CellRecord
public class CellRecord
- extends ListGridRecord
A CellRecord represents the data for one cell of the body area.
Each CellRecord should be an object that minimally
has a property named after each visible facetId with the value being a facetValueId from that facet, and also a value
for valueProperty.
Cell records can contain any
other properties desired, such as cell ids, or values for facets not initially shown.
| Fields inherited from class com.smartgwt.client.core.JsObject |
jsObj |
| Methods inherited from class com.smartgwt.client.widgets.grid.ListGridRecord |
get_baseStyle, getBackgroundComponent, getCanAcceptDrop, getCanDrag, getCanExpand, getCustomStyle, getDetailDS, getIncludeInSummary, getIsGridSummary, getIsGroupSummary, getIsSeparator, getLinkText, getSingleCellValue, set_baseStyle, setBackgroundComponent, setCanAcceptDrop, setCanDrag, setCanExpand, setCustomStyle, setDetailDS, setIncludeInSummary, setIsGridSummary, setIsGroupSummary, setIsSeparator, setLinkText, setSingleCellValue |
| Methods inherited from class com.smartgwt.client.core.DataClass |
doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellRecord
public CellRecord()
CellRecord
public CellRecord(JavaScriptObject jsObj)
getOrCreateRef
public static CellRecord getOrCreateRef(JavaScriptObject jsObj)
setJavaScriptObject
public void setJavaScriptObject(JavaScriptObject jsObj)
- Overrides:
setJavaScriptObject in class ListGridRecord
setEnabled
public void setEnabled(Boolean enabled)
- Default property name denoting whether this record is enabled. Property name may be modified for some grid via
recordEnabledProperty.
- Overrides:
setEnabled in class ListGridRecord
- Parameters:
enabled - enabled Default value is null- See Also:
- Disabled rows Example
getEnabled
public Boolean getEnabled()
- Default property name denoting whether this record is enabled. Property name may be modified for some grid via
recordEnabledProperty.
- Overrides:
getEnabled in class ListGridRecord
- Returns:
- Boolean
- See Also:
- Disabled rows Example