dundas.controls.DataCubeGridTemplateAdorner Class

 

Inheritance Hierarchy

 
Class
   dundas.EventDisposable
      dundas.controls.GridTemplateAdorner
         dundas.controls.DataCubeGridTemplateAdorner
 

Properties

 
  Name Description
activeZIndex The z-index of this template layer when it is selected Inherited from dundas.controls.GridTemplateAdorner.
canvas Retrieve or Set the canvas that this adorner is attached to. Inherited from dundas.controls.GridTemplateAdorner.
cellSpacingHorizontal Gets the horizontal cells spacing. Inherited from dundas.controls.GridTemplateAdorner.
cellSpacingVertical Gets the vertical cells spacing. Inherited from dundas.controls.GridTemplateAdorner.
cellsPaddingHorizontal Gets the horizontal cells padding. Inherited from dundas.controls.GridTemplateAdorner.
cellsPaddingVertical Gets the vertical cells padding. Inherited from dundas.controls.GridTemplateAdorner.
columns Gets the column template cells in this adorner. Inherited from dundas.controls.GridTemplateAdorner.
designSurface Gets the DOM element for the design surface. Inherited from dundas.controls.GridTemplateAdorner.
id Gets the ID for this template adorner. Inherited from dundas.controls.GridTemplateAdorner.
isDisposed Gets a value indicating whether this instance has been disposed. Inherited from dundas.EventDisposable.
referenceGrid Gets the reference grid Inherited from dundas.controls.GridTemplateAdorner.
resizerVisible Gets or sets the value to display to resizer or not. Inherited from dundas.controls.GridTemplateAdorner.
rows Gets the row template cells in this adorner. Inherited from dundas.controls.GridTemplateAdorner.
templateCellAndGroups Gets the arranged cells and groups. Inherited from dundas.controls.GridTemplateAdorner.
templateCells Gets the underlying template cells in this grid template adorner. Inherited from dundas.controls.GridTemplateAdorner.
templateGridContainer Gets the DOM element for the grid for the template grid container. Inherited from dundas.controls.GridTemplateAdorner.
uiCache Gets the UI cache table Inherited from dundas.EventDisposable.
visible Gets or sets whether this adorner is visible. Inherited from dundas.controls.GridTemplateAdorner.
 
 

Methods

 
  Name Description
