org.jboss.errai.workspaces.client.protocols
Enum LayoutCommands
java.lang.Object
java.lang.Enum<LayoutCommands>
org.jboss.errai.workspaces.client.protocols.LayoutCommands
- All Implemented Interfaces:
- Serializable, Comparable<LayoutCommands>
public enum LayoutCommands
- extends Enum<LayoutCommands>
OpenNewTab
public static final LayoutCommands OpenNewTab
CloseTab
public static final LayoutCommands CloseTab
RegisterWorkspaceEnvironment
public static final LayoutCommands RegisterWorkspaceEnvironment
RegisterToolSet
public static final LayoutCommands RegisterToolSet
GetWidget
public static final LayoutCommands GetWidget
DisposeWidget
public static final LayoutCommands DisposeWidget
PublishTool
public static final LayoutCommands PublishTool
ActivateTool
public static final LayoutCommands ActivateTool
GetActiveWidgets
public static final LayoutCommands GetActiveWidgets
SizeHints
public static final LayoutCommands SizeHints
Initialize
public static final LayoutCommands Initialize
GetInstances
public static final LayoutCommands GetInstances
values
public static LayoutCommands[] 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 (LayoutCommands c : LayoutCommands.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static LayoutCommands 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
getSubject
public String getSubject()
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.