Package org.zkoss.stateless.action.data
Class AfterSizeData
- java.lang.Object
-
- org.zkoss.stateless.action.data.AfterSizeData
-
- All Implemented Interfaces:
java.io.Serializable
,ActionData
public class AfterSizeData extends java.lang.Object implements ActionData
Represents an action that a user resizes a component and provides the new size of the component.- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AfterSizeData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
int
getWidth()
-