Package org.zkoss.zul.ext
Interface Paginated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPagingPosition()
Returns the paging position if the component contains a paging component.boolean
isPagingDisabled()
Returns whether the Paging component of this component is disabled.void
setPagingDisabled(boolean pagingDisabled)
Sets whether the Paging component of this component is disabled.
-
-
-
Method Detail
-
getPagingPosition
java.lang.String getPagingPosition()
Returns the paging position if the component contains a paging component.Possible values: top, bottom and both.
- Since:
- 3.0.7
-
isPagingDisabled
boolean isPagingDisabled()
Returns whether the Paging component of this component is disabled.Default: false.
- Since:
- 8.0.3
-
setPagingDisabled
void setPagingDisabled(boolean pagingDisabled)
Sets whether the Paging component of this component is disabled.- Since:
- 8.0.3
-
-