com.adobe.livecycle.formsservice.client
Class TransformTo

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

public final class TransformTo
extends java.lang.Enum

Represents HTML transformation types that are used by the renderHTMLForm or renderHTMLForm2 method. To see this enumeration value used 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 TransformTo AccessibleXHTML
          A HTML transformation type for accessible XHTML (an XML-based reformat of HTML that improves development and flexibility).
static TransformTo AHTML
          Deprecated. 
static TransformTo AUTO
          A HTML transformation type where the Forms service determines the best transformation.
static TransformTo HTML4
          A HTML transformation type that is compatible with older browsers that do not support absolute positioning of HTML elements.
static TransformTo MSDHTML
          A HTML transformation type that is compatible with dynamic HTML for Internet Explorer 5.0 or later.
static TransformTo NoScriptAccessibleXHTML
          A HTML transformation type for accessible XHTML without a script.
static TransformTo NoScriptXHTML
          Deprecated. 
static TransformTo StaticHTML
          A HTML transformation type that does not allow users to enter data into fields on the HTML form.
static TransformTo XHTML
          Deprecated. 
 
Method Summary
static TransformTo valueOf(java.lang.String name)
           
static TransformTo[] 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 TransformTo AUTO
A HTML transformation type where the Forms service determines the best transformation.


XHTML

@Deprecated
public static final TransformTo 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 TransformTo 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 TransformTo HTML4
A HTML transformation type that is compatible with older browsers that do not support absolute positioning of HTML elements.


MSDHTML

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


AHTML

@Deprecated
public static final TransformTo 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.


StaticHTML

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


AccessibleXHTML

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


NoScriptAccessibleXHTML

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

Method Detail

values

public static TransformTo[] values()

valueOf

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


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