Class AbstractUiToolContainer.SetDropDownComponentCommand

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

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

    • componentId

      protected java.lang.String componentId
    • groupId

      protected java.lang.String groupId
    • buttonId

      protected java.lang.String buttonId
    • component

      protected UiClientObjectReference component
  • Constructor Details

    • SetDropDownComponentCommand

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

      public SetDropDownComponentCommand​(java.lang.String componentId, java.lang.String groupId, java.lang.String buttonId, 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>
    • getGroupId

      public java.lang.String getGroupId()
    • getButtonId

      public java.lang.String getButtonId()
    • getComponent

      public UiClientObjectReference getComponent()