Class UiWorkSpaceLayout.RemoveViewCommand

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

public static class UiWorkSpaceLayout.RemoveViewCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • viewName

      protected String viewName
  • Constructor Details

    • RemoveViewCommand

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

      public RemoveViewCommand(String componentId, String viewName)
  • Method Details