com.adobe.livecycle.formsservice.client
Class HTMLToolbar

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.formsservice.client.HTMLToolbar
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class HTMLToolbar
extends java.lang.Enum

Specifies the appearance of an HTML toolbar that is rendered with an HTML form. This enumeration value is passed to the HTMLRenderSpec object's setHTMLToolbar method.

To see this enumeration value used within a code example, see the Rendering an HTML form using the Java API quick start in Programming with Adobe Experience Manager forms.

See Also:
setHTMLToolbar(), Serialized Form

Field Summary
static HTMLToolbar Disabled
          The HTML toolbar is disabled.
static HTMLToolbar Horizontal
          The HTML toolbar appears in a horizontal position.
static HTMLToolbar Vertical
          The HTML toolbar appears in a vertical position.
 
Method Summary
 java.lang.String getValue()
          Returns a string value that specifies the position of the toolbar.
static HTMLToolbar valueOf(java.lang.String name)
           
static HTMLToolbar[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Disabled

public static final HTMLToolbar Disabled
The HTML toolbar is disabled.


Vertical

public static final HTMLToolbar Vertical
The HTML toolbar appears in a vertical position.


Horizontal

public static final HTMLToolbar Horizontal
The HTML toolbar appears in a horizontal position.

Method Detail

values

public static HTMLToolbar[] values()

valueOf

public static HTMLToolbar valueOf(java.lang.String name)

getValue

public java.lang.String getValue()
Returns a string value that specifies the position of the toolbar.

Returns:
A string value that specifies the position of the toolbar.