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 valueProperty
.
Cell records can contain any other properties desired, such as cell ids, or values for facets not initially shown.
id
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.
|
void |
setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj) |
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, setSingleCellValue
convertToRecordArray, copyAttributes, copyAttributesInto, getAttributeAsRecordArray, getAttributeAsRecordList, isARecord, toMap
getRef, getRef, internalSetID
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, setAttributeAsJavaObject
public CellRecord()
public CellRecord(com.google.gwt.core.client.JavaScriptObject jsObj)
public static CellRecord getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj)
setJavaScriptObject
in class ListGridRecord
public void setEnabled(java.lang.Boolean enabled)
recordEnabledProperty
.setEnabled
in class ListGridRecord
enabled
- enabled Default value is nullpublic java.lang.Boolean getEnabled()
recordEnabledProperty
.getEnabled
in class ListGridRecord