Class UiNavigationBar.HideFanOutComponentCommand

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

public static class UiNavigationBar.HideFanOutComponentCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • HideFanOutComponentCommand

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

      public HideFanOutComponentCommand(String componentId)
  • Method Details