Class UiButton.SetDropDownSizeCommand

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

public static class UiButton.SetDropDownSizeCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • minDropDownWidth

      protected int minDropDownWidth
    • minDropDownHeight

      protected int minDropDownHeight
  • Constructor Details

    • SetDropDownSizeCommand

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

      public SetDropDownSizeCommand(String componentId, int minDropDownWidth, int minDropDownHeight)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getComponentId

      public String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<Void>
    • getMinDropDownWidth

      public int getMinDropDownWidth()
    • getMinDropDownHeight

      public int getMinDropDownHeight()