com.adobe.livecycle.formsservice.client
Class FormModel

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

public final class FormModel
extends java.lang.Enum

Specifies the location of where an HTML form is processed. This enum value is passed to the HTMLRenderSpec object's setFormModel method.

See Also:
setFormModel(), Serialized Form

Field Summary
static FormModel auto
          The 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

auto

public static final FormModel auto
The Forms service determines where the form is rendered.


server

public static final FormModel server
Specifies that the form is rendered on the server.


client

public static final FormModel client
Specifies that the form is rendered on the client.


both

public static final FormModel both
Specifies that the form is rendered on both the server and the client.

Method Detail

values

public static FormModel[] values()

valueOf

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

getDisplayName

public static java.lang.String getDisplayName(FormModel someFormModel)
Returns the display name for the property sheet



[an error occurred while processing this directive] [an error occurred while processing this directive]