Class Facet
- All Implemented Interfaces:
HasHandlers
CubeGrid
and FacetChart
classes.-
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 TypeMethodDescriptiongetAlign()
Default alignment for facet label title, and cells for this facet.CSS line style to apply as a border after this facet, eg "1px dashed blue"CSS line style to apply as a border before this facet, eg "1px dashed blue"For tree facets, whether expand/collapse controls should be shown.If facet minimizing is enabled, whether this facet should show controls to minimize the next facet.Default alignment of cells (in the body) for this facet.For tree facets, default collapse state for parent nodes.Integer number of pixels.getId()
id of this facet.id of this facet.id of this facet.Controls indenting for ahierarchical
column facet if set non-null, overrriding the value ofCubeGrid.indentVTreeFacets
.When applied to a Chart, does the chart's data contain multiple values per record for this facet.Marks this facet as a hierarchical facet.Integer number of pixels.Defaultminimize state
for parent nodes.static Facet
getOrCreateRef
(JavaScriptObject jsObj) ForFacetCharts
only, this property specifies the value axis label when a FacetChart is inproportional rendering mode
and has this facet as itslegend facet
.facetValueId of the rollup facetValue for this facet.Selection boundary determining what facets / facetValues can be selected together by drag selection / shift+click selection.Should folders in the facet tree be sorted separately from leaves or should the facet values retain their data order regardless of whether a value is a leaf or folder in the tree?Indicates internal hierarchy should be displayed in reverse of normal tree order (so that parents follow children).IfseparateFolders
is true, should folders be displayed above or below leaves? When set totrue
folders will appear above leaves unless the data order has been reversed by settingshowParentsLast
totrue
.Title for facet summary.Value for facet summary.If true, treat all values in this facet as a facetValueGroup - causes synched header reorder and resize.getTitle()
User-visible title of this facet.Alignment of facet label title.Array of facetValue definitions.int
getWidth()
Integer number of pixels.Default alignment for facet label title, and cells for this facet.setBorderAfter
(String borderAfter) CSS line style to apply as a border after this facet, eg "1px dashed blue"setBorderBefore
(String borderBefore) CSS line style to apply as a border before this facet, eg "1px dashed blue"setCanCollapse
(Boolean canCollapse) For tree facets, whether expand/collapse controls should be shown.setCanMinimize
(Boolean canMinimize) If facet minimizing is enabled, whether this facet should show controls to minimize the next facet.setCellAlign
(Alignment cellAlign) Default alignment of cells (in the body) for this facet.setCollapsed
(Boolean collapsed) For tree facets, default collapse state for parent nodes.Integer number of pixels.void
id of this facet.void
id of this facet.setIndentVTree
(Boolean indentVTree) Controls indenting for ahierarchical
column facet if set non-null, overrriding the value ofCubeGrid.indentVTreeFacets
.setInlinedValues
(Boolean inlinedValues) When applied to a Chart, does the chart's data contain multiple values per record for this facet.Marks this facet as a hierarchical facet.setLabelHeight
(Integer labelHeight) Integer number of pixels.setMinimized
(Boolean minimized) Defaultminimize state
for parent nodes.setProportionalTitle
(String proportionalTitle) ForFacetCharts
only, this property specifies the value axis label when a FacetChart is inproportional rendering mode
and has this facet as itslegend facet
.setRollupValue
(String rollupValue) facetValueId of the rollup facetValue for this facet.setSelectionBoundary
(SelectionBoundary selectionBoundary) Selection boundary determining what facets / facetValues can be selected together by drag selection / shift+click selection.setSeparateFolders
(Boolean separateFolders) Should folders in the facet tree be sorted separately from leaves or should the facet values retain their data order regardless of whether a value is a leaf or folder in the tree?setShowParentsLast
(Boolean showParentsLast) Indicates internal hierarchy should be displayed in reverse of normal tree order (so that parents follow children).setSortFoldersBeforeLeaves
(Boolean sortFoldersBeforeLeaves) IfseparateFolders
is true, should folders be displayed above or below leaves? When set totrue
folders will appear above leaves unless the data order has been reversed by settingshowParentsLast
totrue
.setSummaryTitle
(String summaryTitle) Title for facet summary.setSummaryValue
(String summaryValue) Value for facet summary.setSynchColumnLayout
(Boolean synchColumnLayout) If true, treat all values in this facet as a facetValueGroup - causes synched header reorder and resize.User-visible title of this facet.setTitleAlign
(Alignment titleAlign) Alignment of facet label title.setValues
(FacetValue... values) Array of facetValue definitions.setWidth
(int width) Integer number of pixels.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
-
Facet
public Facet() -
Facet
-
Facet
-
Facet
-
-
Method Details
-
getOrCreateRef
-
setAlign
Default alignment for facet label title, and cells for this facet. Can be overridden at the facetValue level, or by setting titleAlign or cellAlign on the facet.Note: This property is specific to
CubeGrids
(see, for example,CubeGrid.facetValueAlign
).- Parameters:
align
- New align value. Default value is null- Returns:
Facet
instance, for chaining setter calls- See Also:
-
getAlign
Default alignment for facet label title, and cells for this facet. Can be overridden at the facetValue level, or by setting titleAlign or cellAlign on the facet.Note: This property is specific to
CubeGrids
(see, for example,CubeGrid.facetValueAlign
).- Returns:
- Current align value. Default value is null
- See Also:
-
setBorderAfter
CSS line style to apply as a border after this facet, eg "1px dashed blue"Note: This property is specific to
CubeGrids
.- Parameters:
borderAfter
- New borderAfter value. Default value is null- Returns:
Facet
instance, for chaining setter calls
-
getBorderAfter
CSS line style to apply as a border after this facet, eg "1px dashed blue"Note: This property is specific to
CubeGrids
.- Returns:
- Current borderAfter value. Default value is null
-
setBorderBefore
CSS line style to apply as a border before this facet, eg "1px dashed blue"Note: This property is specific to
CubeGrids
.- Parameters:
borderBefore
- New borderBefore value. Default value is null- Returns:
Facet
instance, for chaining setter calls
-
getBorderBefore
CSS line style to apply as a border before this facet, eg "1px dashed blue"Note: This property is specific to
CubeGrids
.- Returns:
- Current borderBefore value. Default value is null
-
setCanCollapse
For tree facets, whether expand/collapse controls should be shown.Note: This property is specific to
CubeGrids
(see, for example,CubeGrid.canCollapseFacets
).- Parameters:
canCollapse
- New canCollapse value. Default value is facet.isTree- Returns:
Facet
instance, for chaining setter calls
-
getCanCollapse
For tree facets, whether expand/collapse controls should be shown.Note: This property is specific to
CubeGrids
(see, for example,CubeGrid.canCollapseFacets
).- Returns:
- Current canCollapse value. Default value is facet.isTree
-
setCanMinimize
If facet minimizing is enabled, whether this facet should show controls to minimize the next facet. Generally a tree facet should not also allow minimizing the next facet - the interaction of the two types of collapsing can be confusing.Note: This property is specific to
CubeGrids
. SeeCubeGrid.canMinimizeFacets
.- Parameters:
canMinimize
- New canMinimize value. Default value is cubeGrid.canMinimizeFacets- Returns:
Facet
instance, for chaining setter calls
-
getCanMinimize
If facet minimizing is enabled, whether this facet should show controls to minimize the next facet. Generally a tree facet should not also allow minimizing the next facet - the interaction of the two types of collapsing can be confusing.Note: This property is specific to
CubeGrids
. SeeCubeGrid.canMinimizeFacets
.- Returns:
- Current canMinimize value. Default value is cubeGrid.canMinimizeFacets
-
setCellAlign
Default alignment of cells (in the body) for this facet.Note: This property is specific to
CubeGrids
.- Parameters:
cellAlign
- New cellAlign value. Default value is cubeGrid.cellAlign- Returns:
Facet
instance, for chaining setter calls- See Also:
-
getCellAlign
Default alignment of cells (in the body) for this facet.Note: This property is specific to
CubeGrids
.- Returns:
- Current cellAlign value. Default value is cubeGrid.cellAlign
- See Also:
-
setCollapsed
For tree facets, default collapse state for parent nodes.Note: This property is specific to
CubeGrids
.- Parameters:
collapsed
- New collapsed value. Default value is false- Returns:
Facet
instance, for chaining setter calls
-
getCollapsed
For tree facets, default collapse state for parent nodes.Note: This property is specific to
CubeGrids
.- Returns:
- Current collapsed value. Default value is false
-
setHeight
Integer number of pixels. For column facets, specifies the height of header. Has no effect on row facets.If this property conflicts with a
labelHeight
, the greater of the two properties will be used for determining the height of the affected row.Note: This property is specific to
CubeGrids
.- Parameters:
height
- New height value. Default value is null- Returns:
Facet
instance, for chaining setter calls
-
getHeight
Integer number of pixels. For column facets, specifies the height of header. Has no effect on row facets.If this property conflicts with a
labelHeight
, the greater of the two properties will be used for determining the height of the affected row.Note: This property is specific to
CubeGrids
.- Returns:
- Current height value. Default value is null
-
setIndentVTree
Controls indenting for ahierarchical
column facet if set non-null, overrriding the value ofCubeGrid.indentVTreeFacets
.- Parameters:
indentVTree
- New indentVTree value. Default value is null- Returns:
Facet
instance, for chaining setter calls- See Also:
-
getIndentVTree
Controls indenting for ahierarchical
column facet if set non-null, overrriding the value ofCubeGrid.indentVTreeFacets
.- Returns:
- Current indentVTree value. Default value is null
- See Also:
-
setInlinedValues
When applied to a Chart, does the chart's data contain multiple values per record for this facet. See Chart.data for a full overview ofinlinedValues
behavior.- Parameters:
inlinedValues
- New inlinedValues value. Default value is null- Returns:
Facet
instance, for chaining setter calls
-
getInlinedValues
When applied to a Chart, does the chart's data contain multiple values per record for this facet. See Chart.data for a full overview ofinlinedValues
behavior.- Returns:
- Current inlinedValues value. Default value is null
-
setIsTree
Marks this facet as a hierarchical facet.If set,
facet.value
will be linked as for amodelType:"parent"
Tree, usingfacetValue.id
andfacetValue.parentId
. Expand/collapse controls will be shown allowing navigation of the facet's values.The CubeGrid's
load on demand
system automatically avoids fetching data for facetValues that are not currently visible due to the expand/collapse state of a tree facet.Initial open/close state can be controlled via
facet.collapsed
andFacetValue.collapsed
.Note: This property is specific to
CubeGrids
.- Parameters:
isTree
- New isTree value. Default value is false- Returns:
Facet
instance, for chaining setter calls- See Also:
-
getIsTree
Marks this facet as a hierarchical facet.If set,
facet.value
will be linked as for amodelType:"parent"
Tree, usingfacetValue.id
andfacetValue.parentId
. Expand/collapse controls will be shown allowing navigation of the facet's values.The CubeGrid's
load on demand
system automatically avoids fetching data for facetValues that are not currently visible due to the expand/collapse state of a tree facet.Initial open/close state can be controlled via
facet.collapsed
andFacetValue.collapsed
.Note: This property is specific to
CubeGrids
.- Returns:
- Current isTree value. Default value is false
- See Also:
-
setLabelHeight
Integer number of pixels. For column facets other than the innermost, specifies the height of the header. For row facets, specifies the height of the row containing that row facet's label (which is the same row containing the innermost column facet if one or more column facets are present).If this property conflicts with a
height
, the greater of the two properties will be used for determining the height of the affected row.Note: This property is specific to
CubeGrids
.- Parameters:
labelHeight
- New labelHeight value. Default value is null- Returns:
Facet
instance, for chaining setter calls
-
getLabelHeight
Integer number of pixels. For column facets other than the innermost, specifies the height of the header. For row facets, specifies the height of the row containing that row facet's label (which is the same row containing the innermost column facet if one or more column facets are present).If this property conflicts with a
height
, the greater of the two properties will be used for determining the height of the affected row.Note: This property is specific to
CubeGrids
.- Returns:
- Current labelHeight value. Default value is null
-
setMinimized
Defaultminimize state
for parent nodes.Note: This property is specific to
CubeGrids
.- Parameters:
minimized
- New minimized value. Default value is false- Returns:
Facet
instance, for chaining setter calls
-
getMinimized
Defaultminimize state
for parent nodes.Note: This property is specific to
CubeGrids
.- Returns:
- Current minimized value. Default value is false
-
setProportionalTitle
ForFacetCharts
only, this property specifies the value axis label when a FacetChart is inproportional rendering mode
and has this facet as itslegend facet
. If theproportionalTitle
is not specified thenFacetChart.proportionalAxisLabel
is used as the default title.- Parameters:
proportionalTitle
- New proportionalTitle value. Default value is null- Returns:
Facet
instance, for chaining setter calls
-
getProportionalTitle
ForFacetCharts
only, this property specifies the value axis label when a FacetChart is inproportional rendering mode
and has this facet as itslegend facet
. If theproportionalTitle
is not specified thenFacetChart.proportionalAxisLabel
is used as the default title.- Returns:
- Current proportionalTitle value. Default value is null
-
setRollupValue
facetValueId of the rollup facetValue for this facet.Note: This property is specific to
CubeGrids
. SeeCubeGrid.rollupValue
.- Parameters:
rollupValue
- New rollupValue value. Default value is cubeGrid.rollupValue- Returns:
Facet
instance, for chaining setter calls
-
getRollupValue
facetValueId of the rollup facetValue for this facet.Note: This property is specific to
CubeGrids
. SeeCubeGrid.rollupValue
.- Returns:
- Current rollupValue value. Default value is cubeGrid.rollupValue
-
setSelectionBoundary
Selection boundary determining what facets / facetValues can be selected together by drag selection / shift+click selection.Note: This property is specific to
CubeGrids
.- Parameters:
selectionBoundary
- New selectionBoundary value. Default value is null- Returns:
Facet
instance, for chaining setter calls
-
getSelectionBoundary
Selection boundary determining what facets / facetValues can be selected together by drag selection / shift+click selection.Note: This property is specific to
CubeGrids
.- Returns:
- Current selectionBoundary value. Default value is null
-
setSeparateFolders
Should folders in the facet tree be sorted separately from leaves or should the facet values retain their data order regardless of whether a value is a leaf or folder in the tree?- Parameters:
separateFolders
- New separateFolders value. Default value is false- Returns:
Facet
instance, for chaining setter calls- See Also:
-
getSeparateFolders
Should folders in the facet tree be sorted separately from leaves or should the facet values retain their data order regardless of whether a value is a leaf or folder in the tree?- Returns:
- Current separateFolders value. Default value is false
- See Also:
-
setShowParentsLast
Indicates internal hierarchy should be displayed in reverse of normal tree order (so that parents follow children).Note: This property is specific to
CubeGrids
.- Parameters:
showParentsLast
- New showParentsLast value. Default value is false- Returns:
Facet
instance, for chaining setter calls
-
getShowParentsLast
Indicates internal hierarchy should be displayed in reverse of normal tree order (so that parents follow children).Note: This property is specific to
CubeGrids
.- Returns:
- Current showParentsLast value. Default value is false
-
setSortFoldersBeforeLeaves
IfseparateFolders
is true, should folders be displayed above or below leaves? When set totrue
folders will appear above leaves unless the data order has been reversed by settingshowParentsLast
totrue
.- Parameters:
sortFoldersBeforeLeaves
- New sortFoldersBeforeLeaves value. Default value is true- Returns:
Facet
instance, for chaining setter calls
-
getSortFoldersBeforeLeaves
IfseparateFolders
is true, should folders be displayed above or below leaves? When set totrue
folders will appear above leaves unless the data order has been reversed by settingshowParentsLast
totrue
.- Returns:
- Current sortFoldersBeforeLeaves value. Default value is true
-
setSummaryTitle
Title for facet summary.Note: This property is specific to
CubeGrids
.- Parameters:
summaryTitle
- New summaryTitle value. Default value is cubeGrid.summaryTitle- Returns:
Facet
instance, for chaining setter calls
-
getSummaryTitle
Title for facet summary.Note: This property is specific to
CubeGrids
.- Returns:
- Current summaryTitle value. Default value is cubeGrid.summaryTitle
-
setSummaryValue
Value for facet summary.Note: This property is specific to
CubeGrids
.- Parameters:
summaryValue
- New summaryValue value. Default value is cubeGrid.summaryValue- Returns:
Facet
instance, for chaining setter calls
-
getSummaryValue
Value for facet summary.Note: This property is specific to
CubeGrids
.- Returns:
- Current summaryValue value. Default value is cubeGrid.summaryValue
-
setSynchColumnLayout
If true, treat all values in this facet as a facetValueGroup - causes synched header reorder and resize.Note: This property is specific to
CubeGrids
and is only supported when all of a facet's values are used.- Parameters:
synchColumnLayout
- New synchColumnLayout value. Default value is true- Returns:
Facet
instance, for chaining setter calls
-
getSynchColumnLayout
If true, treat all values in this facet as a facetValueGroup - causes synched header reorder and resize.Note: This property is specific to
CubeGrids
and is only supported when all of a facet's values are used.- Returns:
- Current synchColumnLayout value. Default value is true
-
setTitle
User-visible title of this facet. Shown on the facet label in the CubeGrid.- Parameters:
title
- New title value. Default value is null- Returns:
Facet
instance, for chaining setter calls
-
getTitle
User-visible title of this facet. Shown on the facet label in the CubeGrid.- Returns:
- Current title value. Default value is null
-
setTitleAlign
Alignment of facet label title.Note: This property is specific to
CubeGrids
.- Parameters:
titleAlign
- New titleAlign value. Default value is cubeGrid.facetTitleAlign- Returns:
Facet
instance, for chaining setter calls- See Also:
-
getTitleAlign
Alignment of facet label title.Note: This property is specific to
CubeGrids
.- Returns:
- Current titleAlign value. Default value is cubeGrid.facetTitleAlign
- See Also:
-
setValues
Array of facetValue definitions.- Parameters:
values
- New values value. Default value is null- Returns:
Facet
instance, for chaining setter calls- See Also:
-
getValues
Array of facetValue definitions.- Returns:
- Current values value. Default value is null
- See Also:
-
setWidth
Integer number of pixels. For row facets, width of headers.Note: This property is specific to
CubeGrids
.- Parameters:
width
- New width value. Default value is cubeGrid.defaultFacetWidth- Returns:
Facet
instance, for chaining setter calls- See Also:
-
getWidth
public int getWidth()Integer number of pixels. For row facets, width of headers.Note: This property is specific to
CubeGrids
.- Returns:
- Current width value. Default value is cubeGrid.defaultFacetWidth
- See Also:
-
setId
id of this facet. Any string or number.- Parameters:
id
- id Default value is null
-
setId
id of this facet. Any string or number.- Parameters:
id
- id Default value is null
-
getId
id of this facet. Any string or number.- Parameters:
id
- id Default value is null
-
getIdAsString
id of this facet. Any string or number.- Parameters:
id
- id Default value is null
-
getIdAsInt
id of this facet. Any string or number.- Parameters:
id
- id Default value is null
-