Klasse UiDropDownButtonClickInfo

java.lang.Object
org.teamapps.dto.UiDropDownButtonClickInfo
Alle implementierten Schnittstellen:
UiObject

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

    • isOpening

      protected boolean isOpening
    • isContentSet

      protected boolean isContentSet
  • Konstruktordetails

    • UiDropDownButtonClickInfo

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

      public UiDropDownButtonClickInfo(boolean isOpening, boolean isContentSet)
  • Methodendetails

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Angegeben von:
      getUiObjectType in Schnittstelle UiObject
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getIsOpening

      public boolean getIsOpening()
    • getIsContentSet

      public boolean getIsContentSet()