Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • object & {} & { instance: TreeView } & { accessKey: string; activeStateEnabled: boolean; animationEnabled: boolean; createChildren: Function; dataSource: any; dataStructure: string; disabled: boolean; disabledExpr: TimerHandler; displayExpr: TimerHandler; elementAttr: any; expandAllEnabled: boolean; expandEvent: string; expandNodesRecursive: boolean; expandedExpr: TimerHandler; focusStateEnabled: boolean; hasItemsExpr: TimerHandler; height: string | number | Function; hint: string; hoverStateEnabled: boolean; itemHoldTimeout: number; itemTemplate: unknown; items: unknown[]; itemsExpr: TimerHandler; keyExpr: TimerHandler; noDataText: string; onContentReady: Function; onDisposing: Function; onInitialized: Function; onItemClick: Function; onItemCollapsed: Function; onItemContextMenu: Function; onItemExpanded: Function; onItemHold: Function; onItemRendered: Function; onItemSelectionChanged: Function; onOptionChanged: Function; onSelectAllValueChanged: Function; onSelectionChanged: Function; parentIdExpr: TimerHandler; rootValue: unknown; rtlEnabled: boolean; scrollDirection: string; searchEditorOptions: any; searchEnabled: boolean; searchExpr: string | Function | unknown[]; searchMode: string; searchTimeout: number; searchValue: string; selectAllText: string; selectByClick: boolean; selectNodesRecursive: boolean; selectedExpr: TimerHandler; selectionMode: string; showCheckBoxesMode: string; tabIndex: number; virtualModeEnabled: boolean; visible: boolean; width: string | number | Function } & Vue<this>
    • DxTreeView

Index

Properties

$$

$$: JQueryStatic

Readonly $attrs

$attrs: Record<string, string>

Readonly $children

$children: Vue[]

$config

$config: NuxtRuntimeConfig

$cookies

$cookies: NuxtCookies

$createElement

$createElement: CreateElement

Readonly $data

$data: Record<string, any>

$delete

$delete: typeof delete

Readonly $el

$el: Element

$fetchState

$fetchState: { error: Error | null; pending: boolean; timestamp: number }

Type declaration

  • error: Error | null
  • pending: boolean
  • timestamp: number

Readonly $isServer

$isServer: boolean

Readonly $listeners

$listeners: Record<string, Function | Function[]>

$logger

$logger: LoggerFn

$md

$md: { render: any }

Type declaration

$nuxt

$nuxt: NuxtApp

Readonly $options

$options: ComponentOptions<Vue>

Readonly $parent

$parent: Vue

Readonly $props

$props: Record<string, any>

Readonly $refs

$refs: {}

Type declaration

  • [key: string]: Vue | Element | (Vue | Element)[] | undefined

Readonly $root

$root: Vue

$route

$route: Route

$router

$router: VueRouter

Readonly $scopedSlots

$scopedSlots: {}

Type declaration

  • [key: string]: NormalizedScopedSlot | undefined

$set

$set: typeof set

Readonly $slots

$slots: {}

Type declaration

  • [key: string]: VNode[] | undefined

Readonly $ssrContext

$ssrContext: any

$store

$store: Store<any>

$ustra

$ustra: UstraPlugin

Readonly $vnode

$vnode: VNode

Readonly onlyLeafSelectable

onlyLeafSelectable: boolean

최하위 노드만 선택 가능 여부

preventDeselectOnClick

preventDeselectOnClick: boolean

클릭 시, deselect prevent 여부

Static Vue

Vue: VueConstructor

Static accessKey

accessKey: string

Static activeStateEnabled

activeStateEnabled: boolean

Static animationEnabled

animationEnabled: boolean

Static createChildren

createChildren: Function

Static dataSource

dataSource: any

Static dataStructure

dataStructure: string

Static disabled

disabled: boolean

Static disabledExpr

disabledExpr: TimerHandler

Static displayExpr

displayExpr: TimerHandler

Static elementAttr

elementAttr: any

Static expandAllEnabled

expandAllEnabled: boolean

Static expandEvent

expandEvent: string

Static expandNodesRecursive

expandNodesRecursive: boolean

Static expandedExpr

expandedExpr: TimerHandler

Static focusStateEnabled

focusStateEnabled: boolean

Static hasItemsExpr

hasItemsExpr: TimerHandler

Static height

height: string | number | Function

Static hint

hint: string

Static hoverStateEnabled

hoverStateEnabled: boolean

Static instance

instance: TreeView

Static itemHoldTimeout

itemHoldTimeout: number

Static itemTemplate

itemTemplate: unknown

Static items

items: unknown[]

Static itemsExpr

itemsExpr: TimerHandler

Static keyExpr

keyExpr: TimerHandler

Static noDataText

noDataText: string

Static onContentReady

onContentReady: Function

Static onDisposing

onDisposing: Function

Static onInitialized

onInitialized: Function

Static onItemClick

onItemClick: Function

Static onItemCollapsed

onItemCollapsed: Function

Static onItemContextMenu

onItemContextMenu: Function

Static onItemExpanded

onItemExpanded: Function

Static onItemHold

onItemHold: Function

Static onItemRendered

onItemRendered: Function

Static onItemSelectionChanged

onItemSelectionChanged: Function

Static onOptionChanged

onOptionChanged: Function

Static onSelectAllValueChanged

onSelectAllValueChanged: Function

Static onSelectionChanged

onSelectionChanged: Function

Static parentIdExpr

parentIdExpr: TimerHandler

Static rootValue

rootValue: unknown

Static rtlEnabled

rtlEnabled: boolean

Static scrollDirection

scrollDirection: string

Static searchEditorOptions

searchEditorOptions: any

Static searchEnabled

searchEnabled: boolean

Static searchExpr

