Class UiTabPanel.SetTabBarHeightCommand

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

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

    • componentId

      protected String componentId
    • tabBarHeight

      protected String tabBarHeight
  • Constructor Details

    • SetTabBarHeightCommand

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

      public SetTabBarHeightCommand(String componentId, String tabBarHeight)
  • Method Details