public static enum Notification.Position extends Enum<Notification.Position>
Enum Constant and Description |
---|
BOTTOM_CENTER |
BOTTOM_END |
BOTTOM_START |
BOTTOM_STRETCH |
MIDDLE |
TOP_CENTER |
TOP_END |
TOP_START |
TOP_STRETCH |
Modifier and Type | Method and Description |
---|---|
String |
getClientName()
Gets name that is used in the client side representation of the
component.
|
static Notification.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.Position[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.Position TOP_STRETCH
public static final Notification.Position TOP_START
public static final Notification.Position TOP_CENTER
public static final Notification.Position TOP_END
public static final Notification.Position MIDDLE
public static final Notification.Position BOTTOM_START
public static final Notification.Position BOTTOM_CENTER
public static final Notification.Position BOTTOM_END
public static final Notification.Position BOTTOM_STRETCH
public static Notification.Position[] values()
for (Notification.Position c : Notification.Position.values()) System.out.println(c);
public static Notification.Position valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getClientName()
Copyright © 2023. All rights reserved.