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
See Also:
  • Method Details

    • 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