dundas.controls.SelectionAdorner Class

 

Inheritance Hierarchy

 
Class
   dundas.EventDisposable
      dundas.controls.SelectionAdorner
         dundas.controls.DatacubeSelectionAdorner
         dundas.controls.RepeaterSelectionAdorner
 

Constructors

 
  Name Description
init Creates the selection adorner.
 
 

Properties

 
  Name Description
activeGridTemplateAdorner Gets the currently active template adorner.
guidelines Gets the guidelines.
isDisposed Gets a value indicating whether this instance has been disposed. Inherited from dundas.EventDisposable.
isHidden
pauseRefresh
uiCache Gets the UI cache table Inherited from dundas.EventDisposable.
 
 

Methods

 
  Name Description
bind Bind an event to this class object. Inherited from dundas.EventDisposable.
border Create a border highlight overlap on top of the viewModels. Previous border highlights will be cleared.
createGuideline
dispose Inherited from dundas.EventDisposable.
doneTempHide Reverse the effects of tempHide().
doneTempShow Reverse the effects of tempShow().
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getClosestDesignObject Retrieves the closest design object relative to toCheckRectangle.
getGroupSelectionFrame Get the group selection frame of particular group ID.
getGuidelineByAlignmentAdapterId
getGuidelinesOfAdapter Retrieve the guideline as recorded to the alignee adapters alignedAdapterIds property.
getMultiSelectionViewModel
getSelectedDesignObjectsOrGroupId Retrieves the currently selected design object, or the selected group's groupId.
getSelectedGroupSelectionFrames
getSelectedSelectionFrames Get the currently selected selection frames.
getSelectionFramesUnderSelector
getSelectionFrameUnderGroup Gets the selection frame under group.
getSelectorSelectionFrame
getViewModelofSelectionFrame Gets the view model of a selection frame
hide Hide the selection adorner.
hideCanvasResizer Hide the canvas resizer.
hideDropZone Hide a drop zone.
highlight Create a highlight overlap on top of the viewModels. Previous highlights will be cleared.
isSelectedFromMultiTemplateCells
onDesignerObjectSurfaceScaleChanged Fire designerObjectSurfaceScaleChanged event, or set a handler if callback is present.
onDesignerObjectSurfaceScaleChangeStart Fire designerObjectSurfaceScaleChangeStart Event, or set a handler if callback is present
raiseBindEvent Fire the event specified with eventName, or subscribe a handler. Inherited from dundas.EventDisposable.
refreshGroupSelectionFrames
refreshPermenentGuidelines
refreshSelectedSelectionFrame Refresh selected selection frames.
refreshSelectionAdorner Recreates all selection frames on the selection adorner.
refreshSelectionFrames Record the selection frames to refresh and defer all refreshing within 30ms.
removeGuidelines
removeSelectionFrames Remove selection frames, options not specified, remove all.
setActiveGridTemplateAdorner Sets the currently active grid template adorner.
setGridTemplateAdorners Sets the available set of GridTemplateAdorners available to use.
setSnap Fire designerObjectSnapChanged event, or set a handler if callback is present.
show Show the selection adorner. Will keep hidden if isHidden is true.
showCanvasResizer Shows the canvas resizer.
showDropZone Show the drop zones.
subscribe Subscribe or unsubscribe an event handler for an event. Inherited from dundas.EventDisposable.
subscribeDesignerSnapChanged Subscribe a handler to designerObjectSnapChanged event
subscribeDisposed Subscribe to the disposed event. Inherited from dundas.EventDisposable.
subscribeOnce Subscribe a one time event handler for an event. Inherited from dundas.EventDisposable.
subscribeSelectionAdornerClicked Subscribe a handler to the selectionAdornerClicked event.
subscribeSelectionFrameSelected Subscribe a handler to the SelectionFrameSelected event.
subscribeTemplateCellLockedChanged
suppressNextFrameCreation Suppress selection frame creation and update next time it is being invoked.
tempHide Hide the selection adorner so that it is visible to CSS positioning programmatically.
tempShow Show the selection adorner so that it is visible to CSS positioning programmatically.
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.