public enum NotificationIcons extends Enum<NotificationIcons> implements IronIconEnum
These instances can be used to create IronIcon components either by using
their create() method or by passing them to Icon's constructor.
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationIcons.Icon
Server side component for
NotificationIcons |
| Enum Constant and Description |
|---|
ADB
The notification:adb icon.See example
|
AIRLINE_SEAT_FLAT
The notification:airline-seat-flat icon.See example
|
AIRLINE_SEAT_FLAT_ANGLED
The notification:airline-seat-flat-angled icon.See example
|
AIRLINE_SEAT_INDIVIDUAL_SUITE
The notification:airline-seat-individual-suite icon.See example
|
AIRLINE_SEAT_LEGROOM_EXTRA
The notification:airline-seat-legroom-extra icon.See example
|
AIRLINE_SEAT_LEGROOM_NORMAL
The notification:airline-seat-legroom-normal icon.See example
|
AIRLINE_SEAT_LEGROOM_REDUCED
The notification:airline-seat-legroom-reduced icon.See example
|
AIRLINE_SEAT_RECLINE_EXTRA
The notification:airline-seat-recline-extra icon.See example
|
AIRLINE_SEAT_RECLINE_NORMAL
The notification:airline-seat-recline-normal icon.See example
|
BLUETOOTH_AUDIO
The notification:bluetooth-audio icon.See example
|
CONFIRMATION_NUMBER
The notification:confirmation-number icon.See example
|
DISC_FULL
The notification:disc-full icon.See example
|
DO_NOT_DISTURB
The notification:do-not-disturb icon.See example
|
DO_NOT_DISTURB_ALT
The notification:do-not-disturb-alt icon.See example
|
DO_NOT_DISTURB_OFF
The notification:do-not-disturb-off icon.See example
|
DO_NOT_DISTURB_ON
The notification:do-not-disturb-on icon.See example
|
DRIVE_ETA
The notification:drive-eta icon.See example
|
ENHANCED_ENCRYPTION
The notification:enhanced-encryption icon.See example
|
EVENT_AVAILABLE
The notification:event-available icon.See example
|
EVENT_BUSY
The notification:event-busy icon.See example
|
EVENT_NOTE
The notification:event-note icon.See example
|
FOLDER_SPECIAL
The notification:folder-special icon.See example
|
LIVE_TV
The notification:live-tv icon.See example
|
MMS
The notification:mms icon.See example
|
MORE
The notification:more icon.See example
|
NETWORK_CHECK
The notification:network-check icon.See example
|
NETWORK_LOCKED
The notification:network-locked icon.See example
|
NO_ENCRYPTION
The notification:no-encryption icon.See example
|
ONDEMAND_VIDEO
The notification:ondemand-video icon.See example
|
PERSONAL_VIDEO
The notification:personal-video icon.See example
|
PHONE_BLUETOOTH_SPEAKER
The notification:phone-bluetooth-speaker icon.See example
|
PHONE_FORWARDED
The notification:phone-forwarded icon.See example
|
PHONE_IN_TALK
The notification:phone-in-talk icon.See example
|
PHONE_LOCKED
The notification:phone-locked icon.See example
|
PHONE_MISSED
The notification:phone-missed icon.See example
|
PHONE_PAUSED
The notification:phone-paused icon.See example
|
POWER
The notification:power icon.See example
|
PRIORITY_HIGH
The notification:priority-high icon.See example
|
RV_HOOKUP
The notification:rv-hookup icon.See example
|
SD_CARD
The notification:sd-card icon.See example
|
SIM_CARD_ALERT
The notification:sim-card-alert icon.See example
|
SMS
The notification:sms icon.See example
|
SMS_FAILED
The notification:sms-failed icon.See example
|
SYNC
The notification:sync icon.See example
|
SYNC_DISABLED
The notification:sync-disabled icon.See example
|
SYNC_PROBLEM
The notification:sync-problem icon.See example
|
SYSTEM_UPDATE
The notification:system-update icon.See example
|
TAP_AND_PLAY
The notification:tap-and-play icon.See example
|
TIME_TO_LEAVE
The notification:time-to-leave icon.See example
|
VIBRATION
The notification:vibration icon.See example
|
VOICE_CHAT
The notification:voice-chat icon.See example
|
VPN_LOCK
The notification:vpn-lock icon.See example
|
WC
The notification:wc icon.See example
|
WIFI
The notification:wifi icon.See example
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ICONSET
The Iconset name, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationIcons.Icon |
create()
Create a new
IronIcon instance with the icon determined by the name. |
NotificationIcons.Icon |
create(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.icon.IronIcon>> listener)
Create a new
IronIcon instance with the icon determined by the name and a listener for click events. |
String |
getIconName()
Return the icon name.
|
static NotificationIcons |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationIcons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationIcons ADB
public static final NotificationIcons AIRLINE_SEAT_FLAT
public static final NotificationIcons AIRLINE_SEAT_FLAT_ANGLED
public static final NotificationIcons AIRLINE_SEAT_INDIVIDUAL_SUITE
public static final NotificationIcons AIRLINE_SEAT_LEGROOM_EXTRA
public static final NotificationIcons AIRLINE_SEAT_LEGROOM_NORMAL
public static final NotificationIcons AIRLINE_SEAT_LEGROOM_REDUCED
public static final NotificationIcons AIRLINE_SEAT_RECLINE_EXTRA
public static final NotificationIcons AIRLINE_SEAT_RECLINE_NORMAL
public static final NotificationIcons BLUETOOTH_AUDIO
public static final NotificationIcons CONFIRMATION_NUMBER
public static final NotificationIcons DISC_FULL
public static final NotificationIcons DO_NOT_DISTURB
public static final NotificationIcons DO_NOT_DISTURB_ALT
public static final NotificationIcons DO_NOT_DISTURB_OFF
public static final NotificationIcons DO_NOT_DISTURB_ON
public static final NotificationIcons DRIVE_ETA
public static final NotificationIcons ENHANCED_ENCRYPTION
public static final NotificationIcons EVENT_AVAILABLE
public static final NotificationIcons EVENT_BUSY
public static final NotificationIcons EVENT_NOTE
public static final NotificationIcons FOLDER_SPECIAL
public static final NotificationIcons LIVE_TV
public static final NotificationIcons MMS
public static final NotificationIcons MORE
public static final NotificationIcons NETWORK_CHECK
public static final NotificationIcons NETWORK_LOCKED
public static final NotificationIcons NO_ENCRYPTION
public static final NotificationIcons ONDEMAND_VIDEO
public static final NotificationIcons PERSONAL_VIDEO
public static final NotificationIcons PHONE_BLUETOOTH_SPEAKER
public static final NotificationIcons PHONE_FORWARDED
public static final NotificationIcons PHONE_IN_TALK
public static final NotificationIcons PHONE_LOCKED
public static final NotificationIcons PHONE_MISSED
public static final NotificationIcons PHONE_PAUSED
public static final NotificationIcons POWER
public static final NotificationIcons PRIORITY_HIGH
public static final NotificationIcons RV_HOOKUP
public static final NotificationIcons SD_CARD
public static final NotificationIcons SIM_CARD_ALERT
public static final NotificationIcons SMS
public static final NotificationIcons SMS_FAILED
public static final NotificationIcons SYNC
public static final NotificationIcons SYNC_DISABLED
public static final NotificationIcons SYNC_PROBLEM
public static final NotificationIcons SYSTEM_UPDATE
public static final NotificationIcons TAP_AND_PLAY
public static final NotificationIcons TIME_TO_LEAVE
public static final NotificationIcons VIBRATION
public static final NotificationIcons VOICE_CHAT
public static final NotificationIcons VPN_LOCK
public static final NotificationIcons WC
public static final NotificationIcons WIFI
public static final String ICONSET
"notification"."public static NotificationIcons[] values()
for (NotificationIcons c : NotificationIcons.values()) System.out.println(c);
public static NotificationIcons 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 getIconName()
getIconName in interface IronIconEnum"notification:name"..public NotificationIcons.Icon create()
IronIcon instance with the icon determined by the name.create in interface IronIconEnumIronIcon componentpublic NotificationIcons.Icon create(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.icon.IronIcon>> listener)
IronIcon instance with the icon determined by the name and a listener for click events.listener - the event listener for click eventsIronIcon componentCopyright © 2019–2020 Flowing Code. All rights reserved.