public enum EditorOtherButton extends Enum<EditorOtherButton> implements EditorButton
Modifier and Type | Method and Description |
---|---|
String |
getCSSClassName() |
String |
toString() |
static EditorOtherButton |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditorOtherButton[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorOtherButton SAVE
public static final EditorOtherButton NEW_PAGE
public static final EditorOtherButton PREVIEW
public static final EditorOtherButton PRINT
public static final EditorOtherButton TEMPLATES
public static final EditorOtherButton CUT
public static final EditorOtherButton COPY
public static final EditorOtherButton PASTE
public static final EditorOtherButton PASTE_AS_PLAIN_TEXT
public static final EditorOtherButton PASTE_FROM_WORD
public static final EditorOtherButton UNDO
public static final EditorOtherButton REDO
public static final EditorOtherButton FIND
public static final EditorOtherButton REPLACE
public static final EditorOtherButton SELECT_ALL
public static final EditorOtherButton CHECK_SPELLING
public static final EditorOtherButton FORM
public static final EditorOtherButton CHECKBOX
public static final EditorOtherButton RADIO_BUTTON
public static final EditorOtherButton TEXT_FIELD
public static final EditorOtherButton TEXT_AREA
public static final EditorOtherButton SELECTION_FIELD
public static final EditorOtherButton BUTTON
public static final EditorOtherButton IMAGE_BUTTON
public static final EditorOtherButton HIDDEN_FIELD
public static final EditorOtherButton REMOVE_FORMAT
public static final EditorOtherButton DECREASE_INDENT
public static final EditorOtherButton INCREASE_INDENT
public static final EditorOtherButton CREATE_DIV
public static final EditorOtherButton LINK
public static final EditorOtherButton UNLINK
public static final EditorOtherButton ANCHOR
public static final EditorOtherButton IMAGE
public static final EditorOtherButton FLASH
public static final EditorOtherButton TABLE
public static final EditorOtherButton INSERT_HORIZONTAL_RULE
public static final EditorOtherButton SMILEY
public static final EditorOtherButton INSERT_SPECIAL_CHARACTER
public static final EditorOtherButton INSERT_PAGE_BREAK_FOR_PRINTING
public static final EditorOtherButton IFRAME
public static final EditorOtherButton ABOUT_CKE_EDITOR
public static EditorOtherButton[] values()
for (EditorOtherButton c : EditorOtherButton.values()) System.out.println(c);
public static EditorOtherButton 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 toString()
toString
in class Enum<EditorOtherButton>
public String getCSSClassName()
getCSSClassName
in interface EditorButton
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.