Class UiDropDownButtonClickInfo

java.lang.Object
org.teamapps.dto.UiDropDownButtonClickInfo
All Implemented Interfaces:
UiObject

public class UiDropDownButtonClickInfo
extends java.lang.Object
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Summary

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

    Constructors
    Constructor Description
    UiDropDownButtonClickInfo()
    Deprecated.
    Only for Jackson deserialization.
    UiDropDownButtonClickInfo​(boolean isOpening, boolean isContentSet)  
  • Method Summary

    Modifier and Type Method Description
    boolean getIsContentSet()  
    boolean getIsOpening()  
    UiObjectType getUiObjectType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • isOpening

      protected boolean isOpening
    • isContentSet

      protected boolean isContentSet
  • Constructor Details

    • UiDropDownButtonClickInfo

      @Deprecated public UiDropDownButtonClickInfo()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiDropDownButtonClickInfo

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

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getIsOpening

      public boolean getIsOpening()
    • getIsContentSet

      public boolean getIsContentSet()