com.adobe.livecycle.formsservice.client
Class FormPreference

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

public final class FormPreference
extends java.lang.Enum

Represents a transformation type that is specified while rendering a form as HTML. This enumeration value is passed to the FormsServiceClient object's renderHTMLForm method. To see this enumeration value in a code example, see the Rendering an HTML form using the Java API quick start in Programming with LiveCycle ES4.

See Also:
Serialized Form

Field Summary
static FormPreference AccessibleXHTML
          A HTML transformation type for accessible XHTML (an XML-based reformat of HTML that improves development and flexibility).
static FormPreference AHTML
          Deprecated. 
static FormPreference AUTO
          A HTML transformation type where the Forms service determines the best transformation.
static FormPreference Guide
          A PDF transformation type that uses flash-based capability for guiding a user to complete a data capture transaction.
static FormPreference HTML4
          A HTML transformation type that is compatible with older browsers that do not support absolute positioning of HTML elements.
static FormPreference IMAGEREF
          For internal use only.
static FormPreference MSDHTML
          A HTML transformation type that is compatible with dynamic HTML for Internet Explorer 5.0 or later.
static FormPreference NoScriptAccessibleXHTML
          A HTML transformation type for accessible XHTML without a script.
static FormPreference NoScriptXHTML
          Deprecated. 
static FormPreference PDFForm
          A PDF transformation type that renders interactive PDF form compatible with Adobe Acrobat Professional and Acrobat Standard, version 6.0.2 or later.
static FormPreference PDFFormCC
          For internal use only.
static FormPreference PDFMerge
          A PDF transformation type that merges data into a prerendered PDF form.
static FormPreference StaticHTML
          A HTML transformation type that does not allow users to enter data into fields on the HTML form.
static FormPreference XDPPDFForm
          For internal use only.
static FormPreference XHTML
          Deprecated. 
 
Method Summary
static FormPreference valueOf(java.lang.String name)
           
static FormPreference[] 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 FormPreference AUTO
A HTML transformation type where the Forms service determines the best transformation.


XHTML

@Deprecated
public static final FormPreference XHTML
Deprecated. 
A HTML transformation type that is compatible with accessibility enhanced browsers (currently Internet Explorer 5 or later). Compliant with XHTML 1.0. This transformation has been deprecated. Please use AccessibleXHTML transformation instead.


NoScriptXHTML

@Deprecated
public static final FormPreference NoScriptXHTML
Deprecated. 
A HTML transformation type that is compatible with the CSS2 specification and compliant with XHTML 1.0. No scripts are associated with this transformation type. This transformation has been deprecated. Please use NoScriptAccessibleXHTML transformation instead.


HTML4

public static final FormPreference HTML4
A HTML transformation type that is compatible with older browsers that do not support absolute positioning of HTML elements.


MSDHTML

public static final FormPreference MSDHTML
A HTML transformation type that is compatible with dynamic HTML for Internet Explorer 5.0 or later.


AHTML

@Deprecated
public static final FormPreference AHTML
Deprecated. 
A HTML transformation type that is compatible with accessibility enhanced browsers (currently Internet Explorer 5 or later). Compliant with XHTML 1.0. This transformation has been deprecated. Please use AccessibleXHTML transformation instead.


PDFForm

public static final FormPreference PDFForm
A PDF transformation type that renders interactive PDF form compatible with Adobe Acrobat Professional and Acrobat Standard, version 6.0.2 or later. This format lets a user fill in a form and submit data back to the Forms service.


PDFFormCC

public static final FormPreference PDFFormCC
For internal use only.


PDFMerge

public static final FormPreference PDFMerge
A PDF transformation type that merges data into a prerendered PDF form. Requires Acrobat 6.02 or later and the XML Form plug-in.


StaticHTML

public static final FormPreference StaticHTML
A HTML transformation type that does not allow users to enter data into fields on the HTML form.


Guide

public static final FormPreference Guide
A PDF transformation type that uses flash-based capability for guiding a user to complete a data capture transaction. The data that is collect from the user is automatically entered into the rendered form.


IMAGEREF

public static final FormPreference IMAGEREF
For internal use only.


XDPPDFForm

public static final FormPreference XDPPDFForm
For internal use only.


AccessibleXHTML

public static final FormPreference AccessibleXHTML
A HTML transformation type for accessible XHTML (an XML-based reformat of HTML that improves development and flexibility).


NoScriptAccessibleXHTML

public static final FormPreference NoScriptAccessibleXHTML
A HTML transformation type for accessible XHTML without a script.

Method Detail

values

public static FormPreference[] values()

valueOf

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


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