de.espirit.firstspirit.client.gui.applications
Enum BrowserNodeHandlerBuilder.SelectionMode

java.lang.Object
  extended by java.lang.Enum<BrowserNodeHandlerBuilder.SelectionMode>
      extended by de.espirit.firstspirit.client.gui.applications.BrowserNodeHandlerBuilder.SelectionMode
All Implemented Interfaces:
Serializable, Comparable<BrowserNodeHandlerBuilder.SelectionMode>
Enclosing interface:
BrowserNodeHandlerBuilder<N>

public static enum BrowserNodeHandlerBuilder.SelectionMode
extends Enum<BrowserNodeHandlerBuilder.SelectionMode>

Selection mode for the registered nodes

Since:
4.2.426

Enum Constant Summary
MULTI
          Multiple nodes can be selected at once.
NONE
          No node can be selected.
SINGLE
          Only one node can be selected at once.
 
Method Summary
static BrowserNodeHandlerBuilder.SelectionMode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BrowserNodeHandlerBuilder.SelectionMode[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

MULTI

public static final BrowserNodeHandlerBuilder.SelectionMode MULTI
Multiple nodes can be selected at once.

Since:
4.2.426

SINGLE

public static final BrowserNodeHandlerBuilder.SelectionMode SINGLE
Only one node can be selected at once.

Since:
4.2.426

NONE

public static final BrowserNodeHandlerBuilder.SelectionMode NONE
No node can be selected. For action handling the related event targets would be used.

Since:
4.2.426
Method Detail

values

public static final BrowserNodeHandlerBuilder.SelectionMode[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(BrowserNodeHandlerBuilder.SelectionMode c : BrowserNodeHandlerBuilder.SelectionMode.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static BrowserNodeHandlerBuilder.SelectionMode 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


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480