Show:
Extends: A.Set
Module: aui-linkedset
Parent Module: aui-collection

A base class for LinkedSet.

Constructor

A.LinkedSet

(
  • config
)

Parameters:

  • config Object

    Object literal specifying widget configuration properties.

Methods

_defAddFn

(
  • event
)
protected

Implements the add custom event behavior. Appends the specified element to the end of this linked set.

Parameters:

  • event Object

_defRemoveFn

(
  • event
)
protected

Implements the remove custom event behavior. Removes the element and reorders the linked set.

Parameters:

  • event Object

initializer

() protected

Construction logic executed during A.LinkedSet instantiation. Lifecycle.

values

() Array

Gets a list view of the values contained in this linked set.

Returns:

Array: