Packagecom.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 renderPDFForm method. For information, see "Rendering Form Guides" in the SDK Help.



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, String locale)
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
  
String getLocale()
Gets a locale value that is used by the Forms service to produce FormGuide transformations.
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
  
void setLocale(String locale)
Sets a locale value that is used by the Forms service to produce FormGuide transformations.
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, String locale)

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.
 
cBfalse if generating HTML-template initiaing content (default value), true 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
 
locale — Used to specify the locale for the FormGuide 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
getLocale() 
public String getLocale()

Gets a locale value that is used by the Forms service to produce FormGuide transformations.

Returns
A string value that represents the locale value.

See also

isCB() 
public boolean isCB()

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

Returns
false if generating HTML-template initiaing content (default value), true 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

cBfalse if generating HTML-template initiaing content, true 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

setLocale() 
public void setLocale(String locale)

Sets a locale value that is used by the Forms service to produce FormGuide transformations.

Parameters

locale — The locale value to set. The following table lists valid values:
LocaleDescription
zh_CNChinese, Simplified (P.R.C.)
zh_TWChinese, Traditional (Taiwan
zh_HKChinese, Traditional with HKSCS-2001 Extensions (Hong Kong)
hr_HRCroatian (Republic of Croatia)
cs_CZCzech (Czech Republic)
da_DKDanish (Denmark)
nl_BEDutch (Belgium)
nl_NLDutch (Netherlands)
en_AUEnglish (Australia)
en_CAEnglish (Canada)
en_INEnglish (India)
en_IEEnglish (Ireland)
en_NZEnglish (New Zealand)
en_ZAEnglish (South Africa)
en_GBEnglish (United Kingdom)
en_ENEnglish (United Kingdom, Euro Currency)
en_USEnglish (United States)
fi_FIFinnish (Finland)
fr_BEFrench (Belgium)
fr_CAFrench (Canada)
fr_FRFrench (France)
fr_LUFrench (Luxembourg)
fr_CHFrench (Switzerland)
de_ATGerman (Austria)
de_DEGerman (Germany)
de_LUGerman (Luxembourg)
de_CHGerman (Switzerland)
el_GRGreek (Greece)
hu_HUHungarian (Hungary)
it_ITItalian (Italy)
it_CHItalian (Switzerland)
ja_JPJapanese (Japan)
ko_KRKorean (Korea)
no_NONorwegian (Norway)
no_NO_NYNorwegian (Norway, Nynorsk)
pl_PLPolish (Poland)
pt_BRPortuguese (Brazil)
pt_PTPortuguese (Portugal)
ro_RORomanian (Romania)
sh_BASerbo-Croatian (Bosnia and Herzegovina)
sh_HRSerbo-Croatian (Croatia)
sh_CSSerbo-Croatian (Republic of Serbia and Montenegro)
sk_SKSlovak (Slovak Republic)
es_ARSpanish (Argentina)
da_DKSpanish (Bolivia)
es_CLSpanish (Chile)
es_COSpanish (Costa Rica)
es_DOSpanish (Dominican Republic)
es_ECSpanish (Ecuador)
es_SVSpanish (El Salvador)
es_GTSpanish (Guatemala)
es_HNSpanish (Honduras)
es_MXSpanish (Mexico)
es_NISpanish (Nicaragua)
es_PASpanish (Panama)
es_PYSpanish (Paraguay)
es_PESpanish (Peru)
es_PRSpanish (Puerto Rico)
es_ESSpanish (Spain)
es_UYSpanish (Uruguay
es_VESpanish (Venezuela)
sv_SESwedish (Sweden)
tr_TRTurkish (Turkey)





 

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

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/livecycle/formsservice/client/ActivityGuideRenderSpec.html