public class FacetValue extends RefDataClass
CubeGrid
and FacetChart
classes (contained by facets).id
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 |
setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj) |
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
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 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 setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setAlign(Alignment align)
Note: This property is specific to CubeGrids
(see, for example, facetValueAlign
).
align
- align Default value is nullpublic Alignment getAlign()
Note: This property is specific to CubeGrids
(see, for example, facetValueAlign
).
public void setBorderAfter(java.lang.String borderAfter)
Note: This property is specific to CubeGrids
.
borderAfter
- . See String
. Default value is nullpublic java.lang.String getBorderAfter()
Note: This property is specific to CubeGrids
.
String
public void setBorderBefore(java.lang.String borderBefore)
Note: This property is specific to CubeGrids
.
borderBefore
- . See String
. Default value is nullpublic java.lang.String getBorderBefore()
Note: This property is specific to CubeGrids
.
String
public void setCanCollapse(java.lang.Boolean canCollapse)
Note: This property is specific to CubeGrids
(see, for example, canCollapseFacets
).
canCollapse
- canCollapse Default value is truepublic java.lang.Boolean getCanCollapse()
Note: This property is specific to CubeGrids
(see, for example, canCollapseFacets
).
public void setCanEdit(java.lang.Boolean canEdit)
canEdit
. Note: This property is specific to CubeGrids
.
canEdit
- canEdit Default value is cubeGrid.canEditpublic java.lang.Boolean getCanEdit()
canEdit
. Note: This property is specific to CubeGrids
.
public void setCellAlign(Alignment cellAlign)
Note: This property is specific to CubeGrids
(see, for example, cellAlign
).
cellAlign
- cellAlign Default value is facet.cellAlignpublic Alignment getCellAlign()
Note: This property is specific to CubeGrids
(see, for example, cellAlign
).
public void setCollapsed(java.lang.Boolean collapsed)
collapsed
. Note: This property is specific to CubeGrids
.
collapsed
- collapsed Default value is facet.collapsedpublic java.lang.Boolean getCollapsed()
collapsed
. Note: This property is specific to CubeGrids
.
public void setIsMinimizeValue(java.lang.Boolean isMinimizeValue)
Note: This property is
specific to CubeGrids
. See canMinimizeFacets
.
isMinimizeValue
- isMinimizeValue Default value is falsepublic java.lang.Boolean getIsMinimizeValue()
Note: This property is
specific to CubeGrids
. See 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
- . See String
. Default value is nullpublic java.lang.String getParentId()
facet.isTree
), id of this facetValue's parent
facetValue. Note: This property is specific to CubeGrids
.
String
public void setSelectionBoundary(SelectionBoundary selectionBoundary)
Note: This property is specific to CubeGrids
.
selectionBoundary
- selectionBoundary Default value is nullpublic SelectionBoundary getSelectionBoundary()
Note: This property is specific to CubeGrids
.
public void setTitle(java.lang.String title)
title
- . See String
. Default value is nullpublic java.lang.String getTitle()
String
public void setTitleHilite(java.lang.String titleHilite)
titleHilite
- . See String
. Default value is nullpublic java.lang.String getTitleHilite()
String
public void setWidth(int width)
Note: This property is specific to CubeGrids
.
width
- 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