|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Enum com.adobe.livecycle.formsservice.client.HTMLToolbar
public final class HTMLToolbar
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.
setHTMLToolbar()
,
Serialized FormField 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 |
---|
public static final HTMLToolbar Disabled
public static final HTMLToolbar Vertical
public static final HTMLToolbar Horizontal
Method Detail |
---|
public static HTMLToolbar[] values()
public static HTMLToolbar valueOf(java.lang.String name)
public java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |