Class UiContextMenu.HideCommand

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

public static class UiContextMenu.HideCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • HideCommand

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

      public HideCommand(String componentId)
  • Method Details