|
|||||||||
| 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.FormModel
public final class FormModel
Specifies the location of where an HTML form is processed.
This enum value is passed to the HTMLRenderSpec object's setFormModel method.
setFormModel(),
Serialized Form| Field Summary | |
|---|---|
static FormModel |
auto
The PDF forms service determines where the form is rendered. |
static FormModel |
both
Specifies that the form is rendered on both the server and the client. |
static FormModel |
client
Specifies that the form is rendered on the client. |
static FormModel |
server
Specifies that the form is rendered on the server. |
| Method Summary | |
|---|---|
static java.lang.String |
getDisplayName(FormModel someFormModel)
Returns the display name for the property sheet |
static FormModel |
valueOf(java.lang.String name)
|
static FormModel[] |
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 FormModel auto
public static final FormModel server
public static final FormModel client
public static final FormModel both
| Method Detail |
|---|
public static FormModel[] values()
public static FormModel valueOf(java.lang.String name)
public static java.lang.String getDisplayName(FormModel someFormModel)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||