Class ExpandCollapseSectionProcessor
java.lang.Object
wt.enterprise.BasicTemplateProcessor
wt.templateutil.processor.DefaultTemplateProcessor
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor
- All Implemented Interfaces:
Externalizable,Serializable,TemplateProcessor,ContextHolder,ContextTranslator,Evolvable
public class ExpandCollapseSectionProcessor
extends DefaultTemplateProcessor
implements Externalizable
Deprecated.
Processor for subtemplates within an expandable/collapsible section of
a page.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface wt.templateutil.processor.ContextHolder
CONTEXT_ACTION, CONTEXT_CLASS_NAME, CONTEXT_OBJ, CONTEXT_PROPERTIES, FORM_DATA, QUERY_DATA, RESPONSE_EXCEPTIONS, RESPONSE_FOOTERS, RESPONSE_HEADERS, RESPONSE_MESSAGES, RESPONSE_STRING, STATUSFields inherited from interface wt.templateutil.processor.ContextTranslator
CONTEXT_LIST_IN, CONTEXT_LIST_OUT -
Method Summary
Modifier and TypeMethodDescriptionvoidgetAuxAction(Properties parameters, Locale locale, OutputStream os) Deprecated.voidgetHeaderHelp(Properties parameters, Locale locale, OutputStream os) Deprecated.voidgetHeaderTutorial(Properties parameters, Locale locale, OutputStream os) Deprecated.Methods inherited from class wt.templateutil.processor.DefaultTemplateProcessor
displayAttributeLabel, displayAttributeVal, getAttributes, getContextPropertyValue, getHtmlTemplateFactory, getPAGE_EXPIRATION, getPageExpirationResource, getTemplate, setContextPropertyValue, setNameProcessor, setPAGE_EXPIRATION, setPageExpirationResourceMethods inherited from class wt.enterprise.BasicTemplateProcessor
addHTMLHelpLink, addToResponseExceptions, addToResponseFooters, addToResponseHeaders, addToResponseMessages, createActionsBar, createGlobalNavigationBar, createNavigationBar, currentTimestamp, getContextAction, getContextClassName, getContextListIn, getContextListOut, getContextObj, getContextProperties, getEncoding, getFormData, getHTMLHelpURL, getHTMLTableService, getLocalizedPrintWriter, getObjectIcon, getPrintWriter, getQueryData, getResourceString, getResponseExceptions, getResponseFooters, getResponseHeaders, getResponseMessages, getResponseString, getStatus, getURLProcessorLink, getWCColor, getWCColorDec, getWCFontFamily, objectActionLink, objectBackground, objectIdentification, objectPropertyName, objectPropertyValue, processSubTemplate, setContextAction, setContextClassName, setContextListIn, setContextListOut, setContextObj, setContextProperties, setFormData, setQueryData, setResponseExceptions, setResponseFooters, setResponseHeaders, setResponseMessages, setResponseString, setStatus, showResponseExceptions, tableService
-
Method Details
-
getHeaderHelp
Deprecated.This Windchill script call inserts a Help button on the right end of the expand/collapse header. The action for the help must be passed to the processor by the parameter helpAction on the "processSubTemplate action=ExpandableHeader" call. E.g., helpAction=part_structure. If no such parameter is passed no help button will be generated.
Supported API: true- Parameters:
parameters- name/value pairs passed by the script call. None are recognized by this method.locale- the locale to use for localizationos- the output stream- Throws:
WTException
-
getAuxAction
Deprecated.This Windchill script call inserts a template on the right end of the expand/collapse header, left of the Help button if a context property "auxAction" is defined on the call to the "processSubTemplate action=ExpandableHeader" call. For the "auxAction" parameter the value can map to any template that will generate a button with a link to some other page. E.g, auxAction=part_structure_popup
Supported API: true- Parameters:
parameters- name/value pairs passed by the script call. None are recognized by this method.locale- the locale to use for localizationos- the output stream- Throws:
WTException
-
getHeaderTutorial
public void getHeaderTutorial(Properties parameters, Locale locale, OutputStream os) throws WTException Deprecated.This Windchill script call inserts a Tutorial button on the right end of the expand/collapse header, next to the Help button. The action for the tutorial must be passed to the processor by the parameter helpAction on the "processSubTemplate action=ExpandableHeader" call. E.g., helpAction=part_structure. If no such parameter is passed no tutorial button will be generated.
Supported API: true- Parameters:
parameters- name/value pairs passed by the script call. None are recognized by this method.locale- the locale to use for localizationos- the output stream- Throws:
WTException
-