Class DefaultIconComponent

Direct Known Subclasses:
PSBIconComponent

public class DefaultIconComponent extends HTMLImgComponent
Deprecated.
This is the default component for displaying an icon in the HTML Template Processing UI. It handles displaying the Icon Image HTML tags as well as any glyphs that are associated with the icon.

Deprecation Notice: This class is still valid for this release, however this serves as advance notice that it will be removed in the future. All user interfaces built using the Windchill HTML Template Processing client architecture will be rewritten using a different framework in an upcoming release.

Supported API: true

Extendable: false
  • Method Details

    • startComponent

      public String startComponent(Object value, Properties formData, OutputStream os, Locale locale)
      Deprecated.
      Writes the beginning HTML for the Icon Image.

      Supported API: true
      Overrides:
      startComponent in class HTMLComponent
      Parameters:
      value -
      formData -
      os -
      locale -
      Object -
      Properties -
      Locale -
      Returns:
      String
    • showSubComponents

      public String showSubComponents(Object value, Properties formData, OutputStream os, Locale locale)
      Deprecated.
      Displays the icon and its associated glyphs.

      Supported API: true
      Overrides:
      showSubComponents in class HTMLComponent
      Parameters:
      value -
      formData -
      os -
      locale -
      Object -
      Properties -
      Locale -
      Returns:
      String