Package org.zkoss.stateless.action.data
Class ZIndexData
- java.lang.Object
-
- org.zkoss.stateless.action.data.ZIndexData
-
- All Implemented Interfaces:
java.io.Serializable
,ActionData
public class ZIndexData extends java.lang.Object implements ActionData
Represents an action caused by a component whose z-index is modified by the client.- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getZIndex()
Returns the z-index of the component after moved.
-