| |
|
| org.zkoss.zul.impl.XulElement org.zkoss.zul.Paging
Constructor Summary | |
public | Paging() | public | Paging(int totalsz, int pagesz) Contructor. |
Paging | public Paging(int totalsz, int pagesz)(Code) | | Contructor.
Parameters: totalsz - the total # of items Parameters: pagesz - the # of items per page |
getActivePage | public int getActivePage()(Code) | | |
getInnerTags | public String getInnerTags()(Code) | | Returns the inner HTML tags of this component.
Used only for component development. Not accessible by
application developers.
|
getPageCount | public int getPageCount()(Code) | | |
getPageIncrement | public int getPageIncrement()(Code) | | |
getPageSize | public int getPageSize()(Code) | | |
getTotalSize | public int getTotalSize()(Code) | | |
isAutohide | public boolean isAutohide()(Code) | | Returns whether to automatically hide this component if
there is only one page available.
Default: false.
|
isChildable | public boolean isChildable()(Code) | | |
isDetailed | public boolean isDetailed()(Code) | | |
isVisible | public boolean isVisible()(Code) | | |
setAutohide | public void setAutohide(boolean autohide)(Code) | | Sets whether to automatically hide this component if
there is only one page available.
|
setDetailed | public void setDetailed(boolean detailed)(Code) | | |
|
|
|