PageSizeEvent

Used to notify that the page size is changed (by the user), or by paginal (such as Paging).

Class Name

org.zkoss.zk.event.PageSizeEvent

Methods

Name

Description

Data Type

getPageable

Returns the pageable controller.

org .zkoss.zul.ext.Pageable

getPageSize()

Returns the page size.

int

Inherited From