Class UiTabPanel.SetTabContentCommand

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

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

    • componentId

      protected java.lang.String componentId
    • tabId

      protected java.lang.String tabId
    • component

      protected UiClientObjectReference component
  • Constructor Details

    • SetTabContentCommand

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

      public SetTabContentCommand​(java.lang.String componentId, java.lang.String tabId, 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>
    • getTabId

      public java.lang.String getTabId()
    • getComponent

      public UiClientObjectReference getComponent()