Class UiTabPanel.SetFillTabBarWidthCommand

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

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

    • componentId

      protected String componentId
    • fillTabBarWidth

      protected boolean fillTabBarWidth
  • Constructor Details

    • SetFillTabBarWidthCommand

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

      public SetFillTabBarWidthCommand(String componentId, boolean fillTabBarWidth)
  • Method Details