public enum AvIcons extends Enum<AvIcons> 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 |
AvIcons.Icon
Server side component for
AvIcons |
| Enum Constant and Description |
|---|
ADD_TO_QUEUE
The av:add-to-queue icon.See example
|
AIRPLAY
The av:airplay icon.See example
|
ALBUM
The av:album icon.See example
|
ART_TRACK
The av:art-track icon.See example
|
AV_TIMER
The av:av-timer icon.See example
|
BRANDING_WATERMARK
The av:branding-watermark icon.See example
|
CALL_TO_ACTION
The av:call-to-action icon.See example
|
CLOSED_CAPTION
The av:closed-caption icon.See example
|
EQUALIZER
The av:equalizer icon.See example
|
EXPLICIT
The av:explicit icon.See example
|
FAST_FORWARD
The av:fast-forward icon.See example
|
FAST_REWIND
The av:fast-rewind icon.See example
|
FEATURED_PLAY_LIST
The av:featured-play-list icon.See example
|
FEATURED_VIDEO
The av:featured-video icon.See example
|
FIBER_DVR
The av:fiber-dvr icon.See example
|
FIBER_MANUAL_RECORD
The av:fiber-manual-record icon.See example
|
FIBER_NEW
The av:fiber-new icon.See example
|
FIBER_PIN
The av:fiber-pin icon.See example
|
FIBER_SMART_RECORD
The av:fiber-smart-record icon.See example
|
FORWARD_10
The av:forward-10 icon.See example
|
FORWARD_30
The av:forward-30 icon.See example
|
FORWARD_5
The av:forward-5 icon.See example
|
GAMES
The av:games icon.See example
|
HD
The av:hd icon.See example
|
HEARING
The av:hearing icon.See example
|
HIGH_QUALITY
The av:high-quality icon.See example
|
LIBRARY_ADD
The av:library-add icon.See example
|
LIBRARY_BOOKS
The av:library-books icon.See example
|
LIBRARY_MUSIC
The av:library-music icon.See example
|
LOOP
The av:loop icon.See example
|
MIC
The av:mic icon.See example
|
MIC_NONE
The av:mic-none icon.See example
|
MIC_OFF
The av:mic-off icon.See example
|
MOVIE
The av:movie icon.See example
|
MUSIC_VIDEO
The av:music-video icon.See example
|
NEW_RELEASES
The av:new-releases icon.See example
|
NOT_INTERESTED
The av:not-interested icon.See example
|
NOTE
The av:note icon.See example
|
PAUSE
The av:pause icon.See example
|
PAUSE_CIRCLE_FILLED
The av:pause-circle-filled icon.See example
|
PAUSE_CIRCLE_OUTLINE
The av:pause-circle-outline icon.See example
|
PLAY_ARROW
The av:play-arrow icon.See example
|
PLAY_CIRCLE_FILLED
The av:play-circle-filled icon.See example
|
PLAY_CIRCLE_OUTLINE
The av:play-circle-outline icon.See example
|
PLAYLIST_ADD
The av:playlist-add icon.See example
|
PLAYLIST_ADD_CHECK
The av:playlist-add-check icon.See example
|
PLAYLIST_PLAY
The av:playlist-play icon.See example
|
QUEUE
The av:queue icon.See example
|
QUEUE_MUSIC
The av:queue-music icon.See example
|
QUEUE_PLAY_NEXT
The av:queue-play-next icon.See example
|
RADIO
The av:radio icon.See example
|
RECENT_ACTORS
The av:recent-actors icon.See example
|
REMOVE_FROM_QUEUE
The av:remove-from-queue icon.See example
|
REPEAT
The av:repeat icon.See example
|
REPEAT_ONE
The av:repeat-one icon.See example
|
REPLAY
The av:replay icon.See example
|
REPLAY_10
The av:replay-10 icon.See example
|
REPLAY_30
The av:replay-30 icon.See example
|
REPLAY_5
The av:replay-5 icon.See example
|
SHUFFLE
The av:shuffle icon.See example
|
SKIP_NEXT
The av:skip-next icon.See example
|
SKIP_PREVIOUS
The av:skip-previous icon.See example
|
SLOW_MOTION_VIDEO
The av:slow-motion-video icon.See example
|
SNOOZE
The av:snooze icon.See example
|
SORT_BY_ALPHA
The av:sort-by-alpha icon.See example
|
STOP
The av:stop icon.See example
|
SUBSCRIPTIONS
The av:subscriptions icon.See example
|
SUBTITLES
The av:subtitles icon.See example
|
SURROUND_SOUND
The av:surround-sound icon.See example
|
VIDEO_CALL
The av:video-call icon.See example
|
VIDEO_LABEL
The av:video-label icon.See example
|
VIDEO_LIBRARY
The av:video-library icon.See example
|
VIDEOCAM
The av:videocam icon.See example
|
VIDEOCAM_OFF
The av:videocam-off icon.See example
|
VOLUME_DOWN
The av:volume-down icon.See example
|
VOLUME_MUTE
The av:volume-mute icon.See example
|
VOLUME_OFF
The av:volume-off icon.See example
|
VOLUME_UP
The av:volume-up icon.See example
|
WEB
The av:web icon.See example
|
WEB_ASSET
The av:web-asset icon.See example
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ICONSET
The Iconset name, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
AvIcons.Icon |
create()
Create a new
IronIcon instance with the icon determined by the name. |
AvIcons.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 AvIcons |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvIcons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvIcons BRANDING_WATERMARK
public static final AvIcons FEATURED_PLAY_LIST
public static final AvIcons FIBER_MANUAL_RECORD
public static final AvIcons FIBER_SMART_RECORD
public static final AvIcons PAUSE_CIRCLE_FILLED
public static final AvIcons PAUSE_CIRCLE_OUTLINE
public static final AvIcons PLAY_CIRCLE_FILLED
public static final AvIcons PLAY_CIRCLE_OUTLINE
public static final AvIcons PLAYLIST_ADD_CHECK
public static final AvIcons REMOVE_FROM_QUEUE
public static final AvIcons SLOW_MOTION_VIDEO
public static final String ICONSET
"av"."public static AvIcons[] values()
for (AvIcons c : AvIcons.values()) System.out.println(c);
public static AvIcons 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"av:name"..public AvIcons.Icon create()
IronIcon instance with the icon determined by the name.create in interface IronIconEnumIronIcon componentpublic AvIcons.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.