Class UiButton.CloseDropDownCommand

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

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

    • componentId

      protected String componentId
  • Constructor Details

    • CloseDropDownCommand

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

      public CloseDropDownCommand(String componentId)
  • Method Details