Class UiWorkSpaceLayout.ChildWindowCreationFailedEvent

java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.ChildWindowCreationFailedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiWorkSpaceLayout

public static class UiWorkSpaceLayout.ChildWindowCreationFailedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • viewName

      protected String viewName
  • Constructor Details

    • ChildWindowCreationFailedEvent

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

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