static IPaging |
IPagingCtrl.from(org.zkoss.zul.Paging instance) |
|
IPaging |
IMeshElement.getPagingChild() |
Returns the instance of the IPaging
|
static IPaging |
IPaging.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IPaging |
IPaging.ofTotalSize(int totalSize) |
Returns the instance with the given total size.
|
IPaging |
IPaging.withActivePage(int activePage) |
Returns a copy of this immutable component with the specified activePage.
|
IPaging |
IPaging.withAutohide(boolean autohide) |
Returns a copy of this immutable component with the specified autohide.
|
IPaging |
IPaging.withDetailed(boolean detailed) |
Returns a copy of this immutable component with the specified detailed.
|
IPaging |
IPaging.withPageCount(int pageCount) |
Returns a copy of this immutable component with the specified pageCount.
|
IPaging |
IPaging.withPageIncrement(int pageIncrement) |
Returns a copy of this immutable component with the specified pageIncrement.
|
IPaging |
IPaging.withPageSize(int pageSize) |
Returns a copy of this immutable component with the specified pageSize.
|
IPaging |
IPaging.withTotalSize(int totalSize) |
Returns a copy of this immutable component with the specified totalSize.
|