Class UiHtmlView.AddComponentCommand

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

public static class UiHtmlView.AddComponentCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • containerElementSelector

      protected String containerElementSelector
    • component

      protected UiClientObjectReference component
    • clearContainer

      protected boolean clearContainer
  • Constructor Details

    • AddComponentCommand

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

      public AddComponentCommand(String componentId, String containerElementSelector, UiClientObjectReference component, boolean clearContainer)
  • Method Details