org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Enum LinkWizard.LinkWizardStep

java.lang.Object
  extended by java.lang.Enum<LinkWizard.LinkWizardStep>
      extended by org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkWizard.LinkWizardStep
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LinkWizard.LinkWizardStep>
Enclosing class:
LinkWizard

public static enum LinkWizard.LinkWizardStep
extends java.lang.Enum<LinkWizard.LinkWizardStep>

Enumeration steps handled by this link wizard.


Enum Constant Summary
ATTACHMENT
           
ATTACHMENT_UPLOAD
           
EMAIL
           
WEB_PAGE
          Steps managed by this wizard.
WIKI_PAGE
           
WIKI_PAGE_CONFIG
           
WIKI_PAGE_CREATOR
           
 
Method Summary
static LinkWizard.LinkWizardStep valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LinkWizard.LinkWizardStep[] 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

WEB_PAGE

public static final LinkWizard.LinkWizardStep WEB_PAGE
Steps managed by this wizard.


EMAIL

public static final LinkWizard.LinkWizardStep EMAIL

WIKI_PAGE

public static final LinkWizard.LinkWizardStep WIKI_PAGE

WIKI_PAGE_CREATOR

public static final LinkWizard.LinkWizardStep WIKI_PAGE_CREATOR

ATTACHMENT

public static final LinkWizard.LinkWizardStep ATTACHMENT

ATTACHMENT_UPLOAD

public static final LinkWizard.LinkWizardStep ATTACHMENT_UPLOAD

WIKI_PAGE_CONFIG

public static final LinkWizard.LinkWizardStep WIKI_PAGE_CONFIG
Method Detail

values

public static final LinkWizard.LinkWizardStep[] 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(LinkWizard.LinkWizardStep c : LinkWizard.LinkWizardStep.values())
        System.out.println(c);

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

valueOf

public static LinkWizard.LinkWizardStep 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


Copyright © 2004-2010 XWiki. All Rights Reserved.