com.atlassian.confluence.pageobjects.component.editor.toolbars
Enum InsertDropdownMenu.InsertItem

java.lang.Object
  extended by java.lang.Enum<InsertDropdownMenu.InsertItem>
      extended by com.atlassian.confluence.pageobjects.component.editor.toolbars.InsertDropdownMenu.InsertItem
All Implemented Interfaces:
Serializable, Comparable<InsertDropdownMenu.InsertItem>
Enclosing class:
InsertDropdownMenu

public static enum InsertDropdownMenu.InsertItem
extends Enum<InsertDropdownMenu.InsertItem>


Enum Constant Summary
EMOTICON
           
HORIZONTAL_RULE
           
IMAGE
           
LINK
           
MACRO
           
SYMBOL
           
TASK_LIST
           
WIKI_MARKUP
           
 
Method Summary
 String getId()
           
static InsertDropdownMenu.InsertItem valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InsertDropdownMenu.InsertItem[] 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

SYMBOL

public static final InsertDropdownMenu.InsertItem SYMBOL

EMOTICON

public static final InsertDropdownMenu.InsertItem EMOTICON

TASK_LIST

public static final InsertDropdownMenu.InsertItem TASK_LIST

MACRO

public static final InsertDropdownMenu.InsertItem MACRO

WIKI_MARKUP

public static final InsertDropdownMenu.InsertItem WIKI_MARKUP

LINK

public static final InsertDropdownMenu.InsertItem LINK

IMAGE

public static final InsertDropdownMenu.InsertItem IMAGE

HORIZONTAL_RULE

public static final InsertDropdownMenu.InsertItem HORIZONTAL_RULE
Method Detail

values

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

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

valueOf

public static InsertDropdownMenu.InsertItem 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

getId

public String getId()


Copyright © 2003–2015 Atlassian. All rights reserved.