addTemplateCells Adds template cells to the grid adorner. Inherited from dundas.controls.GridTemplateAdorner.
adjustCellSpacing Adjust the cell spacings. Inherited from dundas.controls.GridTemplateAdorner.
bind Bind an event to this class object. Inherited from dundas.EventDisposable.
checkAllCellsAdjacent Check cells of cellsToCheck are always beside another cell. Inherited from dundas.controls.GridTemplateAdorner.
checkCellsAreRectangular Check the cells of cellsToCheck and make sure the cells form a rectangular block. Inherited from dundas.controls.GridTemplateAdorner.
checkCellsMergable Check if the cells are merge-able. Inherited from dundas.controls.GridTemplateAdorner.
checkIsCellAdjacent Check if toBeChecked is adjacent to target Inherited from dundas.controls.GridTemplateAdorner.
clearClosestCellHint Clear the hint for the closest cell. Inherited from dundas.controls.GridTemplateAdorner.
clearSelection Clear all template cells selections. Inherited from dundas.controls.GridTemplateAdorner.
clearTemplateCellBorderHint Clear all border hints. Inherited from dundas.controls.GridTemplateAdorner.
dispose Performs tasks associated with releasing resources from this object once it is unneeded. Inherited from dundas.EventDisposable.
findColumnSpanDividingCell Find the template Cell that is responsible for requiring a column resizer. Inherited from dundas.controls.GridTemplateAdorner.
findRowSpanDividingCell Find the template Cell that is responsible for requiring a row resizer. Inherited from dundas.controls.GridTemplateAdorner.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
generateTemplate Inherited from dundas.controls.GridTemplateAdorner.
getCellById Retrieve the viewmodel of a cell or a cell group. Inherited from dundas.controls.GridTemplateAdorner.
getClonedGrid Get a DOM grid. Inherited from dundas.controls.GridTemplateAdorner.
getClosestTemplateCell Retrieves the closest templateCell relative to toCheckRectangle. Inherited from dundas.controls.GridTemplateAdorner.
getColumnWidth Gets the column width for the given column number. Inherited from dundas.controls.GridTemplateAdorner.
getRowDeterminingCells Gets the cells that determine this row for the given row number. Inherited from dundas.controls.GridTemplateAdorner.
getRowHeight Gets the row height for the given column number. Inherited from dundas.controls.GridTemplateAdorner.
getSelectedCells Gets the selected template cells. Inherited from dundas.controls.GridTemplateAdorner.
getTemplateCellsOfGroup Get the templateCells of a group. Inherited from dundas.controls.GridTemplateAdorner.
getTemplateCellsRectangle Retrieve a hash table of data about the template cells' dimensions and position Inherited from dundas.controls.GridTemplateAdorner.
groupTemplateCells Group the specified template cells. Inherited from dundas.controls.GridTemplateAdorner.
hide Hides the grid template adorner. Inherited from dundas.controls.GridTemplateAdorner.
mergeTemplateCells Merge template cells. Inherited from dundas.controls.GridTemplateAdorner.
modifyColumnWidth Change a column width. Inherited from dundas.controls.GridTemplateAdorner.
modifyRowHeight Change a row height. Inherited from dundas.controls.GridTemplateAdorner.
prepareCellContainers Inherited from dundas.controls.GridTemplateAdorner.
raiseBindEvent Fire the event specified with eventName, or subscribe a handler. Inherited from dundas.EventDisposable.
resizeAdorner Notify that the adorner is resized. Inherited from dundas.controls.GridTemplateAdorner.
selectTemplateCell Selects the template cell from the given template cell ID. Inherited from dundas.controls.GridTemplateAdorner.
setTemplateCells Sets the template cell of this grid template adorner. Inherited from dundas.controls.GridTemplateAdorner.
show Shows the grid template adorner. Inherited from dundas.controls.GridTemplateAdorner.
showClosestTemplateCellHint Shows a hovering indicator hint on the closest templateCell relative to toCheckRectangle. Inherited from dundas.controls.GridTemplateAdorner.
showTemplateCellBorderHint Inherited from dundas.controls.GridTemplateAdorner.
showTemplateCellHint Shows a hovering indicator hint on the templateCell. Inherited from dundas.controls.GridTemplateAdorner.
splitSelectedCell Split the selected template cell. Inherited from dundas.controls.GridTemplateAdorner.
subscribe Subscribe or unsubscribe an event handler for an event. Inherited from dundas.EventDisposable.
subscribeCellLockChanged Inherited from dundas.controls.GridTemplateAdorner.
subscribeCellSelected Inherited from dundas.controls.GridTemplateAdorner.
subscribeDisposed Subscribe to the disposed event. Inherited from dundas.EventDisposable.
subscribeGridSizeChanged Inherited from dundas.controls.GridTemplateAdorner.
subscribeOnce Subscribe a one time event handler for an event. Inherited from dundas.EventDisposable.
subscribeResizerVisibleChanged Inherited from dundas.controls.GridTemplateAdorner.
subscribeTemplateCellResized Subscribe a handler for the templateCellResized event. Inherited from dundas.controls.GridTemplateAdorner.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
trigger Raise an event. Inherited from dundas.EventDisposable.
unbind Unsubscribe an event. if handler is specified, unsubscribe that handler. if no parameters are specified, unbind everything. Inherited from dundas.EventDisposable.
unbindAll unsubscribe all events. Inherited from dundas.EventDisposable.
ungroupTemplateCells Ungroup a template cell group. Inherited from dundas.controls.GridTemplateAdorner.
updateCellDimensionPosition Inherited from dundas.controls.GridTemplateAdorner.