Package org.zkoss.stateless.action.data
Class SlideData
- java.lang.Object
-
- org.zkoss.stateless.action.data.SlideData
-
- All Implemented Interfaces:
java.io.Serializable
,ActionData
public class SlideData extends java.lang.Object implements ActionData
Represents an action cause by user's slidedown or slideup something at the client.Note: When using with LayoutRegion component, we couldn't guarantee the triggered order of
onClick
action andonSlide
action when clicking out of the region but on elements that is listened to theonClick
action.- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SlideData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSlide()
Returns whether it is slide out.
-