Class DefaultStringComponent

java.lang.Object
wt.templateutil.components.HTMLComponent
wt.templateutil.components.DefaultStringComponent

public class DefaultStringComponent extends HTMLComponent
Deprecated.
This class displays the information as a plain string without any HTML formatting.

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

    • show

      public String show(Object value, Properties formData, OutputStream os, Locale locale)
      Deprecated.
      Returns the String value for the Object value that is passed into the method. Processing is is done to be sure this string is properly formatted for certain possible types.

      Supported API: true
      Overrides:
      show in class HTMLComponent
      Parameters:
      Object -
      Properties -
      Locale -
      Returns:
      String
    • init

      public void init(String selector, Object value, HTMLComponentFactory componentFactory, String mode, Properties props)
      Deprecated.
      Calls the super class init method.

      Supported API: true
      Overrides:
      init in class HTMLComponent
      Parameters:
      Object -
      Properties -
      Locale -