dundas.controls.RepeaterGroup Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.RepeaterGroup
 

Constructors

 
  Name Description
init Initializes the RepeaterGroup. Called during construction.
 
 

Properties

 
  Name Description
bodyBackgroundPalette Gets or sets the collection of brushes to apply in sequence as the background for each item.
bodyBackgroundPaletteType Gets or sets the method used to apply the body background palette.
bodyTemplates Gets or sets the collection of templates used to display each item from this group.
bottomLeftCornerTemplates Gets or sets the collection of templates for content shown before each column of group items.
bottomRightCornerTemplates Gets or sets the collection of templates for content shown before each column of group items.
columnFooterTemplates Gets or sets the collection of templates for content shown after each column of group items.
columnGroupingHierarchies Gets or sets the collection of hierarchies that define how column grouping items are created.
columnHeaderTemplates Gets or sets the collection of templates for content shown before each column of group items.
columnSeparatorLines Gets or sets the collection of separator lines to draw between columns.
friendlyName Gets or sets the friendly name for this group which is the name shown to the end user.
groupingElements Gets or sets the collection of grouping elements that define how items are created.
groupingHierarchies Gets or sets the collection of hierarchies that defines how grouping items are created.
groupingMeasures Gets the grouping elements that are measures.
groupingSlicers Gets the grouping elements that are slicer hierarchies.
groups Gets or sets the collection of child groups.
id Gets or sets the unique identifier of the group.
isCollapsedOnColumns Gets or sets a value indicating whether this group's columns are not initially shown.
isCollapsedOnRows Gets or sets a value indicating whether this group's rows are not initially shown.
isColumnHeaderShownOnNewPages Gets or sets a value indicating whether the group's header rows are shown again when the group's content continues on a new page.
isGroupShownOnOnePage Gets or sets a value indicating whether the group is shown entirely within the same page, starting on a new page if necessary. This setting has no effect if the group is larger than one page.
isHidden Gets or sets a value indicating whether the group is hidden.
isPageBreakBetweenItems Gets or sets a value indicating whether each row of items is shown on its own page.
metricSet Gets or sets the metric set that provides data to generate group items.
metricSetBinding Gets or sets the metric set binding that provides data to generate group items.
name Gets or sets the name for this group to be used in script.
noDataTemplate Gets or sets the template shown when this group contains no data.
numberOfBodySections Gets the number of sections the group body row contains.
parent Gets or sets the parent group that contains this group.
rowFooterTemplates Gets or sets the collection of templates for content shown after each row of group items.
rowGroupingHierarchies Gets or sets the collection of hierarchies that define how row grouping items are created.
rowHeaderTemplates Gets or sets the collection of templates for content shown before each row of group items.
rowSeparatorLines Gets or sets the collection of separator lines to draw between rows.
topLeftCornerTemplates Gets or sets the collection of templates for content shown before each column of group items.
topRightCornerTemplates Gets or sets the collection of templates for content shown before each column of group items.
type Gets the type describing the repeating behavior which this group instance repeats with.
wrappingLimit Gets or sets the number of times to display the body before wrapping. If set to 0 this is automatically determined.
 
 

Methods

 
  Name Description
addBodyTemplate Adds a body template to the group.
addBodyTemplates Adds body templates to the group.
addBottomLeftCornerTemplate Adds a bottom-left corner template to the group.
addBottomLeftCornerTemplates Adds bottom-left corner templates to the group.
addBottomRightCornerTemplate Adds a bottom-right corner template to the group.
addBottomRightCornerTemplates Adds bottom-right corner templates to the group.
addColumnFooterTemplate Adds a column footer template to the group.
addColumnFooterTemplates Adds column footer templates to the group.
addColumnHeaderTemplate Adds a column header template to the group.
addColumnHeaderTemplates Adds column header templates to the group.
addGroup Adds a group to the group.
addGroups Adds groups to the group.
addRowFooterTemplate Adds a row footer template to the group.
addRowFooterTemplates Adds row footer templates to the group.
addRowHeaderTemplate Adds a row header template to the group.
addRowHeaderTemplates Adds row header templates to the group.
addTopLeftCornerTemplate Adds a top-left corner template to the group.
addTopLeftCornerTemplates Adds top-left corner templates to the group.
addTopRightCornerTemplate Adds a top-right corner template to the group.
addTopRightCornerTemplates Adds top-right corner templates to the group.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getAllGroupingElements Gets all the grouping elements that apply to this group. These are all the measures, hierarchies and slicers of this group, plus all row/column grouping hierarchies inherited from any parent groups.
getAllGroupingHierarchies Gets all the grouping hierarchies that apply to this group. These are all the hierarchies of this group, plus all row/column grouping hierarchies inherited from any parent groups.
getAllGroupingHierarchiesAndSlicers Gets all the grouping hierarchies and slicers that apply to this group. These are all the hierarchies of this group, plus all row/column grouping hierarchies inherited from any parent groups.
getGroupingElement Gets the grouping element that corresponds to the element elementUsageUniqueName.
getInheritedGroupingHierarchies Gets all the grouping elements that this group inherits from its parent groups.
getTemplates Gets all templates in the group.
removeBodyTemplate Removes a body template from the group.
removeBodyTemplatesAt Removes body templates starting at the specified index from the group.
removeBottomLeftCornerTemplate Removes a bottom-left corner template from the group.
removeBottomLeftCornerTemplatesAt Removes bottom-left corner templates starting at the specified index from the group.
removeBottomRightCornerTemplate Removes a bottom-right corner template from the group.
removeBottomRightCornerTemplatesAt Removes bottom-right corner templates starting at the specified index from the group.
removeColumnFooterTemplate Removes a column footer template from the group.
removeColumnFooterTemplatesAt Removes column footer templates starting at the specified index from the group.
removeColumnHeaderTemplate Removes a column header template from the group.
removeColumnHeaderTemplatesAt Removes column header templates starting at the specified index from the group.
removeGroup Removes a group from the group.
removeGroupsAt Removes groups starting at the specified index from the group.
removeRowFooterTemplate Removes a row footer template from the group.
removeRowFooterTemplatesAt Removes row footer templates starting at the specified index from the group.
removeRowHeaderTemplate Removes a row header template from the group.
removeRowHeaderTemplatesAt Removes row header templates starting at the specified index from the group.
removeTopLeftCornerTemplate Removes a top-left corner template from the group.
removeTopLeftCornerTemplatesAt Removes top-left corner templates starting at the specified index from the group.
removeTopRightCornerTemplate Removes a top-right corner template from the group.
removeTopRightCornerTemplatesAt Removes top-right corner templates starting at the specified index from the group.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.