Package com.adobe.livecycle.formsservice.client
Classpublic final class OutputType
InheritanceOutputType Inheritance Enum

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.

See also

setOutputType()


Public Methods
 MethodDefined by
  
int getValue()
Specifies the output type.
OutputType
Public Constants
 ConstantDefined by
  BodyTags
[static] The HTML form is rendered within body tags (not a complete HTML page).
OutputType
  FullHTMLTags
[static] The HTML form is rendered within full HTML tags (a complete HTML page).
OutputType
Method Detail
getValue()
public int getValue()

Specifies the output type. The following values are valid:

Returns
An integer value that specifies the HTML form output type.
Constant Detail
BodyTagsConstant
public static final BodyTags

The HTML form is rendered within body tags (not a complete HTML page).

FullHTMLTagsConstant 
public static final FullHTMLTags

The HTML form is rendered within full HTML tags (a complete HTML page).





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/formsservice/client/OutputType.html