Name | Description | |
---|---|---|
![]() |
init | Initializes the Adapter. Called during construction. Inherited from dundas.view.controls.BasicAdapter. |
Name | Description | |
---|---|---|
![]() |
background | Gets design background of this layer. |
![]() |
baseViewService | Gets the base view service. This might be a dundas.views.BaseViewViewService or derivation thereof if this adapter is on a View entity. A way to check is to duck-type for .currentView. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
baseZIndex | The first zIndex of this layer |
![]() |
container | Gets or sets the container DIV element which holds the DOM control element. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
friendlyName | Gets or sets the friendly name for this adapter which is the name shown to the end user. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
height | Gets or sets the height value. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
hidden | Gets or sets a value indicating whether this layer is hidden or not. |
![]() |
id | Gets or sets the ID for this adapter (constant, unique). Inherited from dundas.view.controls.BasicAdapter. |
![]() |
isDisposed | Gets a value indicating whether this instance has been disposed. Inherited from dundas.Component. |
![]() |
isInTemplate | Gets or sets if this adapter is part of a canvas template. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
isLayerActivatable | Gets a value indicating whether or not this layer can become activated in edit mode. |
![]() |
isLayerDulled | Gets or sets the value indicating whether or not this layer is dulled (appears out of context). |
![]() |
isSimplePropertyPanelOpen | Gets a value indicating whether the simple property panel is open or not. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
isTemplateLayer | Gets a value indicating whether or not this is a template layer. |
![]() |
jQContainer | Gets the jquery of the container. |
![]() |
layerId | Gets or sets the ID of the layer that this adapter belongs to. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
left | Gets or sets the left value. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
locked | Gets or sets a value indicating whether this layer is locked. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
name | Gets or sets the name for this adapter to be used in script. This name may change, but must be unique. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
opacity | Gets or sets the opacity of this layer. |
![]() |
site | Gets or sets the site that this component is a part of. Inherited from dundas.Component. |
![]() |
stickyHeaderContainer | |
![]() |
templateCellHorizontalSpacing | Gets or sets the template cell horizontal spacing. |
![]() |
templateCells | Gets the template cells of this layer. |
![]() |
templateCellVerticalSpacing | Gets or sets the template cell vertical spacing. |
![]() |
templateId | Gets templateId that is being used by this layer. |
![]() |
top | Gets or sets the top value. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
uniqueId | Gets or sets the unique ID of this component within the site. Inherited from dundas.Component. |
![]() |
width | Gets or sets the width value. Inherited from dundas.view.controls.BasicAdapter. |
Name | Description | |
---|---|---|
![]() |
attach | Attaches the container of this adapter to the target element. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
createDelegate | Helper for creating delegate functions. Inherited from dundas.Component. |
![]() |
createTimeout | Creates a timeout. Inherited from dundas.Component. |
![]() |
dispatch | Dispatches a call by creating a delegate and running it right away on a timer. Inherited from dundas.Component. |
![]() |
dispose | Inherited from dundas.Component. |
![]() |
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. |
![]() |
getBackgroundSize | |
![]() |
getBoundVisuals | Gets the available bound visuals for a given metric set binding. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
getContext | Gets the context from the adapter based on the given information. This context can be used to provide contextual toolbar and property grid experiences. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
getContextualCommands | Gets the contextual toolbar commands. |
![]() |
getControlProperties | Called to get the object with the list of properties on the root control, or any sub-element of the control. |
![]() |
getService | Gets the requested service. Inherited from dundas.Component. |
![]() |
getSupportedSettings | Gets the settings for the supported operations of this adapter. Implementers of this function should call this._super() first to get the default settings. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
hideSimplePropertyPanel | Hides the simple property panel. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
onDOMDetach | Called when the adapter is detached from the DOM. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
onDOMReattach | Called when the adapter is reattached to the DOM. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
onLoaded |
|
![]() |
onPropertyChanged | Called when a property is changed on the adapter. This will not be called during a bulk change, as those properties are set via direct sets to avoid this event firing. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
refreshPropertyGridWithContext | Refresh property grid, if necessary, while keeping the last known context and state of the property grid. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
showSimplePropertyPanel | Shows the simple properties panel. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
subscribeDisposedEvent | Subscribe a handler for the disposed event. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
suppressNextPropertyChangedEvent | Prevents property changed event to be fired next time a property is set. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
tempDetach | Temporarily detaches the container of the adapter off the DOM, all events are retained. Inherited from dundas.view.controls.BasicAdapter. |
![]() |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |