Class UiMobileLayout.ShowViewCommand

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

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

    • componentId

      protected java.lang.String componentId
    • component

      protected UiClientObjectReference component
    • animation

      protected UiPageTransition animation
    • animationDuration

      protected int animationDuration
  • Constructor Details

    • ShowViewCommand

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

      public ShowViewCommand​(java.lang.String componentId, UiClientObjectReference component, UiPageTransition animation, int 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>
    • getComponent

      public UiClientObjectReference getComponent()
    • getAnimation

      public UiPageTransition getAnimation()
    • getAnimationDuration

      public int getAnimationDuration()