public class FacetValue extends RefDataClass
CubeGrid
and FacetChart
classes (contained by facets).id
factoryCreated, factoryProperties, readOnly
Constructor and Description |
---|
FacetValue() |
FacetValue(com.google.gwt.core.client.JavaScriptObject jsObj) |
FacetValue(java.lang.String id) |
FacetValue(java.lang.String id,
java.lang.String title) |
FacetValue(java.lang.String id,
java.lang.String title,
java.lang.String parentId) |
Modifier and Type | Method and Description |
---|---|
Alignment |
getAlign()
Default alignment for facet label title and cells for this facetValue.
|
java.lang.String |
getBorderAfter()
CSS line style to apply as a border after this facetValue.
|
java.lang.String |
getBorderBefore()
CSS line style to apply as a border before this facetValue.
|
java.lang.Boolean |
getCanCollapse()
For individual parent facetValues within a hierarchical facet, this flag controls whether an expand/collapse control
will be shown.
|
java.lang.Boolean |
getCanEdit()
Whether cells for this facetValue can be edited.
|
Alignment |
getCellAlign()
Default alignment of cells (in the body) for this facetValue.
|
java.lang.Boolean |
getCollapsed()
For tree facets, initial collapse state for this node.
|
java.lang.Object |
getId()
id of this facetValue.
|
java.lang.Integer |
getIdAsInt()
id of this facetValue.
|
java.lang.String |
getIdAsString()
id of this facetValue.
|
java.lang.Boolean |
getIsMinimizeValue()
Used to determine which facetValue is to be shown when the facet is minimized.
|
static FacetValue |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getParentId()
For tree facets (
facet.isTree ), id of this facetValue's parent
facetValue. |
SelectionBoundary |
getSelectionBoundary()
Selection boundary determining what facets / facetValues can be selected together by drag selection / shift+click
selection.
|
java.lang.String |
getTitle()
User-visible title of this facetValue.
|
java.lang.String |
getTitleHilite()
Hilite style to apply to the title for this facetValue.
|
int |
getWidth()
Width of the cube grid facetValue in pixels.
|
void |
setAlign(Alignment align)
Default alignment for facet label title and cells for this facetValue.
|
void |
setBorderAfter(java.lang.String borderAfter)
CSS line style to apply as a border after this facetValue.
|
void |
setBorderBefore(java.lang.String borderBefore)
CSS line style to apply as a border before this facetValue.
|
void |
setCanCollapse(java.lang.Boolean canCollapse)
For individual parent facetValues within a hierarchical facet, this flag controls whether an expand/collapse control
will be shown.
|
void |
setCanEdit(java.lang.Boolean canEdit)
Whether cells for this facetValue can be edited.
|
void |
setCellAlign(Alignment cellAlign)
Default alignment of cells (in the body) for this facetValue.
|
void |
setCollapsed(java.lang.Boolean collapsed)
For tree facets, initial collapse state for this node.
|
void |
setId(java.lang.Integer id)
id of this facetValue.
|
void |
setId(java.lang.String id)
id of this facetValue.
|
void |
setIsMinimizeValue(java.lang.Boolean isMinimizeValue)
Used to determine which facetValue is to be shown when the facet is minimized.
|
void |
setParentId(java.lang.String parentId)
For tree facets (
facet.isTree ), id of this facetValue's parent
facetValue. |
void |
setSelectionBoundary(SelectionBoundary selectionBoundary)
Selection boundary determining what facets / facetValues can be selected together by drag selection / shift+click
selection.
|
void |
setTitle(java.lang.String title)
User-visible title of this facetValue.
|
void |
setTitleHilite(java.lang.String titleHilite)
Hilite style to apply to the title for this facetValue.
|
void |
setWidth(int width)
Width of the cube grid facetValue in pixels.
|
getRef, getRef, internalSetID
applyFactoryProperties, 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, setReadOnly
public FacetValue()
public FacetValue(com.google.gwt.core.client.JavaScriptObject jsObj)
public FacetValue(java.lang.String id)
public FacetValue(java.lang.String id, java.lang.String title)
public FacetValue(java.lang.String id, java.lang.String title, java.lang.String parentId)
public static FacetValue getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setAlign(Alignment align)
Note: This property is specific to CubeGrids
(see, for example, CubeGrid.facetValueAlign
).
align
- Default value is nullpublic Alignment getAlign()
Note: This property is specific to CubeGrids
(see, for example, CubeGrid.facetValueAlign
).
public void setBorderAfter(java.lang.String borderAfter)
Note: This property is specific to CubeGrids
.
borderAfter
- Default value is nullpublic java.lang.String getBorderAfter()
Note: This property is specific to CubeGrids
.
public void setBorderBefore(java.lang.String borderBefore)
Note: This property is specific to CubeGrids
.
borderBefore
- Default value is nullpublic java.lang.String getBorderBefore()
Note: This property is specific to CubeGrids
.
public void setCanCollapse(java.lang.Boolean canCollapse)
Note: This property is specific to CubeGrids
(see, for example, CubeGrid.canCollapseFacets
).
canCollapse
- Default value is truepublic java.lang.Boolean getCanCollapse()
Note: This property is specific to CubeGrids
(see, for example, CubeGrid.canCollapseFacets
).
public void setCanEdit(java.lang.Boolean canEdit)
CubeGrid.canEdit
. Note: This property is specific to
CubeGrids
.
canEdit
- Default value is cubeGrid.canEditpublic java.lang.Boolean getCanEdit()
CubeGrid.canEdit
. Note: This property is specific to
CubeGrids
.
public void setCellAlign(Alignment cellAlign)
Note: This property is specific to CubeGrids
(see, for example, CubeGrid.cellAlign
).
cellAlign
- Default value is facet.cellAlignpublic Alignment getCellAlign()
Note: This property is specific to CubeGrids
(see, for example, CubeGrid.cellAlign
).
public void setCollapsed(java.lang.Boolean collapsed)
Facet.collapsed
. Note: This property is specific to
CubeGrids
.
collapsed
- Default value is facet.collapsedpublic java.lang.Boolean getCollapsed()
Facet.collapsed
. Note: This property is specific to
CubeGrids
.
public void setIsMinimizeValue(java.lang.Boolean isMinimizeValue)
Note: This property is
specific to CubeGrids
. See CubeGrid.canMinimizeFacets
.
isMinimizeValue
- Default value is falsepublic java.lang.Boolean getIsMinimizeValue()
Note: This property is
specific to CubeGrids
. See CubeGrid.canMinimizeFacets
.
public void setParentId(java.lang.String parentId)
facet.isTree
), id of this facetValue's parent
facetValue. Note: This property is specific to CubeGrids
.
Note : This is an advanced setting
parentId
- Default value is nullpublic java.lang.String getParentId()
facet.isTree
), id of this facetValue's parent
facetValue. Note: This property is specific to CubeGrids
.
public void setSelectionBoundary(SelectionBoundary selectionBoundary)
Note: This property is specific to CubeGrids
.
selectionBoundary
- Default value is nullpublic SelectionBoundary getSelectionBoundary()
Note: This property is specific to CubeGrids
.
public void setTitle(java.lang.String title)
title
- Default value is nullpublic java.lang.String getTitle()
public void setTitleHilite(java.lang.String titleHilite)
Note: This property is specific to CubeGrids
. See CubeGrid.hilites
.
titleHilite
- Default value is nullpublic java.lang.String getTitleHilite()
Note: This property is specific to CubeGrids
. See CubeGrid.hilites
.
public void setWidth(int width)
Note: This property is specific to CubeGrids
.
width
- Default value is facet.widthpublic int getWidth()
Note: This property is specific to CubeGrids
.
public void setId(java.lang.Integer id)
id
- id Default value is nullpublic void setId(java.lang.String id)
id
- id Default value is nullpublic java.lang.Object getId()
id
- id Default value is nullpublic java.lang.String getIdAsString()
id
- id Default value is nullpublic java.lang.Integer getIdAsInt()
id
- id Default value is null