public enum CommunicationIcons extends Enum<CommunicationIcons> 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 |
CommunicationIcons.Icon
Server side component for
CommunicationIcons |
| Enum Constant and Description |
|---|
BUSINESS
The communication:business icon.See example
|
CALL
The communication:call icon.See example
|
CALL_END
The communication:call-end icon.See example
|
CALL_MADE
The communication:call-made icon.See example
|
CALL_MERGE
The communication:call-merge icon.See example
|
CALL_MISSED
The communication:call-missed icon.See example
|
CALL_MISSED_OUTGOING
The communication:call-missed-outgoing icon.See example
|
CALL_RECEIVED
The communication:call-received icon.See example
|
CALL_SPLIT
The communication:call-split icon.See example
|
CHAT
The communication:chat icon.See example
|
CHAT_BUBBLE
The communication:chat-bubble icon.See example
|
CHAT_BUBBLE_OUTLINE
The communication:chat-bubble-outline icon.See example
|
CLEAR_ALL
The communication:clear-all icon.See example
|
COMMENT
The communication:comment icon.See example
|
CONTACT_MAIL
The communication:contact-mail icon.See example
|
CONTACT_PHONE
The communication:contact-phone icon.See example
|
CONTACTS
The communication:contacts icon.See example
|
DIALER_SIP
The communication:dialer-sip icon.See example
|
DIALPAD
The communication:dialpad icon.See example
|
EMAIL
The communication:email icon.See example
|
FORUM
The communication:forum icon.See example
|
IMPORT_CONTACTS
The communication:import-contacts icon.See example
|
IMPORT_EXPORT
The communication:import-export icon.See example
|
INVERT_COLORS_OFF
The communication:invert-colors-off icon.See example
|
LIVE_HELP
The communication:live-help icon.See example
|
LOCATION_OFF
The communication:location-off icon.See example
|
LOCATION_ON
The communication:location-on icon.See example
|
MAIL_OUTLINE
The communication:mail-outline icon.See example
|
MESSAGE
The communication:message icon.See example
|
NO_SIM
The communication:no-sim icon.See example
|
PHONE
The communication:phone icon.See example
|
PHONELINK_ERASE
The communication:phonelink-erase icon.See example
|
PHONELINK_LOCK
The communication:phonelink-lock icon.See example
|
PHONELINK_RING
The communication:phonelink-ring icon.See example
|
PHONELINK_SETUP
The communication:phonelink-setup icon.See example
|
PORTABLE_WIFI_OFF
The communication:portable-wifi-off icon.See example
|
PRESENT_TO_ALL
The communication:present-to-all icon.See example
|
RING_VOLUME
The communication:ring-volume icon.See example
|
RSS_FEED
The communication:rss-feed icon.See example
|
SCREEN_SHARE
The communication:screen-share icon.See example
|
SPEAKER_PHONE
The communication:speaker-phone icon.See example
|
STAY_CURRENT_LANDSCAPE
The communication:stay-current-landscape icon.See example
|
STAY_CURRENT_PORTRAIT
The communication:stay-current-portrait icon.See example
|
STAY_PRIMARY_LANDSCAPE
The communication:stay-primary-landscape icon.See example
|
STAY_PRIMARY_PORTRAIT
The communication:stay-primary-portrait icon.See example
|
STOP_SCREEN_SHARE
The communication:stop-screen-share icon.See example
|
SWAP_CALLS
The communication:swap-calls icon.See example
|
TEXTSMS
The communication:textsms icon.See example
|
VOICEMAIL
The communication:voicemail icon.See example
|
VPN_KEY
The communication:vpn-key icon.See example
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ICONSET
The Iconset name, i.e.
|
static String |
URL
The HTML resource that contains the communication iconset
|
| Modifier and Type | Method and Description |
|---|---|
CommunicationIcons.Icon |
create()
Create a new
IronIcon instance with the icon determined by the name. |
CommunicationIcons.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 CommunicationIcons |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationIcons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunicationIcons BUSINESS
public static final CommunicationIcons CALL
public static final CommunicationIcons CALL_END
public static final CommunicationIcons CALL_MADE
public static final CommunicationIcons CALL_MERGE
public static final CommunicationIcons CALL_MISSED
public static final CommunicationIcons CALL_MISSED_OUTGOING
public static final CommunicationIcons CALL_RECEIVED
public static final CommunicationIcons CALL_SPLIT
public static final CommunicationIcons CHAT
public static final CommunicationIcons CHAT_BUBBLE
public static final CommunicationIcons CHAT_BUBBLE_OUTLINE
public static final CommunicationIcons CLEAR_ALL
public static final CommunicationIcons COMMENT
public static final CommunicationIcons CONTACT_MAIL
public static final CommunicationIcons CONTACT_PHONE
public static final CommunicationIcons CONTACTS
public static final CommunicationIcons DIALER_SIP
public static final CommunicationIcons DIALPAD
public static final CommunicationIcons EMAIL
public static final CommunicationIcons FORUM
public static final CommunicationIcons IMPORT_CONTACTS
public static final CommunicationIcons IMPORT_EXPORT
public static final CommunicationIcons INVERT_COLORS_OFF
public static final CommunicationIcons LIVE_HELP
public static final CommunicationIcons LOCATION_OFF
public static final CommunicationIcons LOCATION_ON
public static final CommunicationIcons MAIL_OUTLINE
public static final CommunicationIcons MESSAGE
public static final CommunicationIcons NO_SIM
public static final CommunicationIcons PHONE
public static final CommunicationIcons PHONELINK_ERASE
public static final CommunicationIcons PHONELINK_LOCK
public static final CommunicationIcons PHONELINK_RING
public static final CommunicationIcons PHONELINK_SETUP
public static final CommunicationIcons PORTABLE_WIFI_OFF
public static final CommunicationIcons PRESENT_TO_ALL
public static final CommunicationIcons RING_VOLUME
public static final CommunicationIcons RSS_FEED
public static final CommunicationIcons SCREEN_SHARE
public static final CommunicationIcons SPEAKER_PHONE
public static final CommunicationIcons STAY_CURRENT_LANDSCAPE
public static final CommunicationIcons STAY_CURRENT_PORTRAIT
public static final CommunicationIcons STAY_PRIMARY_LANDSCAPE
public static final CommunicationIcons STAY_PRIMARY_PORTRAIT
public static final CommunicationIcons STOP_SCREEN_SHARE
public static final CommunicationIcons SWAP_CALLS
public static final CommunicationIcons TEXTSMS
public static final CommunicationIcons VOICEMAIL
public static final CommunicationIcons VPN_KEY
public static final String URL
public static final String ICONSET
"communication"."public static CommunicationIcons[] values()
for (CommunicationIcons c : CommunicationIcons.values()) System.out.println(c);
public static CommunicationIcons 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"communication:name"..public CommunicationIcons.Icon create()
IronIcon instance with the icon determined by the name.create in interface IronIconEnumIronIcon componentpublic CommunicationIcons.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 Flowing Code. All rights reserved.