Class UiReactView.AddComponentCommand

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

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

    • componentId

      protected java.lang.String componentId
    • containerRefName

      protected java.lang.String containerRefName
    • component

      protected UiClientObjectReference component
  • Constructor Details

    • AddComponentCommand

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

      public AddComponentCommand​(java.lang.String componentId, java.lang.String containerRefName, UiClientObjectReference component)
  • 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>
    • getContainerRefName

      public java.lang.String getContainerRefName()
    • getComponent

      public UiClientObjectReference getComponent()