com.ptc.core.HTMLtemplateutil.server.processors
Class ExpandCollapseSectionProcessor

java.lang.Object
  extended by wt.enterprise.BasicTemplateProcessor
      extended by wt.templateutil.processor.DefaultTemplateProcessor
          extended by com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor
All Implemented Interfaces:
Externalizable, Serializable, TemplateProcessor, ContextHolder, ContextTranslator, Evolvable

Deprecated.

public class ExpandCollapseSectionProcessor
extends DefaultTemplateProcessor
implements Externalizable

Processor for subtemplates within an expandable/collapsible section of a page.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface wt.templateutil.processor.ContextTranslator
CONTEXT_LIST_IN, CONTEXT_LIST_OUT
 
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, STATUS
 
Method Summary
 void getAuxAction(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void getHeaderHelp(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void getHeaderTutorial(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, setPageExpirationResource
 
Methods 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, getWCColor, getWCColorDec, getWCFontFamily, getWCFontFamily, objectActionLink, objectBackground, objectIdentification, objectPropertyName, objectPropertyValue, processSubTemplate, setContextAction, setContextClassName, setContextListIn, setContextListOut, setContextObj, setContextProperties, setFormData, setQueryData, setResponseExceptions, setResponseFooters, setResponseHeaders, setResponseMessages, setResponseString, setStatus, showResponseExceptions, tableService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHeaderHelp

public void getHeaderHelp(Properties parameters,
                          Locale locale,
                          OutputStream os)
                   throws WTException
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 localization
os - the output stream
Throws:
WTException

getAuxAction

public void getAuxAction(Properties parameters,
                         Locale locale,
                         OutputStream os)
                  throws WTException
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 localization
os - 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 localization
os - the output stream
Throws:
WTException