A.TreeViewPaginator Class
A base class for TreeViewPaginator.
Constructor
A.TreeViewPaginator
-
config
Parameters:
-
config
ObjectObject literal specifying widget configuration properties.
Methods
_bindPaginatorUI
()
protected
Bind events to the paginator "show more" link.
_createEvents
()
private
Create custom events.
_defPaginatorClickFn
-
event
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
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.