Class UiWindow.ShowCommand

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

public static class UiWindow.ShowCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • animationDuration

      protected int animationDuration
  • Constructor Details

    • ShowCommand

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

      public ShowCommand(String componentId, int animationDuration)
  • Method Details