Package org.teamapps.dto
Klasse UiRootPanel.ShowNotificationCommand
java.lang.Object
org.teamapps.dto.UiRootPanel.ShowNotificationCommand
- Umschließende Klasse:
UiRootPanel
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected UiEntranceAnimationprotected UiExitAnimationprotected UiClientObjectReferenceprotected UiNotificationPosition -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.ShowNotificationCommand(UiClientObjectReference notification, UiNotificationPosition position, UiEntranceAnimation entranceAnimation, UiExitAnimation exitAnimation) -
Methodenübersicht
-
Felddetails
-
notification
-
position
-
entranceAnimation
-
exitAnimation
-
-
Konstruktordetails
-
ShowNotificationCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
ShowNotificationCommand
public ShowNotificationCommand(UiClientObjectReference notification, UiNotificationPosition position, UiEntranceAnimation entranceAnimation, UiExitAnimation exitAnimation)
-
-
Methodendetails
-
toString
-
getNotification
-
getPosition
-
getEntranceAnimation
-
getExitAnimation
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-