PagingEvent

Used to notify that a new page is selected by the user, or by Paginal (such as Paging). It is used for paging long content.

Class Name

org.zkoss.zk.ui.event.PagingEvent

Methods

Name

Description

Data Type

getPageable

Returns the pageable controller.

Pageable

getActivePage

Returns the active page (starting from 0).

int

Inherited From