com.adobe.idp.taskmanager.dsc.client.task
Class FormServiceInvokeResponse.ReaderSubmitSettings

java.lang.Object
  extended by com.adobe.idp.taskmanager.dsc.client.task.FormServiceInvokeResponse.ReaderSubmitSettings
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
FormServiceInvokeResponse

public static class FormServiceInvokeResponse.ReaderSubmitSettings
extends java.lang.Object
implements java.io.Serializable

Class that determines form submission properties, such as submission format and enablement of Acrobat Reader 9.1 submission.

Forms enabled for Adobe Reader 9.1. When Adobe Reader and Adobe Acrobat display forms that are enabled for Adobe Reader 9.1 or greater, they expose a submit button on the border surrounding those forms. Individual forms can also specify submit buttons, but those buttons are ignored.

Form submission type. Forms can be submitted as PDF or XFA.

See Also:
Serialized Form

Constructor Summary
FormServiceInvokeResponse.ReaderSubmitSettings(boolean aReaderSubmitEnabled, FormServiceInvokeResponse.ReaderSubmitType aReaderSubmitType)
          For internal use only.
 
Method Summary
 FormServiceInvokeResponse.ReaderSubmitType getReaderSubmitType()
          Determines the submit type for the form.
 boolean isReaderSubmitEnabled()
          Determines whether the form is enabled for Adobe Reader 9.1 greater.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormServiceInvokeResponse.ReaderSubmitSettings

public FormServiceInvokeResponse.ReaderSubmitSettings(boolean aReaderSubmitEnabled,
                                                      FormServiceInvokeResponse.ReaderSubmitType aReaderSubmitType)
For internal use only.

Method Detail

getReaderSubmitType

public FormServiceInvokeResponse.ReaderSubmitType getReaderSubmitType()
Determines the submit type for the form. The Adobe Designer Form Wizard lets designers specify whether a form uses the PDF or XFA form type.

Returns:
PDF or XFA

isReaderSubmitEnabled

public boolean isReaderSubmitEnabled()
Determines whether the form is enabled for Adobe Reader 9.1 greater.



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