Class UiRootPanel.SetThemeClassNameCommand

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

public static class UiRootPanel.SetThemeClassNameCommand extends Object implements UiCommand<Void>
  • Field Details

    • theme

      protected String theme
  • Constructor Details

    • SetThemeClassNameCommand

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

      public SetThemeClassNameCommand(String theme)
  • Method Details