Class UiDropDownButtonClickInfo

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

public class UiDropDownButtonClickInfo extends Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • 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 String toString()
      Overrides:
      toString in class Object
    • getIsOpening

      public boolean getIsOpening()
    • getIsContentSet

      public boolean getIsContentSet()