Class DropDownButtonClickInfo


  • public class DropDownButtonClickInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean isContentSet  
      protected boolean isOpening  
    • Constructor Summary

      Constructors 
      Constructor Description
      DropDownButtonClickInfo​(boolean isOpening, boolean isContentSet)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isContentSet()  
      boolean isOpening()  
      • Methods inherited from class java.lang.Object

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

      • isOpening

        protected final boolean isOpening
      • isContentSet

        protected final boolean isContentSet
    • Constructor Detail

      • DropDownButtonClickInfo

        public DropDownButtonClickInfo​(boolean isOpening,
                                       boolean isContentSet)
    • Method Detail

      • isOpening

        public boolean isOpening()
      • isContentSet

        public boolean isContentSet()