| Package | Description |
|---|---|
| org.dominokit.domino.ui.notifications |
| Modifier and Type | Class and Description |
|---|---|
class |
BottomCenterPosition
Display notification in bottom center
|
class |
BottomLeftPosition
Display notification in bottom left
|
class |
BottomRightPosition
Display notification in bottom right
|
class |
NotificationPosition
Abstract class for placing the notification in a specific position
|
class |
TopCenterPosition
Display notification in top center
|
class |
TopLeftPosition
Display notification in top left
|
class |
TopRightPosition
Display notification in top right
|
| Modifier and Type | Field and Description |
|---|---|
static Notification.Position |
Notification.BOTTOM_CENTER
Bottom center position
|
static Notification.Position |
Notification.BOTTOM_LEFT
Bottom left position
|
static Notification.Position |
Notification.BOTTOM_RIGHT
Bottom right position
|
static Notification.Position |
Notification.TOP_CENTER
Top center position
|
static Notification.Position |
Notification.TOP_LEFT
Top left position
|
static Notification.Position |
Notification.TOP_RIGHT
Top right position
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.setPosition(Notification.Position position)
Defines the location in which the notification will show up when
Notification.show() is
called. |
Copyright © 2019–2022 Dominokit. All rights reserved.