Class DropDownButtonClickInfo

java.lang.Object
org.teamapps.ux.component.toolbar.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

    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 Details

    • isOpening

      protected final boolean isOpening
    • isContentSet

      protected final boolean isContentSet
  • Constructor Details

    • DropDownButtonClickInfo

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

    • isOpening

      public boolean isOpening()
    • isContentSet

      public boolean isContentSet()