|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LinkWizard.LinkWizardStep>
org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkWizard.LinkWizardStep
public static enum LinkWizard.LinkWizardStep
Enumeration steps handled by this link wizard.
| Enum Constant Summary | |
|---|---|
ATTACHMENT
The step that selects an attachment. |
|
ATTACHMENT_UPLOAD
The step that uploads a new attachment. |
|
EMAIL
The step that selects an email address. |
|
LINK_CONFIG
The step that configures the link parameters. |
|
LINK_REFERENCE_PARSER
The step that parses the link reference. |
|
LINK_REFERENCE_SERIALIZER
The step that serializes the link reference. |
|
WEB_PAGE
The step that select a web page specified by its URL. |
|
WIKI_PAGE
The step that select a wiki page. |
|
WIKI_PAGE_CREATOR
The step that selects a new wiki page. |
|
| Method Summary | |
|---|---|
static LinkWizard.LinkWizardStep |
valueOf(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 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 LinkWizard.LinkWizardStep LINK_REFERENCE_PARSER
public static final LinkWizard.LinkWizardStep WIKI_PAGE
public static final LinkWizard.LinkWizardStep WIKI_PAGE_CREATOR
public static final LinkWizard.LinkWizardStep ATTACHMENT
public static final LinkWizard.LinkWizardStep ATTACHMENT_UPLOAD
public static final LinkWizard.LinkWizardStep WEB_PAGE
public static final LinkWizard.LinkWizardStep EMAIL
public static final LinkWizard.LinkWizardStep LINK_CONFIG
public static final LinkWizard.LinkWizardStep LINK_REFERENCE_SERIALIZER
| Method Detail |
|---|
public static LinkWizard.LinkWizardStep[] values()
for (LinkWizard.LinkWizardStep c : LinkWizard.LinkWizardStep.values()) System.out.println(c);
public static LinkWizard.LinkWizardStep valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||