searchExpr: string | Function | unknown[]

Static searchMode

searchMode: string

Static searchTimeout

searchTimeout: number

Static searchValue

searchValue: string

Static selectAllText

selectAllText: string

Static selectByClick

selectByClick: boolean

Static selectNodesRecursive

selectNodesRecursive: boolean

Static selectedExpr

selectedExpr: TimerHandler

Static selectionMode

selectionMode: string

Static showCheckBoxesMode

showCheckBoxesMode: string

Static tabIndex

tabIndex: number

Static virtualModeEnabled

virtualModeEnabled: boolean

Static visible

visible: boolean

Static width

width: string | number | Function

Methods

$destroy

  • $destroy(): void
  • Returns void

$emit

  • $emit(event: string, ...args: any[]): this
  • Parameters

    • event: string
    • Rest ...args: any[]

    Returns this

$fetch

  • $fetch(): void
  • Returns void

$forceUpdate

  • $forceUpdate(): void
  • Returns void

$meta

  • $meta(): VueMetaPlugin
  • Returns VueMetaPlugin

$mount

  • $mount(elementOrSelector?: Element | string, hydrating?: boolean): this
  • Parameters

    • Optional elementOrSelector: Element | string
    • Optional hydrating: boolean

    Returns this

$nextTick

  • $nextTick(callback: (this: this) => void): void
  • $nextTick(): Promise<void>
  • Parameters

    • callback: (this: this) => void
        • (this: this): void
        • Parameters

          • this: this

          Returns void

    Returns void

  • Returns Promise<void>

$off

  • $off(event?: string | string[], callback?: Function): this
  • Parameters

    • Optional event: string | string[]
    • Optional callback: Function

    Returns this

$on

  • $on(event: string | string[], callback: Function): this
  • Parameters

    • event: string | string[]
    • callback: Function

    Returns this

$once

  • $once(event: string | string[], callback: Function): this
  • Parameters

    • event: string | string[]
    • callback: Function

    Returns this

$watch

  • $watch(expOrFn: string, callback: (this: this, n: any, o: any) => void, options?: WatchOptions): () => void
  • $watch<T>(expOrFn: (this: this) => T, callback: (this: this, n: T, o: T) => void, options?: WatchOptions): () => void
  • Parameters

    • expOrFn: string
    • callback: (this: this, n: any, o: any) => void
        • (this: this, n: any, o: any): void
        • Parameters

          • this: this
          • n: any
          • o: any

          Returns void

    • Optional options: WatchOptions

    Returns () => void

      • (): void
      • Returns void

  • Type parameters

    • T

    Parameters

    • expOrFn: (this: this) => T
        • (this: this): T
        • Parameters

          • this: this

          Returns T

    • callback: (this: this, n: T, o: T) => void
        • (this: this, n: T, o: T): void
        • Parameters

          • this: this
          • n: T
          • o: T

          Returns void

    • Optional options: WatchOptions

    Returns () => void

      • (): void
      • Returns void

Optional activated

  • activated(): void
  • Returns void

Optional beforeCreate

  • beforeCreate(): void
  • Returns void

Optional beforeDestroy

  • beforeDestroy(): void
  • Returns void

Optional beforeMount

  • beforeMount(): void
  • Returns void

Optional beforeRouteEnter

  • beforeRouteEnter(to: Route, from: Route, next: (to?: RawLocation | false | ((vm: Vue) => void)) => void): void
  • Parameters

    • to: Route
    • from: Route
    • next: (to?: RawLocation | false | ((vm: Vue) => void)) => void
        • (to?: RawLocation | false | ((vm: Vue) => void)): void
        • Parameters

          • Optional to: RawLocation | false | ((vm: Vue) => void)

          Returns void

    Returns void

Optional beforeRouteLeave

  • beforeRouteLeave(to: Route, from: Route, next: (to?: RawLocation | false | ((vm: Vue) => void)) => void): void
  • Parameters

    • to: Route
    • from: Route
    • next: (to?: RawLocation | false | ((vm: Vue) => void)) => void
        • (to?: RawLocation | false | ((vm: Vue) => void)): void
        • Parameters

          • Optional to: RawLocation | false | ((vm: Vue) => void)

          Returns void

    Returns void

Optional beforeRouteUpdate

  • beforeRouteUpdate(to: Route, from: Route, next: (to?: RawLocation | false | ((vm: Vue) => void)) => void): void
  • Parameters

    • to: Route
    • from: Route
    • next: (to?: RawLocation | false | ((vm: Vue) => void)) => void
        • (to?: RawLocation | false | ((vm: Vue) => void)): void
        • Parameters

          • Optional to: RawLocation | false | ((vm: Vue) => void)

          Returns void

    Returns void

Optional beforeUpdate

  • beforeUpdate(): void
  • Returns void

created

  • created(): void

Optional data

  • data(): object
  • Returns object

Optional deactivated

  • deactivated(): void
  • Returns void

Optional destroyed

  • destroyed(): void
  • Returns void

Optional errorCaptured

  • errorCaptured(err: Error, vm: Vue, info: string): boolean | undefined
  • Parameters

    • err: Error
    • vm: Vue
    • info: string

    Returns boolean | undefined

getNodeByKey

  • getNodeByKey(key: any): dxTreeViewNode

getNodePathText

  • getNodePathText(key: any, delimeter?: string): string

getNodesByKey

  • getNodesByKey(key: any): dxTreeViewNode[]

Optional mounted

  • mounted(): void
  • Returns void

Optional render

  • render(createElement: CreateElement): VNode
  • Parameters

    • createElement: CreateElement

    Returns VNode

Optional serverPrefetch

  • serverPrefetch(): Promise<unknown>
  • Returns Promise<unknown>

Optional updated

  • updated(): void
  • Returns void