Show:

A base class for TreeViewPaginator.

Constructor

A.TreeViewPaginator

(
  • config
)

Parameters:

  • config Object

    Object literal specifying widget configuration properties.

Methods

_bindPaginatorUI

() protected

Bind events to the paginator "show more" link.

_createEvents

() private

Create custom events.

_defPaginatorClickFn

(
  • event
)
protected

Default paginatorClick event handler. Increment the paginator.start to the next paginator.limit.

Parameters:

  • event EventFacade

    <p><p><p><p>The Event object</p></p></p></p>

_handlePaginatorClickEvent

(
  • event
)
protected

Fires the paginatorClick event.

Parameters:

  • event EventFacade

    <p><p><p><p>paginatorClick event facade</p></p></p></p>

_syncPaginatorIOData

() protected

Adds two extra IO data parameter to the request to handle the paginator. By default these parameters are limit and start.

_syncPaginatorUI

() protected

Sync the paginator link UI.

Properties

ATTRS

Object static

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

Attributes

paginator

Object

Paginator.