Class UiCollapsible.SetIconAndCaptionCommand

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

public static class UiCollapsible.SetIconAndCaptionCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • icon

      protected String icon
    • caption

      protected String caption
  • Constructor Details

    • SetIconAndCaptionCommand

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

      public SetIconAndCaptionCommand(String componentId, String icon, String caption)
  • Method Details