Uses of Interface
org.zkoss.zul.ext.Pageable
-
Packages that use Pageable Package Description org.zkoss.zul org.zkoss.zul.event org.zkoss.zul.ext org.zkoss.zul.impl -
-
Uses of Pageable in org.zkoss.zul
Subinterfaces of Pageable in org.zkoss.zul Modifier and Type Interface Description interfacePageableModelProvide methods to manage PagingListenersClasses in org.zkoss.zul that implement Pageable Modifier and Type Class Description classAbstractListModel<E>A skeletal implementation forListModelandSelectableclassAbstractTreeModel<E>A skeletal implementation forTreeModel.classDefaultTreeModel<E>A simple tree data model that usesTreeNodeto represent a tree.classListModelArray<E>classListModelList<E>classListModelMap<K,V>classListModelSet<E>classPagingPaging of long content.classSimpleListModel<E>A simple implementation ofListModel. -
Uses of Pageable in org.zkoss.zul.event
Methods in org.zkoss.zul.event that return Pageable Modifier and Type Method Description PageablePageSizeEvent. getPageable()Returns the pageable controller.PageablePagingEvent. getPageable()Returns the pageable controller.Constructors in org.zkoss.zul.event with parameters of type Pageable Constructor Description PageSizeEvent(java.lang.String name, org.zkoss.zk.ui.Component target, Pageable pageable, int pgsz)Construct a page size event that the target is different from the page controller.PagingEvent(java.lang.String name, org.zkoss.zk.ui.Component target, Pageable pageable, int actpg)Construct a paging event that the target is different from the page controller. -
Uses of Pageable in org.zkoss.zul.ext
Subinterfaces of Pageable in org.zkoss.zul.ext Modifier and Type Interface Description interfacePaginalRepresents a component that is used to control how to display other components in multiple pages. -
Uses of Pageable in org.zkoss.zul.impl
Classes in org.zkoss.zul.impl that implement Pageable Modifier and Type Class Description classGroupsListModel<D,G,F>EncapsulatesGroupsModelas an instance ofListModelsuch that it is easier to handle byListboxandGroup.protected static classMeshElement.InternalPaging
-