Verwendungen von Enum-Klasse
org.teamapps.dto.UiExitAnimation
-
Verwendungen von UiExitAnimation in org.teamapps.dto
Felder in org.teamapps.dto, die deklariert sind als UiExitAnimationModifizierer und TypFeldBeschreibungprotected UiExitAnimationUiNotificationBar.RemoveItemCommand.exitAnimationprotected UiExitAnimationUiNotificationBarItem.exitAnimationprotected UiExitAnimationUiRootPanel.ShowNotificationCommand.exitAnimationMethoden in org.teamapps.dto, die UiExitAnimation zurückgebenModifizierer und TypMethodeBeschreibungUiNotificationBar.RemoveItemCommand.getExitAnimation()UiNotificationBarItem.getExitAnimation()UiRootPanel.ShowNotificationCommand.getExitAnimation()static UiExitAnimationGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static UiExitAnimation[]UiExitAnimation.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Methoden in org.teamapps.dto mit Parametern vom Typ UiExitAnimationModifizierer und TypMethodeBeschreibungUiNotificationBarItem.setExitAnimation(UiExitAnimation exitAnimation) Konstruktoren in org.teamapps.dto mit Parametern vom Typ UiExitAnimationModifiziererKonstruktorBeschreibungRemoveItemCommand(String componentId, String id, UiExitAnimation exitAnimation) ShowNotificationCommand(UiClientObjectReference notification, UiNotificationPosition position, UiEntranceAnimation entranceAnimation, UiExitAnimation exitAnimation)