Package 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
- All Implemented Interfaces:
- HasHandlers
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 CubeGrid.valueProperty. 
Cell records can contain any other properties desired, such as cell ids, or values for facets not initially shown.
- 
Field SummaryFields inherited from class com.smartgwt.client.core.RefDataClassidFields inherited from class com.smartgwt.client.core.DataClassfactoryCreated, factoryProperties
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionDefault property name denoting whether this record is enabled.static CellRecordgetOrCreateRef(JavaScriptObject jsObj) setEnabled(Boolean enabled) Default property name denoting whether this record is enabled.Methods inherited from class com.smartgwt.client.widgets.grid.ListGridRecordget_baseStyle, get_canEdit, get_canRemove, getBackgroundComponent, getCanAcceptDrop, getCanDrag, getCanExpand, getCanSelect, getCustomStyle, getDetailDS, getEmbeddedComponent, getEmbeddedComponentFields, getEmbeddedComponentPosition, getIncludeInSummary, getIsGridSummary, getIsGroupSummary, getIsSeparator, getLinkText, getShowRollOver, getSingleCellValue, set_baseStyle, set_canEdit, set_canRemove, setBackgroundComponent, setCanAcceptDrop, setCanDrag, setCanExpand, setCanSelect, setCustomStyle, setDetailDS, setEmbeddedComponent, setEmbeddedComponentFields, setEmbeddedComponentPosition, setIncludeInSummary, setIsGridSummary, setIsGroupSummary, setIsSeparator, setLinkText, setShowRollOver, setSingleCellValueMethods inherited from class com.smartgwt.client.data.RecordconvertToRecordArray, copyAttributes, copyAttributesInto, getAttributeAsRecordArray, getAttributeAsRecordList, getPaletteDefaults, isARecord, toMapMethods inherited from class com.smartgwt.client.core.RefDataClassgetRef, getRef, internalSetIDMethods inherited from class com.smartgwt.client.core.DataClassapplyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, 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
- 
Constructor Details- 
CellRecordpublic CellRecord()
- 
CellRecord
 
- 
- 
Method Details- 
getOrCreateRef
- 
setEnabledDefault property name denoting whether this record is enabled. Property name may be modified for some grid viaListGrid.recordEnabledProperty.- Overrides:
- setEnabledin class- ListGridRecord
- Parameters:
- enabled- New enabled value. Default value is null
- Returns:
- CellRecordinstance, for chaining setter calls
- See Also:
 
- 
getEnabledDefault property name denoting whether this record is enabled. Property name may be modified for some grid viaListGrid.recordEnabledProperty.- Overrides:
- getEnabledin class- ListGridRecord
- Returns:
- Current enabled value. Default value is null
- See Also:
 
 
-