Package org.zkoss.stateless.action.data
Class SizeData
- java.lang.Object
-
- org.zkoss.stateless.action.data.SizeData
-
- All Implemented Interfaces:
java.io.Serializable,ActionData
public class SizeData extends java.lang.Object implements ActionData
Represents an action caused by a component being re-sized.- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHeight()Returns the height of the component after re-sized.intgetKeys()Returns what keys were pressed when the component is resized, or 0 if none of them was pressed.java.lang.StringgetWidth()Returns the width of the component after re-sized.
-
-
-
Field Detail
-
ALT_KEY
public static final int ALT_KEY
Indicates whether the Alt key is pressed. It might be returned as part ofgetKeys().- See Also:
- Constant Field Values
-
CTRL_KEY
public static final int CTRL_KEY
Indicates whether the Ctrl key is pressed. It might be returned as part ofgetKeys().- See Also:
- Constant Field Values
-
SHIFT_KEY
public static final int SHIFT_KEY
Indicates whether the Shift key is pressed. It might be returned as part ofgetKeys().- See Also:
- Constant Field Values
-
-