Package com.adobe.livecycle.formsservice.client
Classpublic class ActivityGuideRenderSpec
InheritanceActivityGuideRenderSpec Inheritance Object

Enables you to define run-time options that control how the Forms service renders form guides. An object of this type is passed to the FormsServiceClient object's renderFormGuide method. For information, see Rendering Forms.

See also

renderFormGuide()


Public Methods
 MethodDefined by
  
A standard constructor.
ActivityGuideRenderSpec
  
ActivityGuideRenderSpec(String ifModifiedSince, String guideName, boolean guideRSL, boolean guidePDF, boolean guideAccessible, String guideCBURL, boolean cB, String guideStyle, boolean guideSubmitAll, boolean injectFormBridge)
A constructor that enables you to set all options.
ActivityGuideRenderSpec
  
String getGuideCBURL()
Retrieves the custom override implementation of the callback servlet.
ActivityGuideRenderSpec
  
String getGuideName()
Returns the name of the specific guide within a guided forms definition.
ActivityGuideRenderSpec
  
String getGuideStyle()
Returns the name of the style sheet used by guided forms.
ActivityGuideRenderSpec
  
For internal use only.
ActivityGuideRenderSpec
  
boolean isCB()
Determines the generation of HTML-template initiating content, or guided forms content.
ActivityGuideRenderSpec
  
Determines whether guided forms compilation is accessible.
ActivityGuideRenderSpec
  
boolean isGuidePDF()
Determines whether the Forms service data output is rendered in both Flash and PDF.
ActivityGuideRenderSpec
  
boolean isGuideRSL()
Determines whether to use run-time shared libraries when compiling guided forms.
ActivityGuideRenderSpec
  
Specifies whether guided forms submit all data including hidden panels.
ActivityGuideRenderSpec
  
Determines whether the Forms service inserts special javascript code into a PDF form that performs operations on a PDF form when rendering guided forms.
ActivityGuideRenderSpec
  
void setCB(boolean cB)
Sets the generation of HTML-template initiating content, or guided forms content.
ActivityGuideRenderSpec
  
void setGuideAccessible(boolean guideAccessible)
Sets whether guided forms compilation is accessible.
ActivityGuideRenderSpec
  
void setGuideCBURL(String guideCBURL)
Sets the custom override implementation of the callback servlet.
ActivityGuideRenderSpec
  
void setGuideName(String guideName)
Sets the name of the specific guide within a guided forms definition.
ActivityGuideRenderSpec
  
void setGuidePDF(boolean guidePDF)
Sets whether the Forms service data output is rendered in both Flash and PDF.
ActivityGuideRenderSpec
  
void setGuideRSL(boolean guideRSL)
Sets whether to use run-time shared libraries when compiling guided forms.
ActivityGuideRenderSpec
  
void setGuideStyle(String guideStyle)
Sets the name of the style sheet used by a guided form.
ActivityGuideRenderSpec
  
void setGuideSubmitAll(boolean guideSubmitAll)
Sets whether guided forms submit all data including hidden panels.
ActivityGuideRenderSpec
  
void setIfModifiedSince(String ifModifiedSince)
For internal use only.
ActivityGuideRenderSpec
  
void setInjectFormBridge(boolean injectFormBridge)
Sets whether the Forms service inserts special javascript code into a PDF form that performs operations on a PDF form when rendering guided forms.
ActivityGuideRenderSpec
Constructor Detail
ActivityGuideRenderSpec()
public ActivityGuideRenderSpec()

A standard constructor.

ActivityGuideRenderSpec() 
public ActivityGuideRenderSpec(String ifModifiedSince, String guideName, boolean guideRSL, boolean guidePDF, boolean guideAccessible, String guideCBURL, boolean cB, String guideStyle, boolean guideSubmitAll, boolean injectFormBridge)

A constructor that enables you to set all options.

Parameters
ifModifiedSince — For internal use only. Specify null.
 
guideName — The name of the specific guide within a guided forms definition.
 
guideRSLtrue to use the run-time shared libraries when compiling forms, false otherwise.
 
guidePDFtrue if the data output is rendered in both Flash and PDF, false otherwise.
 
guideAccessibletrue if guided forms compilation is accessible, false otherwise.
 
guideCBURL — The custom override implementation of the callback servlet.
 
cBtrue if generating HTML-template initiaing content, false if generating guided forms content.
 
guideStyle — The name of the style sheet used by guided forms.
 
guideSubmitAlltrue if guided forms submit all data including hidden panels, false otherwise.
 
