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 Summary
Fields inherited from class com.smartgwt.client.core.RefDataClass
id
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDefault property name denoting whether this record is enabled.static CellRecord
getOrCreateRef
(JavaScriptObject jsObj) setEnabled
(Boolean enabled) Default property name denoting whether this record is enabled.Methods inherited from class com.smartgwt.client.widgets.grid.ListGridRecord
get_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, setSingleCellValue
Methods inherited from class com.smartgwt.client.data.Record
convertToRecordArray, copyAttributes, copyAttributesInto, getAttributeAsRecordArray, getAttributeAsRecordList, getPaletteDefaults, isARecord, toMap
Methods inherited from class com.smartgwt.client.core.RefDataClass
getRef, getRef, internalSetID
Methods inherited from class com.smartgwt.client.core.DataClass
applyFactoryProperties, 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
-
CellRecord
public CellRecord() -
CellRecord
-
-
Method Details
-
getOrCreateRef
-
setEnabled
Default property name denoting whether this record is enabled. Property name may be modified for some grid viaListGrid.recordEnabledProperty
.- Overrides:
setEnabled
in classListGridRecord
- Parameters:
enabled
- New enabled value. Default value is null- Returns:
CellRecord
instance, for chaining setter calls- See Also:
-
getEnabled
Default property name denoting whether this record is enabled. Property name may be modified for some grid viaListGrid.recordEnabledProperty
.- Overrides:
getEnabled
in classListGridRecord
- Returns:
- Current enabled value. Default value is null
- See Also:
-