| Package | com.adobe.livecycle.formsservice.client |
| Class | public class ActivityGuideRenderSpec |
| Inheritance | ActivityGuideRenderSpec Object
|
FormsServiceClient object's renderFormGuide method. For information, see Rendering Forms.
See also
| Method | Defined 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 | ||
|
String getIfModifiedSince()
For internal use only.
| ActivityGuideRenderSpec | ||
|
boolean isCB()
Determines the generation of HTML-template initiating content, or guided forms content.
| ActivityGuideRenderSpec | ||
|
boolean isGuideAccessible()
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 | ||
|
boolean isGuideSubmitAll()
Specifies whether guided forms submit all data including hidden panels.
| ActivityGuideRenderSpec | ||
|
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.
| 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 | ||
| 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.
ParametersifModifiedSince — For internal use only. Specify null. |
|
guideName — The name of the specific guide within a guided forms definition. |
|
guideRSL — true to use the run-time shared libraries when compiling forms, false otherwise. |
|
guidePDF — true if the data output is rendered in both Flash and PDF, false otherwise. |
|
guideAccessible — true if guided forms compilation is accessible, false otherwise. |
|
guideCBURL — The custom override implementation of the callback servlet. |
|
cB — true if generating HTML-template initiaing content, false if generating guided forms content. |
|
guideStyle — The name of the style sheet used by guided forms. |
|
guideSubmitAll — true if guided forms submit all data including hidden panels, false otherwise. |
|
injectFormBridge — 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. |
| 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.
Returnstrue if generating HTML-template initiaing content, false if generating guided forms content. |
| isGuideAccessible | () |
public boolean isGuideAccessible()Determines whether guided forms compilation is accessible.
Returnstrue 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.
Returnstrue 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.
Returnstrue 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.
Returnstrue 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.
Returnstrue 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
cB — true 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
guideAccessible — true 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
guidePDF — true 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
guideRSL — true 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
guideSubmitAll — true 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
injectFormBridge — 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
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