public class CellRecord extends ListGridRecord
 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 CubeGrid.valueProperty. 
Cell records can contain any other properties desired, such as cell ids, or values for facets not initially shown.
idfactoryCreated, factoryProperties, readOnly| Constructor and Description | 
|---|
CellRecord()  | 
CellRecord(com.google.gwt.core.client.JavaScriptObject jsObj)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Boolean | 
getEnabled()
Default property name denoting whether this record is enabled. 
 | 
static CellRecord | 
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)  | 
void | 
setEnabled(java.lang.Boolean enabled)
Default property name denoting whether this record is enabled. 
 | 
get_baseStyle, get_canEdit, get_canRemove, getBackgroundComponent, getCanAcceptDrop, getCanDrag, getCanExpand, getCanSelect, getCustomStyle, getDetailDS, getIncludeInSummary, getIsGridSummary, getIsGroupSummary, getIsSeparator, getLinkText, getSingleCellValue, set_baseStyle, set_canEdit, set_canRemove, setBackgroundComponent, setCanAcceptDrop, setCanDrag, setCanExpand, setCanSelect, setCustomStyle, setDetailDS, setIncludeInSummary, setIsGridSummary, setIsGroupSummary, setIsSeparator, setLinkText, setSingleCellValueconvertToRecordArray, copyAttributes, copyAttributesInto, getAttributeAsRecordArray, getAttributeAsRecordList, isARecord, toMapgetRef, getRef, internalSetIDapplyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getReadOnly, isFactoryCreated, logConfiguration, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated, setReadOnlypublic CellRecord()
public CellRecord(com.google.gwt.core.client.JavaScriptObject jsObj)
public static CellRecord getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setEnabled(java.lang.Boolean enabled)
ListGrid.recordEnabledProperty.setEnabled in class ListGridRecordenabled - Default value is nullpublic java.lang.Boolean getEnabled()
ListGrid.recordEnabledProperty.getEnabled in class ListGridRecord