Class UiToolButton.SetOpenDropDownIfNotSetCommand

java.lang.Object
org.teamapps.dto.UiToolButton.SetOpenDropDownIfNotSetCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiToolButton

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

    • componentId

      protected String componentId
    • openDropDownIfNotSet

      protected boolean openDropDownIfNotSet
  • Constructor Details

    • SetOpenDropDownIfNotSetCommand

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

      public SetOpenDropDownIfNotSetCommand(String componentId, boolean openDropDownIfNotSet)
  • Method Details