Class 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 and onSlide action when clicking out of the region but on elements that is listened to the onClick 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SlideData

        public SlideData()
    • Method Detail

      • isSlide

        public boolean isSlide()
        Returns whether it is slide out.