dundas.controls.RepeaterGroupInstancePartition Class

An object representing full-grid partition of a RepeaterGroup that is rendered in a report, scorecard, or small multiple.
 

Inheritance Hierarchy

 
Class
   dundas.controls.RepeaterGroupInstancePartition
 

Constructors

 
  Name Description
init Initializes the RepeaterGroupInstancePartition. Called during construction.
 
 

Properties

 
  Name Description
actualIsHidden Gets the effective value indicating whether this instance is hidden.
actualWrappingLimit Gets the wrapping limit used by the group.
autoWrappingLimit Gets the computed wrapping limit for the group based on available space.
bodyRows Gets or sets the collection of body rows shown, which is composed of the templates to be shown for the row header, body of items on the row, and row footer.
bottomLeftCorner Gets or sets the content shown in the bottom-left corner.
bottomRightCorner Gets or sets the content shown in the bottom-right corner.
canvas Gets the canvas.
canvasAdapter Gets the canvas adapter.
canvasService Gets the canvas service.
columnFooters Gets or sets the collection of column footers shown.
columnHeaders Gets or sets the collection of column headers shown.
columnPageSize Gets or sets the number of repeater column tuples requested in each page of data.
columnsLoaded Gets the number of column tuples for which data is available.
columnsRequested Gets the number of requested column tuples.
dataResult Gets or sets the collection of data results for the group's data.
dataRetrievalService Gets the data retrieval service.
footerRows Gets the collection of footer rows shown, which is composed of the templates to be shown for the bottom-left corner, column footers, and bottom-right corner.
group Gets the group that this partition is based on.
groupingValues Gets the grouping hierarchy values that define the repeating context for this group.
groupInstance Gets the group instance that this partition is based on.
headerRows Gets the collection of header rows shown, which is composed of the templates to be shown for the top-left corner, column headers, and top-right corner.
id Gets or sets the unique identifier of the group instance.
internalColumnGroupingValues Gets or sets the collection of column grouping member values for the items in this group.
isAutoWrapping Gets a value indicating whether this group repeats in a single dimension and automatically determines how many items to show before wrapping.
isDisposed Gets a value indicating whether the repeater is disposed.
isFooterColumnVisible Gets a value indicating whether the column containing the top-right corner, row footers, and bottom-right corner contains any visible template instances.
isHeaderColumnVisible Gets a value indicating whether the column containing the top-left corner, row headers, and bottom-left corner contains any visible template instances.
isHeaderRowVisible Gets a value indicating whether the row containing the top-left corner, column headers, and top-right corner contains any visible template instances.
items Gets or sets the item for the specified column and row ordinal. Usage is items[columnOrdinal][rowOrdinal].
numberOfColumns Gets the total number of columns which the group is arranged in.
numberOfInternalColumns Gets the total number of columns which the group is arranged in.
numberOfItems Gets the number of items in the group.
numberOfRows Gets the total number of rows which the group is arranged in.
parentGroupInstance Gets the parent repeater group instance for this group.
parentItem Gets the parent repeater item for this group.
partitionIndex Gets the index of this partition in the group instance.
repeater Gets the repeater this group belongs to.
rowFooters Gets or sets the collection of row footers shown.
rowGroupingValues Gets or sets the collection of row grouping member values for the items in this group.
rowHeaders Gets or sets the collection of row headers shown.
rowPageSize Gets or sets the number of repeater row tuples requested in each page of data.
rowsLoaded Gets the number of repeater row tuples for which data is available.
rowsRequested Gets the number of requested row tuples.
state Gets the current processing state of the group.
topLeftCorner Gets or sets the content shown in the top-left corner.
topRightCorner Gets or sets the content shown in the top-right corner.
totalColumns Gets the total number of column tuples the group will have data for. If the total is currently unknown, the value will be null.
totalRows Gets the total number of row tuples the group will have data for. If the total is currently unknown, the value will be null.
wrappingLimit Gets the number of times to display the body before wrapping. If set to 0 this is automatically determined.
 
 

Methods

 
  Name Description
dispose Disposes this group instance.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getChildGroupInstances Gets all child group instances recursively contained in this partition.
getItem Gets the item with the specified columnOrdinal and rowOrdinal.
getItems Gets all items in this group instance partition.
invalidateData Marks this group data as being invalid and requires loading data.
invalidateLayout Marks the arrangement of this group as invalid and requires a layout pass.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.