|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EditorBehavior.MenuCommands>
org.efaps.ui.wicket.behaviors.dojo.EditorBehavior.MenuCommands
public static enum EditorBehavior.MenuCommands
Enum for the different MenuCommands of a dojo Editor.
| Enum Constant Summary | |
|---|---|
BOLD
bold. |
|
COPY
paste. |
|
CREATELINK
createLink. |
|
CUT
cut. |
|
DELETE
delete. |
|
HR
insertHorizontalRule. |
|
INDENT
indent. |
|
ITALIC
italic. |
|
JUSTIFYCENTER
justifyCenter. |
|
JUSTIFYFULL
justifyFull. |
|
JUSTIFYLEFT
justifyLeft. |
|
JUSTIFYRIGHT
justifyRight. |
|
ORDEREDLIST
insertOrderedList. |
|
OUTENT
outdent. |
|
PASTE
paste. |
|
REDO
redo. |
|
REMOVEFORMAT
removeFormat. |
|
SELECTALL
selectAll. |
|
SEPERATOR
|. |
|
STRIKETHROUGH
strikethrough. |
|
SUBSRCIPT
subscript. |
|
SUPERSCRIPT
superscript. |
|
UNDERLINE
underline. |
|
UNDO
undo. |
|
UNLINK
unlink. |
|
UNORDERLIST
insertUnorderedList. |
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
Getter method for instance variable key. |
static EditorBehavior.MenuCommands |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EditorBehavior.MenuCommands[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EditorBehavior.MenuCommands UNDO
public static final EditorBehavior.MenuCommands REDO
public static final EditorBehavior.MenuCommands CUT
public static final EditorBehavior.MenuCommands COPY
public static final EditorBehavior.MenuCommands PASTE
public static final EditorBehavior.MenuCommands SELECTALL
public static final EditorBehavior.MenuCommands BOLD
public static final EditorBehavior.MenuCommands ITALIC
public static final EditorBehavior.MenuCommands UNDERLINE
public static final EditorBehavior.MenuCommands STRIKETHROUGH
public static final EditorBehavior.MenuCommands SUBSRCIPT
public static final EditorBehavior.MenuCommands SUPERSCRIPT
public static final EditorBehavior.MenuCommands REMOVEFORMAT
public static final EditorBehavior.MenuCommands ORDEREDLIST
public static final EditorBehavior.MenuCommands UNORDERLIST
public static final EditorBehavior.MenuCommands HR
public static final EditorBehavior.MenuCommands INDENT
public static final EditorBehavior.MenuCommands OUTENT
public static final EditorBehavior.MenuCommands JUSTIFYLEFT
public static final EditorBehavior.MenuCommands JUSTIFYRIGHT
public static final EditorBehavior.MenuCommands JUSTIFYCENTER
public static final EditorBehavior.MenuCommands JUSTIFYFULL
public static final EditorBehavior.MenuCommands CREATELINK
public static final EditorBehavior.MenuCommands UNLINK
public static final EditorBehavior.MenuCommands DELETE
public static final EditorBehavior.MenuCommands SEPERATOR
| Method Detail |
|---|
public static EditorBehavior.MenuCommands[] values()
for (EditorBehavior.MenuCommands c : EditorBehavior.MenuCommands.values()) System.out.println(c);
public static EditorBehavior.MenuCommands valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getKey()
key.
key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||