Package org.opencms.gwt.client.ui
Enum I_CmsButton.ButtonData
- All Implemented Interfaces:
Serializable
,Comparable<I_CmsButton.ButtonData>
,java.lang.constant.Constable
- Enclosing interface:
- I_CmsButton
Available button icons.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionShows formerly hidden elements.Toolbar button.Toolbar button.Toolbar button.Toolbar button.Toolbar button.Toolbar button.Toolbar button.Toolbar button.Toolbar button.Toolbar button.Inherited element button.The list manager button.Toolbar button.Toolbar button.Toolbar button.Toolbar button.Toolbar button.Toolbar button.Toolbar button.Toolbar button.Toolbar button.Toolbar button. -
Method Summary
Modifier and TypeMethodDescriptionReturns the CSS class name.Returns the icon class for small icons of 20x20.getTitle()
Returns the title.static I_CmsButton.ButtonData
Returns the enum constant of this type with the specified name.static I_CmsButton.ButtonData[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ADD
Shows formerly hidden elements. -
ADD_TO_FAVORITES
Toolbar button. -
BACK
Toolbar button. -
BOOKMARKS_BUTTON
Toolbar button. -
CLIPBOARD_BUTTON
Toolbar button. -
CONTEXT
Toolbar button. -
COPY_LOCALE_BUTTON
Toolbar button. -
EDIT
Toolbar button. -
ELEMENT_INFO
Toolbar button. -
GALLERY_BUTTON
Toolbar button. -
INFO_BUTTON
Toolbar button. -
INHERITED
Inherited element button. -
LIST
The list manager button. -
MOVE
Toolbar button. -
PUBLISH_BUTTON
Toolbar button. -
REMOVE
Toolbar button. -
RESET_BUTTON
Toolbar button. -
SAVE_BUTTON
Toolbar button. -
SELECTION
Toolbar button. -
SETTINGS_BUTTON
Toolbar button. -
SITEMAP_BUTTON
Toolbar button. -
TOGGLE_HELP
Toolbar button. -
WAND_BUTTON
Toolbar button.
-
-
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
-
getIconClass
Returns the CSS class name.- Returns:
- the CSS class name
-
getSmallIconClass
Returns the icon class for small icons of 20x20.- Returns:
- the small icon class
-
getTitle
Returns the title.- Returns:
- the title
-