com.atlassian.confluence.selenium.client
Enum TinyMce.SimpleToolbarButton

java.lang.Object
  extended by java.lang.Enum<TinyMce.SimpleToolbarButton>
      extended by com.atlassian.confluence.selenium.client.TinyMce.SimpleToolbarButton
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TinyMce.SimpleToolbarButton>
Enclosing class:
TinyMce

public static enum TinyMce.SimpleToolbarButton
extends java.lang.Enum<TinyMce.SimpleToolbarButton>


Enum Constant Summary
BOLD
           
BULLETLIST
           
INDENT
           
ITALIC
           
NUMBEREDLIST
           
OUTDENT
           
REDO
           
STRIKETHROUGH
           
TOGGLE_CONTEXT_MENU
           
UNDERLINE
           
UNDO
           
 
Method Summary
 java.lang.String getId()
           
static TinyMce.SimpleToolbarButton valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TinyMce.SimpleToolbarButton[] 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

BOLD

public static final TinyMce.SimpleToolbarButton BOLD

ITALIC

public static final TinyMce.SimpleToolbarButton ITALIC

UNDERLINE

public static final TinyMce.SimpleToolbarButton UNDERLINE

STRIKETHROUGH

public static final TinyMce.SimpleToolbarButton STRIKETHROUGH

BULLETLIST

public static final TinyMce.SimpleToolbarButton BULLETLIST

NUMBEREDLIST

public static final TinyMce.SimpleToolbarButton NUMBEREDLIST

INDENT

public static final TinyMce.SimpleToolbarButton INDENT

OUTDENT

public static final TinyMce.SimpleToolbarButton OUTDENT

UNDO

public static final TinyMce.SimpleToolbarButton UNDO

REDO

public static final TinyMce.SimpleToolbarButton REDO

TOGGLE_CONTEXT_MENU

public static final TinyMce.SimpleToolbarButton TOGGLE_CONTEXT_MENU
Method Detail

values

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

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

valueOf

public static TinyMce.SimpleToolbarButton 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

getId

public java.lang.String getId()


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.