Package org.opencms.gwt.client.ui
Enum FontOpenCms
- All Implemented Interfaces:
Serializable
,Comparable<FontOpenCms>
,java.lang.constant.Constable
OpenCms font icons.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe apps icon.The brackets icon.The circle icon.The circle cancel icon.The circle check icon.The circle help icon.The circle info icon.The circle invert icon.The circle invert cancel icon.The circle invert check icon.The circle invert minus icon.The circle invert pause icon.The circle invert play icon.The circle invert plus icon.The circle minus icon.The circle pause icon.The circle play icon.The circle plus icon.The clipboard icon.The context menu icon.The context menu dots icon.The copy locale icon.The bulls eye edit icon.The disabled bulls eye edit icon.The error icon.The exit icon.The filter icon.The gallery icon.The help icon.The disabled help icon.The hide icon.The highlight icon.The info icon.The invisible chars icon.The pen/edit icon.The publish icon.The redo icon.The remove locale icon.The save icon.The save and exit icon.The search icon.The search replace icon.The settings icon.The show icon.The sitemap icon.The undo icon.The upload icon.The wand icon.The warning icon.The wrap lines icon. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the code point.Formats the code point as an HTML entity.Returns the font family.getHtml
(int size) Returns the icon HTML.Returns the icon HTML.com.google.gwt.user.client.ui.HTML
getWidget
(int size) Returns the icon widget.com.google.gwt.user.client.ui.HTML
Returns the icon widget.static FontOpenCms
Returns the enum constant of this type with the specified name.static FontOpenCms[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
APPS
The apps icon. -
BRACKETS
The brackets icon. -
CIRCLE
The circle icon. -
CIRCLE_CANCEL
The circle cancel icon. -
CIRCLE_CHECK
The circle check icon. -
CIRCLE_INFO
The circle info icon. -
CIRCLE_INV
The circle invert icon. -
CIRCLE_INV_CANCEL
The circle invert cancel icon. -
CIRCLE_INV_CHECK
The circle invert check icon. -
CIRCLE_INV_MINUS
The circle invert minus icon. -
CIRCLE_INV_PAUSE
The circle invert pause icon. -
CIRCLE_INV_PLAY
The circle invert play icon. -
CIRCLE_INV_PLUS
The circle invert plus icon. -
CIRCLE_MINUS
The circle minus icon. -
CIRCLE_PAUSE
The circle pause icon. -
CIRCLE_PLAY
The circle play icon. -
CIRCLE_PLUS
The circle plus icon. -
CIRCLE_HELP
The circle help icon. -
CLIPBOARD
The clipboard icon. -
CONTEXT_MENU
The context menu icon. -
CONTEXT_MENU_DOTS
The context menu dots icon. -
COPY_LOCALE
The copy locale icon. -
EDIT_POINT
The bulls eye edit icon. -
EDIT_POINT_DISABLED
The disabled bulls eye edit icon. -
ERROR
The error icon. -
EXIT
The exit icon. -
FILTER
The filter icon. -
GALLERY
The gallery icon. -
HELP
The help icon. -
HELP_DISABLED
The disabled help icon. -
HIDE
The hide icon. -
HIGHLIGHT
The highlight icon. -
INFO
The info icon. -
INVISIBLE_CHARS
The invisible chars icon. -
PEN
The pen/edit icon. -
PUBLISH
The publish icon. -
REDO
The redo icon. -
REMOVE_LOCALE
The remove locale icon. -
SAVE
The save icon. -
SAVE_EXIT
The save and exit icon. -
SEARCH
The search icon. -
SEARCH_REPLACE
The search replace icon. -
SETTINGS
The settings icon. -
SHOW
The show icon. -
SITEMAP
The sitemap icon. -
UNDO
The undo icon. -
UPLOAD
The upload icon. -
WAND
The wand icon. -
WARNING
The warning icon. -
WRAP_LINES
The wrap lines icon.
-
-
Field Details
-
FONT_ICON_CLASS
The font icon CSS class.- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getCodePoint
Gets the code point.- Returns:
- the code point
-
getCodePointEntity
Formats the code point as an HTML entity.- Returns:
- the code point as an HTML entity
-
getFontFamily
Returns the font family.- Returns:
- the font family
-
getHtml
Returns the icon HTML.- Parameters:
size
- the icon size- Returns:
- the icon HTML
-
getHtml
Returns the icon HTML.- Parameters:
size
- the icon sizecolor
- the icon color- Returns:
- the icon HTML
-
getWidget
Returns the icon widget.- Parameters:
size
- the icon size- Returns:
- the icon widget
-
getWidget
Returns the icon widget.- Parameters:
size
- the icon sizecolor
- the icon color- Returns:
- the icon widget
-