Package org.teamapps.dto
Class UiRootPanel.ShowNotificationCommand
java.lang.Object
org.teamapps.dto.UiRootPanel.ShowNotificationCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UiEntranceAnimationprotected UiExitAnimationprotected UiClientObjectReferenceprotected UiNotificationPosition -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ShowNotificationCommand(UiClientObjectReference notification, UiNotificationPosition position, UiEntranceAnimation entranceAnimation, UiExitAnimation exitAnimation) -
Method Summary
-
Field Details
-
notification
-
position
-
entranceAnimation
-
exitAnimation
-
-
Constructor Details
-
ShowNotificationCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ShowNotificationCommand
public ShowNotificationCommand(UiClientObjectReference notification, UiNotificationPosition position, UiEntranceAnimation entranceAnimation, UiExitAnimation exitAnimation)
-
-
Method Details
-
toString
-
getNotification
-
getPosition
-
getEntranceAnimation
-
getExitAnimation
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-