Class UiFloatingComponent.SetExpandedCommand

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

public static class UiFloatingComponent.SetExpandedCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • expanded

      protected boolean expanded
  • Constructor Details

    • SetExpandedCommand

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

      public SetExpandedCommand(String componentId, boolean expanded)
  • Method Details