injectFormBridgetrue if the Forms service inserts special javascript code into a PDF form that performs operations on a PDF form when rendering guided forms, false otherwise.
Method Detail
getGuideCBURL()
public String getGuideCBURL()

Retrieves the custom override implementation of the callback servlet.

Returns
The custom override implementation of the callback servlet.
getGuideName() 
public String getGuideName()

Returns the name of the specific guide within a guided forms definition.

Returns
The name of the specific guide within a guided forms definition.
getGuideStyle() 
public String getGuideStyle()

Returns the name of the style sheet used by guided forms. The style sheet is also embedded in the application. The application container may contain the style sheet or the style sheet can be referenced.

Returns
The name of the style sheet used by guided forms.
getIfModifiedSince() 
public String getIfModifiedSince()

For internal use only.

Returns
isCB() 
public boolean isCB()

Determines the generation of HTML-template initiating content, or guided forms content.

Returns
true if generating HTML-template initiaing content, false if generating guided forms content.
isGuideAccessible() 
public boolean isGuideAccessible()

Determines whether guided forms compilation is accessible.

Returns
true if guided forms compilation is accessible, false otherwise.

See also

isGuidePDF() 
public boolean isGuidePDF()

Determines whether the Forms service data output is rendered in both Flash and PDF.

Returns
true if the data output is rendered in both Flash and PDF, false otherwise.

See also

isGuideRSL() 
public boolean isGuideRSL()

Determines whether to use run-time shared libraries when compiling guided forms.

Returns
true to use the run-time shared libraries when compiling forms, false otherwise.
isGuideSubmitAll() 
public boolean isGuideSubmitAll()

Specifies whether guided forms submit all data including hidden panels.

Returns
true if guided forms submit all data including hidden panels, false otherwise.

See also

isInjectFormBridge() 
public boolean isInjectFormBridge()

Determines whether the Forms service inserts special javascript code into a PDF form that performs operations on a PDF form when rendering guided forms.

Returns
true if the Forms service inserts special javascript code into a PDF form that performs operations on a PDF form when rendering guided forms, false otherwise.

See also

setCB() 
public void setCB(boolean cB)

Sets the generation of HTML-template initiating content, or guided forms content.

Parameters

cBtrue if generating HTML-template initiaing content, false if generating guided forms content.

setGuideAccessible() 
public void setGuideAccessible(boolean guideAccessible)

Sets whether guided forms compilation is accessible.

Parameters

guideAccessibletrue if guided forms compilation is accessible, false otherwise.

setGuideCBURL() 
public void setGuideCBURL(String guideCBURL)

Sets the custom override implementation of the callback servlet.

Parameters

guideCBURL — The custom override implementation of the callback servlet.

setGuideName() 
public void setGuideName(String guideName)

Sets the name of the specific guide within a guided forms definition.

Parameters

guideName — The name of the specific guide within a guided forms definition.

setGuidePDF() 
public void setGuidePDF(boolean guidePDF)

Sets whether the Forms service data output is rendered in both Flash and PDF.

Parameters

guidePDFtrue if the data output is rendered in both Flash and PDF, false otherwise.

setGuideRSL() 
public void setGuideRSL(boolean guideRSL)

Sets whether to use run-time shared libraries when compiling guided forms.

Parameters

guideRSLtrue to use the run-time shared libraries when compiling forms, false otherwise.

setGuideStyle() 
public void setGuideStyle(String guideStyle)

Sets the name of the style sheet used by a guided form. The style sheet is also embedded in the application. The application container may contain the style sheet or the style sheet can be referenced.

Parameters

guideStyle — The name of the style sheet used by guided forms.

setGuideSubmitAll() 
public void setGuideSubmitAll(boolean guideSubmitAll)

Sets whether guided forms submit all data including hidden panels.

Parameters

guideSubmitAlltrue if guided forms submit all data including hidden panels, false otherwise.

setIfModifiedSince() 
public void setIfModifiedSince(String ifModifiedSince)

For internal use only.

Parameters

ifModifiedSince

setInjectFormBridge() 
public void setInjectFormBridge(boolean injectFormBridge)

Sets whether the Forms service inserts special javascript code into a PDF form that performs operations on a PDF form when rendering guided forms. This value is set to true when you set the guidePDF option to true. For information about rendering guided forms, see Rendering Forms.

Parameters

injectFormBridgetrue if the Forms service inserts special javascript code into a PDF form that performs operations on a PDF form when rendering guided forms, false otherwise.

See also





 

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/ActivityGuideRenderSpec.html