Package org.zkoss.stateless.action.data
Class PageSizeData
- java.lang.Object
-
- org.zkoss.stateless.action.data.PageSizeData
-
- All Implemented Interfaces:
java.io.Serializable
,ActionData
public class PageSizeData extends java.lang.Object implements ActionData
Used to notify the paging size has been changed when the autopaging (IMeshElement.withAutopaging(boolean)
) is enabled and user changed the size of the content.- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageSizeData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPageSize()
Returns the page size.
-
-
-
Method Detail
-
getPageSize
public int getPageSize()
Returns the page size.It is the same as
IMeshElement.getPagingChild()
'sIPaging.getPageSize()
.
-
-