org.zkoss.zul.ext
Interface Paginated

All Known Implementing Classes:
Grid, Listbox, MeshElement, Tree

public interface Paginated

Indicates a component that can be controller by an external paging controller (i.e., an instance of Paginal).

Since:
3.0.7
Author:
tomyeh
See Also:
Paginal

Method Summary
 java.lang.String getPagingPosition()
          Returns the paging position if the component contains a paging component.
 

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


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo