Package org.teamapps.dto
Class UiWorkSpaceLayout.ChildWindowClosedEvent
java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.ChildWindowClosedEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiWorkSpaceLayout
public static class UiWorkSpaceLayout.ChildWindowClosedEvent extends java.lang.Object implements UiEvent
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected java.lang.StringwindowId -
Constructor Summary
Constructors Constructor Description ChildWindowClosedEvent()Deprecated.Only for Jackson deserialization.ChildWindowClosedEvent(java.lang.String componentId, java.lang.String windowId) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()UiEventTypegetUiEventType()java.lang.StringgetWindowId()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
componentId
protected java.lang.String componentId -
windowId
protected java.lang.String windowId
-
-
Constructor Details
-
ChildWindowClosedEvent
@Deprecated public ChildWindowClosedEvent()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ChildWindowClosedEvent
public ChildWindowClosedEvent(java.lang.String componentId, java.lang.String windowId)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiEvent
-
getWindowId
public java.lang.String getWindowId()
-