public enum EditorIcons extends Enum<EditorIcons> 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 |
EditorIcons.Icon
Server side component for
EditorIcons |
| Enum Constant and Description |
|---|
ATTACH_FILE
The editor:attach-file icon.See example
|
ATTACH_MONEY
The editor:attach-money icon.See example
|
BORDER_ALL
The editor:border-all icon.See example
|
BORDER_BOTTOM
The editor:border-bottom icon.See example
|
BORDER_CLEAR
The editor:border-clear icon.See example
|
BORDER_COLOR
The editor:border-color icon.See example
|
BORDER_HORIZONTAL
The editor:border-horizontal icon.See example
|
BORDER_INNER
The editor:border-inner icon.See example
|
BORDER_LEFT
The editor:border-left icon.See example
|
BORDER_OUTER
The editor:border-outer icon.See example
|
BORDER_RIGHT
The editor:border-right icon.See example
|
BORDER_STYLE
The editor:border-style icon.See example
|
BORDER_TOP
The editor:border-top icon.See example
|
BORDER_VERTICAL
The editor:border-vertical icon.See example
|
BUBBLE_CHART
The editor:bubble-chart icon.See example
|
DRAG_HANDLE
The editor:drag-handle icon.See example
|
FORMAT_ALIGN_CENTER
The editor:format-align-center icon.See example
|
FORMAT_ALIGN_JUSTIFY
The editor:format-align-justify icon.See example
|
FORMAT_ALIGN_LEFT
The editor:format-align-left icon.See example
|
FORMAT_ALIGN_RIGHT
The editor:format-align-right icon.See example
|
FORMAT_BOLD
The editor:format-bold icon.See example
|
FORMAT_CLEAR
The editor:format-clear icon.See example
|
FORMAT_COLOR_FILL
The editor:format-color-fill icon.See example
|
FORMAT_COLOR_RESET
The editor:format-color-reset icon.See example
|
FORMAT_COLOR_TEXT
The editor:format-color-text icon.See example
|
FORMAT_INDENT_DECREASE
The editor:format-indent-decrease icon.See example
|
FORMAT_INDENT_INCREASE
The editor:format-indent-increase icon.See example
|
FORMAT_ITALIC
The editor:format-italic icon.See example
|
FORMAT_LINE_SPACING
The editor:format-line-spacing icon.See example
|
FORMAT_LIST_BULLETED
The editor:format-list-bulleted icon.See example
|
FORMAT_LIST_NUMBERED
The editor:format-list-numbered icon.See example
|
FORMAT_PAINT
The editor:format-paint icon.See example
|
FORMAT_QUOTE
The editor:format-quote icon.See example
|
FORMAT_SHAPES
The editor:format-shapes icon.See example
|
FORMAT_SIZE
The editor:format-size icon.See example
|
FORMAT_STRIKETHROUGH
The editor:format-strikethrough icon.See example
|
FORMAT_TEXTDIRECTION_L_TO_R
The editor:format-textdirection-l-to-r icon.See example
|
FORMAT_TEXTDIRECTION_R_TO_L
The editor:format-textdirection-r-to-l icon.See example
|
FORMAT_UNDERLINED
The editor:format-underlined icon.See example
|
FUNCTIONS
The editor:functions icon.See example
|
HIGHLIGHT
The editor:highlight icon.See example
|
INSERT_CHART
The editor:insert-chart icon.See example
|
INSERT_COMMENT
The editor:insert-comment icon.See example
|
INSERT_DRIVE_FILE
The editor:insert-drive-file icon.See example
|
INSERT_EMOTICON
The editor:insert-emoticon icon.See example
|
INSERT_INVITATION
The editor:insert-invitation icon.See example
|
INSERT_LINK
The editor:insert-link icon.See example
|
INSERT_PHOTO
The editor:insert-photo icon.See example
|
LINEAR_SCALE
The editor:linear-scale icon.See example
|
MERGE_TYPE
The editor:merge-type icon.See example
|
MODE_COMMENT
The editor:mode-comment icon.See example
|
MODE_EDIT
The editor:mode-edit icon.See example
|
MONETIZATION_ON
The editor:monetization-on icon.See example
|
MONEY_OFF
The editor:money-off icon.See example
|
MULTILINE_CHART
The editor:multiline-chart icon.See example
|
PIE_CHART
The editor:pie-chart icon.See example
|
PIE_CHART_OUTLINED
The editor:pie-chart-outlined icon.See example
|
PUBLISH
The editor:publish icon.See example
|
SHORT_TEXT
The editor:short-text icon.See example
|
SHOW_CHART
The editor:show-chart icon.See example
|
SPACE_BAR
The editor:space-bar icon.See example
|
STRIKETHROUGH_S
The editor:strikethrough-s icon.See example
|
TEXT_FIELDS
The editor:text-fields icon.See example
|
TITLE
The editor:title icon.See example
|
VERTICAL_ALIGN_BOTTOM
The editor:vertical-align-bottom icon.See example
|
VERTICAL_ALIGN_CENTER
The editor:vertical-align-center icon.See example
|
VERTICAL_ALIGN_TOP
The editor:vertical-align-top icon.See example
|
WRAP_TEXT
The editor:wrap-text icon.See example
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ICONSET
The Iconset name, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
EditorIcons.Icon |
create()
Create a new
IronIcon instance with the icon determined by the name. |
EditorIcons.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 EditorIcons |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditorIcons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorIcons ATTACH_FILE
public static final EditorIcons ATTACH_MONEY
public static final EditorIcons BORDER_ALL
public static final EditorIcons BORDER_BOTTOM
public static final EditorIcons BORDER_CLEAR
public static final EditorIcons BORDER_COLOR
public static final EditorIcons BORDER_HORIZONTAL
public static final EditorIcons BORDER_INNER
public static final EditorIcons BORDER_LEFT
public static final EditorIcons BORDER_OUTER
public static final EditorIcons BORDER_RIGHT
public static final EditorIcons BORDER_STYLE
public static final EditorIcons BORDER_TOP
public static final EditorIcons BORDER_VERTICAL
public static final EditorIcons BUBBLE_CHART
public static final EditorIcons DRAG_HANDLE
public static final EditorIcons FORMAT_ALIGN_CENTER
public static final EditorIcons FORMAT_ALIGN_JUSTIFY
public static final EditorIcons FORMAT_ALIGN_LEFT
public static final EditorIcons FORMAT_ALIGN_RIGHT
public static final EditorIcons FORMAT_BOLD
public static final EditorIcons FORMAT_CLEAR
public static final EditorIcons FORMAT_COLOR_FILL
public static final EditorIcons FORMAT_COLOR_RESET
public static final EditorIcons FORMAT_COLOR_TEXT
public static final EditorIcons FORMAT_INDENT_DECREASE
public static final EditorIcons FORMAT_INDENT_INCREASE
public static final EditorIcons FORMAT_ITALIC
public static final EditorIcons FORMAT_LINE_SPACING
public static final EditorIcons FORMAT_LIST_BULLETED
public static final EditorIcons FORMAT_LIST_NUMBERED
public static final EditorIcons FORMAT_PAINT
public static final EditorIcons FORMAT_QUOTE
public static final EditorIcons FORMAT_SHAPES
public static final EditorIcons FORMAT_SIZE
public static final EditorIcons FORMAT_STRIKETHROUGH
public static final EditorIcons FORMAT_TEXTDIRECTION_L_TO_R
public static final EditorIcons FORMAT_TEXTDIRECTION_R_TO_L
public static final EditorIcons FORMAT_UNDERLINED
public static final EditorIcons FUNCTIONS
public static final EditorIcons HIGHLIGHT
public static final EditorIcons INSERT_CHART
public static final EditorIcons INSERT_COMMENT
public static final EditorIcons INSERT_DRIVE_FILE
public static final EditorIcons INSERT_EMOTICON
public static final EditorIcons INSERT_INVITATION
public static final EditorIcons INSERT_LINK
public static final EditorIcons INSERT_PHOTO
public static final EditorIcons LINEAR_SCALE
public static final EditorIcons MERGE_TYPE
public static final EditorIcons MODE_COMMENT
public static final EditorIcons MODE_EDIT
public static final EditorIcons MONETIZATION_ON
public static final EditorIcons MONEY_OFF
public static final EditorIcons MULTILINE_CHART
public static final EditorIcons PIE_CHART
public static final EditorIcons PIE_CHART_OUTLINED
public static final EditorIcons PUBLISH
public static final EditorIcons SHORT_TEXT
public static final EditorIcons SHOW_CHART
public static final EditorIcons SPACE_BAR
public static final EditorIcons STRIKETHROUGH_S
public static final EditorIcons TEXT_FIELDS
public static final EditorIcons TITLE
public static final EditorIcons VERTICAL_ALIGN_BOTTOM
public static final EditorIcons VERTICAL_ALIGN_CENTER
public static final EditorIcons VERTICAL_ALIGN_TOP
public static final EditorIcons WRAP_TEXT
public static final String ICONSET
"editor"."public static EditorIcons[] values()
for (EditorIcons c : EditorIcons.values()) System.out.println(c);
public static EditorIcons 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"editor:name"..public EditorIcons.Icon create()
IronIcon instance with the icon determined by the name.create in interface IronIconEnumIronIcon componentpublic EditorIcons.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.