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.
id
factoryCreated, factoryProperties
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) |
CellRecord |
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, 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
convertToRecordArray, copyAttributes, copyAttributesInto, getAttributeAsRecordArray, getAttributeAsRecordList, getPaletteDefaults, isARecord, toMap
getRef, getRef, internalSetID
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
public CellRecord()
public CellRecord(com.google.gwt.core.client.JavaScriptObject jsObj)
public static CellRecord getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public CellRecord setEnabled(java.lang.Boolean enabled)
ListGrid.recordEnabledProperty
.setEnabled
in class ListGridRecord
enabled
- New enabled value. Default value is nullCellRecord
instance, for chaining setter callspublic java.lang.Boolean getEnabled()
ListGrid.recordEnabledProperty
.getEnabled
in class ListGridRecord