Class UiRootPanel.SetContentCommand

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

public static class UiRootPanel.SetContentCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Details

    • componentId

      protected java.lang.String componentId
    • content

      protected UiClientObjectReference content
    • transition

      protected UiPageTransition transition
    • animationDuration

      protected long animationDuration
  • Constructor Details

    • SetContentCommand

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

      public SetContentCommand​(java.lang.String componentId, UiClientObjectReference content, UiPageTransition transition, long animationDuration)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>
    • getContent

      public UiClientObjectReference getContent()
    • getTransition

      public UiPageTransition getTransition()
    • getAnimationDuration

      public long getAnimationDuration()