com.ebmwebsourcing.geasytools.webeditor.impl.client.component.menu
Enum DefaultMenuItemActions
java.lang.Object
java.lang.Enum<DefaultMenuItemActions>
com.ebmwebsourcing.geasytools.webeditor.impl.client.component.menu.DefaultMenuItemActions
- All Implemented Interfaces:
- com.ebmwebsourcing.geasytools.webeditor.api.components.menu.IMenuItemAction, java.io.Serializable, java.lang.Comparable<DefaultMenuItemActions>
public enum DefaultMenuItemActions
- extends java.lang.Enum<DefaultMenuItemActions>
- implements com.ebmwebsourcing.geasytools.webeditor.api.components.menu.IMenuItemAction
|
Method Summary |
com.ebmwebsourcing.geasytools.webeditor.api.components.menu.IMenuItemActionCategory |
getCategory()
|
com.ebmwebsourcing.geasytools.webeditor.api.components.menu.IMenuItemActionType |
getType()
|
static DefaultMenuItemActions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DefaultMenuItemActions[] |
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 |
DELETE
public static final DefaultMenuItemActions DELETE
COPY
public static final DefaultMenuItemActions COPY
PASTE
public static final DefaultMenuItemActions PASTE
VALIDATE
public static final DefaultMenuItemActions VALIDATE
values
public static DefaultMenuItemActions[] 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 (DefaultMenuItemActions c : DefaultMenuItemActions.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DefaultMenuItemActions valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
getCategory
public com.ebmwebsourcing.geasytools.webeditor.api.components.menu.IMenuItemActionCategory getCategory()
- Specified by:
getCategory in interface com.ebmwebsourcing.geasytools.webeditor.api.components.menu.IMenuItemAction
getType
public com.ebmwebsourcing.geasytools.webeditor.api.components.menu.IMenuItemActionType getType()
- Specified by:
getType in interface com.ebmwebsourcing.geasytools.webeditor.api.components.menu.IMenuItemAction
Copyright © 2010-2011 Petals Link. All Rights Reserved.