Class UiTabPanel.SetHideTabBarIfSingleTabCommand

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

public static class UiTabPanel.SetHideTabBarIfSingleTabCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • hideTabBarIfSingleTab

      protected boolean hideTabBarIfSingleTab
  • Constructor Details

    • SetHideTabBarIfSingleTabCommand

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

      public SetHideTabBarIfSingleTabCommand(String componentId, boolean hideTabBarIfSingleTab)
  • Method Details