Package org.teamapps.dto
Class UiRootPanel.ShowNotificationCommand
- java.lang.Object
-
- org.teamapps.dto.UiRootPanel.ShowNotificationCommand
-
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiRootPanel
public static class UiRootPanel.ShowNotificationCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
-
Field Summary
Fields Modifier and Type Field Description protected UiEntranceAnimationentranceAnimationprotected UiExitAnimationexitAnimationprotected UiClientObjectReferencenotificationprotected UiNotificationPositionposition
-
Constructor Summary
Constructors Constructor Description ShowNotificationCommand()Deprecated.Only for Jackson deserialization.ShowNotificationCommand(UiClientObjectReference notification, UiNotificationPosition position, UiEntranceAnimation entranceAnimation, UiExitAnimation exitAnimation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()UiEntranceAnimationgetEntranceAnimation()UiExitAnimationgetExitAnimation()UiClientObjectReferencegetNotification()UiNotificationPositiongetPosition()java.lang.StringtoString()
-
-
-
Field Detail
-
notification
protected UiClientObjectReference notification
-
position
protected UiNotificationPosition position
-
entranceAnimation
protected UiEntranceAnimation entranceAnimation
-
exitAnimation
protected UiExitAnimation exitAnimation
-
-
Constructor Detail
-
ShowNotificationCommand
@Deprecated public ShowNotificationCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
ShowNotificationCommand
public ShowNotificationCommand(UiClientObjectReference notification, UiNotificationPosition position, UiEntranceAnimation entranceAnimation, UiExitAnimation exitAnimation)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getNotification
public UiClientObjectReference getNotification()
-
getPosition
public UiNotificationPosition getPosition()
-
getEntranceAnimation
public UiEntranceAnimation getEntranceAnimation()
-
getExitAnimation
public UiExitAnimation getExitAnimation()
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
-