|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.adobe.livecycle.formsservice.client.OutputType
public final class OutputType
The output type value that specifies how a form that is rendered as HTML is displayed.
This
enum value is passed to the HTMLRenderSpec object's setOutputType 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.
setOutputType(),
Serialized Form| Field Summary | |
|---|---|
static OutputType |
BodyTags
The HTML form is rendered within body tags (not a complete HTML page). |
static OutputType |
FullHTMLTags
The HTML form is rendered within full HTML tags (a complete HTML page). |
| Method Summary | |
|---|---|
int |
getValue()
Specifies the output type. |
static OutputType |
valueOf(java.lang.String name)
|
static OutputType[] |
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 OutputType FullHTMLTags
public static final OutputType BodyTags
| Method Detail |
|---|
public static OutputType[] values()
public static OutputType valueOf(java.lang.String name)
public int getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||