Class HTMLTableCellComponent

java.lang.Object
wt.templateutil.components.HTMLComponent
wt.templateutil.components.HTMLTableCellComponent
Direct Known Subclasses:
ActionsCellComponent, DefaultHTMLCellComponent, DisableableCheckBoxCellComponent, HTMLTableHeaderComponent, LatestVersionCellComponent, TreeCellComponent

public class HTMLTableCellComponent extends HTMLComponent
Deprecated.
Displays the information within the tags for an HTML Table cell.

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
  • Field Details

  • Constructor Details

    • HTMLTableCellComponent

      public HTMLTableCellComponent()
      Deprecated.


      Supported API: true
  • Method Details

    • getTag

      public String getTag()
      Deprecated.
      Returns the tag for a table cell: "TD"

      Supported API: true
      Overrides:
      getTag in class HTMLComponent
      Returns:
      String
    • init

      public void init(String selector, Object value, HTMLComponentFactory componentFactory, String mode, Properties props)
      Deprecated.
      Determines whether the cell should be displayed in Bold font and then calls the super class init method.

      Supported API: true
      Overrides:
      init in class HTMLComponent
      Parameters:
      selector -
      value -
      componentFactory -
      mode -
      props -
    • startComponent

      public String startComponent(Object value, Properties formData, OutputStream os, Locale locale)
      Deprecated.
      startComponent() is overridden her to ensure that this component does not include ID in it's generation. TD cells do not require ID.

      Supported API: true
      Overrides:
      startComponent in class HTMLComponent
      Parameters:
      Object -
      Properties -
      OutputStream -
      Locale -
      Returns:
      String
    • showSubComponents

      public String showSubComponents(Object value, Properties formData, OutputStream os, Locale locale)
      Deprecated.
      Handles displaying the bold tag if the contents should be bold. If the contents should not be bold it just cals the superclass showSubComponents method.

      Supported API: true
      Overrides:
      showSubComponents in class HTMLComponent
      Parameters:
      Object -
      Properties -
      OutputStream -
      Locale -
      Returns:
      String