Class UiPanel.SetToolButtonsCommand

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

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

    • componentId

      protected java.lang.String componentId
    • toolButtons

      protected java.util.List<UiClientObjectReference> toolButtons
  • Constructor Details

    • SetToolButtonsCommand

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

      public SetToolButtonsCommand​(java.lang.String componentId, java.util.List<UiClientObjectReference> toolButtons)
  • 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>
    • getToolButtons

      public java.util.List<UiClientObjectReference> getToolButtons()