com.atlassian.confluence.pageobjects.component.editor.toolbars
Enum EditorMainToolbar.SimpleButton
java.lang.Object
java.lang.Enum<EditorMainToolbar.SimpleButton>
com.atlassian.confluence.pageobjects.component.editor.toolbars.EditorMainToolbar.SimpleButton
- All Implemented Interfaces:
- Serializable, Comparable<EditorMainToolbar.SimpleButton>
- Enclosing class:
- EditorMainToolbar
public static enum EditorMainToolbar.SimpleButton
- extends Enum<EditorMainToolbar.SimpleButton>
BOLD
public static final EditorMainToolbar.SimpleButton BOLD
ITALIC
public static final EditorMainToolbar.SimpleButton ITALIC
UNDERLINE
public static final EditorMainToolbar.SimpleButton UNDERLINE
BULLETLIST
public static final EditorMainToolbar.SimpleButton BULLETLIST
NUMBEREDLIST
public static final EditorMainToolbar.SimpleButton NUMBEREDLIST
INLINE_TASKS
public static final EditorMainToolbar.SimpleButton INLINE_TASKS
INDENT
public static final EditorMainToolbar.SimpleButton INDENT
OUTDENT
public static final EditorMainToolbar.SimpleButton OUTDENT
ALIGN_LEFT
public static final EditorMainToolbar.SimpleButton ALIGN_LEFT
ALIGN_CENTER
public static final EditorMainToolbar.SimpleButton ALIGN_CENTER
ALIGN_RIGHT
public static final EditorMainToolbar.SimpleButton ALIGN_RIGHT
UNDO
public static final EditorMainToolbar.SimpleButton UNDO
REDO
public static final EditorMainToolbar.SimpleButton REDO
LINK
public static final EditorMainToolbar.SimpleButton LINK
FORMAT_DROPDOWN
public static final EditorMainToolbar.SimpleButton FORMAT_DROPDOWN
COLOR_SELECTOR_BUTTON
public static final EditorMainToolbar.SimpleButton COLOR_SELECTOR_BUTTON
COLOR_BUTTON
public static final EditorMainToolbar.SimpleButton COLOR_BUTTON
INSERT_DROPDOWN
public static final EditorMainToolbar.SimpleButton INSERT_DROPDOWN
HELP
public static final EditorMainToolbar.SimpleButton HELP
MORE
public static final EditorMainToolbar.SimpleButton MORE
values
public static EditorMainToolbar.SimpleButton[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (EditorMainToolbar.SimpleButton c : EditorMainToolbar.SimpleButton.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EditorMainToolbar.SimpleButton valueOf(String name)
- 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 name
NullPointerException - if the argument is null
getId
public String getId()
Copyright © 2003–2015 Atlassian. All rights reserved.