com.adobe.livecycle.formsservice.client
Class RenderAtClient

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

public final class RenderAtClient
extends java.lang.Enum

Enables the delivery of PDF content by using the the client-side rendering capability of Acrobat 7.0 or later. When set to auto and AcrobatVersion=acrobat7.0.5, then a form is rendered to a client once, which improves the performance of the Forms service. This enumeration value is passed to the PDFFormRenderSpec object's setRenderAtClient method.

To see this enumeration value used in a code example, see the Rendering a form at the client using the Java API quick start in Programming with LiveCycle ES4.

See Also:
Serialized Form

Field Summary
static RenderAtClient Auto
          Instructs the Forms service to observe the form design's dynamicRender configuration value.
static RenderAtClient No
          The PDF form is not rendered on the client.
static RenderAtClient Yes
          The PDF form is rendered on the client.
 
Method Summary
static java.lang.String getDisplayName(RenderAtClient someRenderAtClient)
          Retrieves the value of the RenderAtClient value.
 java.lang.String getValue()
          Returns a string representation of this enum value.
static RenderAtClient valueOf(java.lang.String name)
           
static RenderAtClient[] 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 RenderAtClient Auto
Instructs the Forms service to observe the form design's dynamicRender configuration value.


Yes

public static final RenderAtClient Yes
The PDF form is rendered on the client.


No

public static final RenderAtClient No
The PDF form is not rendered on the client.

Method Detail

values

public static RenderAtClient[] values()

valueOf

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

getValue

public java.lang.String getValue()
Returns a string representation of this enum value.

Returns:
A string representation of this enum value.

getDisplayName

public static java.lang.String getDisplayName(RenderAtClient someRenderAtClient)
Retrieves the value of the RenderAtClient value.

Parameters:
someRenderAtClient - A RenderAtClient value for which the value is retrieved.
Returns:
A string value that specifies the value of the RenderAtClient value.


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