Klasse UiToolButton.SetOpenDropDownIfNotSetCommand

java.lang.Object
org.teamapps.dto.UiToolButton.SetOpenDropDownIfNotSetCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiToolButton

public static class UiToolButton.SetOpenDropDownIfNotSetCommand extends Object implements UiCommand<Void>
  • Felddetails

    • componentId

      protected String componentId
    • openDropDownIfNotSet

      protected boolean openDropDownIfNotSet
  • Konstruktordetails

    • SetOpenDropDownIfNotSetCommand

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

      public SetOpenDropDownIfNotSetCommand(String componentId, boolean openDropDownIfNotSet)
  • Methodendetails

    • toString

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

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getOpenDropDownIfNotSet

      public boolean getOpenDropDownIfNotSet()