Class UiWorkSpaceLayout.SelectViewCommand

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

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

    • componentId

      protected String componentId
    • viewName

      protected String viewName
  • Constructor Details

    • SelectViewCommand

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

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