Show:

A base class for TreeViewIO.

Constructor

A.TreeViewIO

(
  • config
)

Parameters:

  • config Object

    Object literal specifying widget configuration properties.

Methods

_onIOSuccessDefault

(
  • event
)
protected

Fire after IO success default.

Parameters:

  • event Object

_setIO

(
  • v
)
Object protected

Setter for io.

Parameters:

  • v Object

Returns:

Object:

createNodes

(
  • nodes
)

Create nodes.

Parameters:

  • nodes Object

initializer

() protected

Construction logic executed during TreeViewIO instantiation. Lifecycle.

initIO

()

Initialize the IO transaction setup on the io attribute.

ioCompleteHandler

()

IO Complete handler.

ioFailureHandler

()

IO Failure handler.

ioStartHandler

()

IO Start handler.

ioSuccessHandler

()

IO Success handler.

Properties

ATTRS

Object static

Static property used to define the default attribute configuration for the TreeViewIO.

Attributes

io

Object

IO options for the current TreeNode load the children.

Default: Default IO Configuration.