public enum DeviceIcons extends Enum<DeviceIcons> 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 |
DeviceIcons.Icon
Server side component for
DeviceIcons |
| Enum Constant and Description |
|---|
ACCESS_ALARM
The device:access-alarm icon.See example
|
ACCESS_ALARMS
The device:access-alarms icon.See example
|
ACCESS_TIME
The device:access-time icon.See example
|
ADD_ALARM
The device:add-alarm icon.See example
|
AIRPLANEMODE_ACTIVE
The device:airplanemode-active icon.See example
|
AIRPLANEMODE_INACTIVE
The device:airplanemode-inactive icon.See example
|
BATTERY_20
The device:battery-20 icon.See example
|
BATTERY_30
The device:battery-30 icon.See example
|
BATTERY_50
The device:battery-50 icon.See example
|
BATTERY_60
The device:battery-60 icon.See example
|
BATTERY_80
The device:battery-80 icon.See example
|
BATTERY_90
The device:battery-90 icon.See example
|
BATTERY_ALERT
The device:battery-alert icon.See example
|
BATTERY_CHARGING_20
The device:battery-charging-20 icon.See example
|
BATTERY_CHARGING_30
The device:battery-charging-30 icon.See example
|
BATTERY_CHARGING_50
The device:battery-charging-50 icon.See example
|
BATTERY_CHARGING_60
The device:battery-charging-60 icon.See example
|
BATTERY_CHARGING_80
The device:battery-charging-80 icon.See example
|
BATTERY_CHARGING_90
The device:battery-charging-90 icon.See example
|
BATTERY_CHARGING_FULL
The device:battery-charging-full icon.See example
|
BATTERY_FULL
The device:battery-full icon.See example
|
BATTERY_STD
The device:battery-std icon.See example
|
BATTERY_UNKNOWN
The device:battery-unknown icon.See example
|
BLUETOOTH
The device:bluetooth icon.See example
|
BLUETOOTH_CONNECTED
The device:bluetooth-connected icon.See example
|
BLUETOOTH_DISABLED
The device:bluetooth-disabled icon.See example
|
BLUETOOTH_SEARCHING
The device:bluetooth-searching icon.See example
|
BRIGHTNESS_AUTO
The device:brightness-auto icon.See example
|
BRIGHTNESS_HIGH
The device:brightness-high icon.See example
|
BRIGHTNESS_LOW
The device:brightness-low icon.See example
|
BRIGHTNESS_MEDIUM
The device:brightness-medium icon.See example
|
DATA_USAGE
The device:data-usage icon.See example
|
DEVELOPER_MODE
The device:developer-mode icon.See example
|
DEVICES
The device:devices icon.See example
|
DVR
The device:dvr icon.See example
|
GPS_FIXED
The device:gps-fixed icon.See example
|
GPS_NOT_FIXED
The device:gps-not-fixed icon.See example
|
GPS_OFF
The device:gps-off icon.See example
|
GRAPHIC_EQ
The device:graphic-eq icon.See example
|
LOCATION_DISABLED
The device:location-disabled icon.See example
|
LOCATION_SEARCHING
The device:location-searching icon.See example
|
NETWORK_CELL
The device:network-cell icon.See example
|
NETWORK_WIFI
The device:network-wifi icon.See example
|
NFC
The device:nfc icon.See example
|
SCREEN_LOCK_LANDSCAPE
The device:screen-lock-landscape icon.See example
|
SCREEN_LOCK_PORTRAIT
The device:screen-lock-portrait icon.See example
|
SCREEN_LOCK_ROTATION
The device:screen-lock-rotation icon.See example
|
SCREEN_ROTATION
The device:screen-rotation icon.See example
|
SD_STORAGE
The device:sd-storage icon.See example
|
SETTINGS_SYSTEM_DAYDREAM
The device:settings-system-daydream icon.See example
|
SIGNAL_CELLULAR_0_BAR
The device:signal-cellular-0-bar icon.See example
|
SIGNAL_CELLULAR_1_BAR
The device:signal-cellular-1-bar icon.See example
|
SIGNAL_CELLULAR_2_BAR
The device:signal-cellular-2-bar icon.See example
|
SIGNAL_CELLULAR_3_BAR
The device:signal-cellular-3-bar icon.See example
|
SIGNAL_CELLULAR_4_BAR
The device:signal-cellular-4-bar icon.See example
|
SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_0_BAR
The device:signal-cellular-connected-no-internet-0-bar icon.See example
|
SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_1_BAR
The device:signal-cellular-connected-no-internet-1-bar icon.See example
|
SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_2_BAR
The device:signal-cellular-connected-no-internet-2-bar icon.See example
|
SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_3_BAR
The device:signal-cellular-connected-no-internet-3-bar icon.See example
|
SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_4_BAR
The device:signal-cellular-connected-no-internet-4-bar icon.See example
|
SIGNAL_CELLULAR_NO_SIM
The device:signal-cellular-no-sim icon.See example
|
SIGNAL_CELLULAR_NULL
The device:signal-cellular-null icon.See example
|
SIGNAL_CELLULAR_OFF
The device:signal-cellular-off icon.See example
|
SIGNAL_WIFI_0_BAR
The device:signal-wifi-0-bar icon.See example
|
SIGNAL_WIFI_1_BAR
The device:signal-wifi-1-bar icon.See example
|
SIGNAL_WIFI_1_BAR_LOCK
The device:signal-wifi-1-bar-lock icon.See example
|
SIGNAL_WIFI_2_BAR
The device:signal-wifi-2-bar icon.See example
|
SIGNAL_WIFI_2_BAR_LOCK
The device:signal-wifi-2-bar-lock icon.See example
|
SIGNAL_WIFI_3_BAR
The device:signal-wifi-3-bar icon.See example
|
SIGNAL_WIFI_3_BAR_LOCK
The device:signal-wifi-3-bar-lock icon.See example
|
SIGNAL_WIFI_4_BAR
The device:signal-wifi-4-bar icon.See example
|
SIGNAL_WIFI_4_BAR_LOCK
The device:signal-wifi-4-bar-lock icon.See example
|
SIGNAL_WIFI_OFF
The device:signal-wifi-off icon.See example
|
STORAGE
The device:storage icon.See example
|
USB
The device:usb icon.See example
|
WALLPAPER
The device:wallpaper icon.See example
|
WIDGETS
The device:widgets icon.See example
|
WIFI_LOCK
The device:wifi-lock icon.See example
|
WIFI_TETHERING
The device:wifi-tethering icon.See example
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ICONSET
The Iconset name, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceIcons.Icon |
create()
Create a new
IronIcon instance with the icon determined by the name. |
DeviceIcons.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 DeviceIcons |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceIcons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceIcons ACCESS_ALARM
public static final DeviceIcons ACCESS_ALARMS
public static final DeviceIcons ACCESS_TIME
public static final DeviceIcons ADD_ALARM
public static final DeviceIcons AIRPLANEMODE_ACTIVE
public static final DeviceIcons AIRPLANEMODE_INACTIVE
public static final DeviceIcons BATTERY_20
public static final DeviceIcons BATTERY_30
public static final DeviceIcons BATTERY_50
public static final DeviceIcons BATTERY_60
public static final DeviceIcons BATTERY_80
public static final DeviceIcons BATTERY_90
public static final DeviceIcons BATTERY_ALERT
public static final DeviceIcons BATTERY_CHARGING_20
public static final DeviceIcons BATTERY_CHARGING_30
public static final DeviceIcons BATTERY_CHARGING_50
public static final DeviceIcons BATTERY_CHARGING_60
public static final DeviceIcons BATTERY_CHARGING_80
public static final DeviceIcons BATTERY_CHARGING_90
public static final DeviceIcons BATTERY_CHARGING_FULL
public static final DeviceIcons BATTERY_FULL
public static final DeviceIcons BATTERY_STD
public static final DeviceIcons BATTERY_UNKNOWN
public static final DeviceIcons BLUETOOTH
public static final DeviceIcons BLUETOOTH_CONNECTED
public static final DeviceIcons BLUETOOTH_DISABLED
public static final DeviceIcons BLUETOOTH_SEARCHING
public static final DeviceIcons BRIGHTNESS_AUTO
public static final DeviceIcons BRIGHTNESS_HIGH
public static final DeviceIcons BRIGHTNESS_LOW
public static final DeviceIcons BRIGHTNESS_MEDIUM
public static final DeviceIcons DATA_USAGE
public static final DeviceIcons DEVELOPER_MODE
public static final DeviceIcons DEVICES
public static final DeviceIcons DVR
public static final DeviceIcons GPS_FIXED
public static final DeviceIcons GPS_NOT_FIXED
public static final DeviceIcons GPS_OFF
public static final DeviceIcons GRAPHIC_EQ
public static final DeviceIcons LOCATION_DISABLED
public static final DeviceIcons LOCATION_SEARCHING
public static final DeviceIcons NETWORK_CELL
public static final DeviceIcons NETWORK_WIFI
public static final DeviceIcons NFC
public static final DeviceIcons SCREEN_LOCK_LANDSCAPE
public static final DeviceIcons SCREEN_LOCK_PORTRAIT
public static final DeviceIcons SCREEN_LOCK_ROTATION
public static final DeviceIcons SCREEN_ROTATION
public static final DeviceIcons SD_STORAGE
public static final DeviceIcons SETTINGS_SYSTEM_DAYDREAM
public static final DeviceIcons SIGNAL_CELLULAR_0_BAR
public static final DeviceIcons SIGNAL_CELLULAR_1_BAR
public static final DeviceIcons SIGNAL_CELLULAR_2_BAR
public static final DeviceIcons SIGNAL_CELLULAR_3_BAR
public static final DeviceIcons SIGNAL_CELLULAR_4_BAR
public static final DeviceIcons SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_0_BAR
public static final DeviceIcons SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_1_BAR
public static final DeviceIcons SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_2_BAR
public static final DeviceIcons SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_3_BAR
public static final DeviceIcons SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_4_BAR
public static final DeviceIcons SIGNAL_CELLULAR_NO_SIM
public static final DeviceIcons SIGNAL_CELLULAR_NULL
public static final DeviceIcons SIGNAL_CELLULAR_OFF
public static final DeviceIcons SIGNAL_WIFI_0_BAR
public static final DeviceIcons SIGNAL_WIFI_1_BAR
public static final DeviceIcons SIGNAL_WIFI_1_BAR_LOCK
public static final DeviceIcons SIGNAL_WIFI_2_BAR
public static final DeviceIcons SIGNAL_WIFI_2_BAR_LOCK
public static final DeviceIcons SIGNAL_WIFI_3_BAR
public static final DeviceIcons SIGNAL_WIFI_3_BAR_LOCK
public static final DeviceIcons SIGNAL_WIFI_4_BAR
public static final DeviceIcons SIGNAL_WIFI_4_BAR_LOCK
public static final DeviceIcons SIGNAL_WIFI_OFF
public static final DeviceIcons STORAGE
public static final DeviceIcons USB
public static final DeviceIcons WALLPAPER
public static final DeviceIcons WIDGETS
public static final DeviceIcons WIFI_LOCK
public static final DeviceIcons WIFI_TETHERING
public static final String ICONSET
"device"."public static DeviceIcons[] values()
for (DeviceIcons c : DeviceIcons.values()) System.out.println(c);
public static DeviceIcons 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"device:name"..public DeviceIcons.Icon create()
IronIcon instance with the icon determined by the name.create in interface IronIconEnumIronIcon componentpublic DeviceIcons.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.