Package wt.templateutil.components
Class HTMLTableCellComponent
java.lang.Object
wt.templateutil.components.HTMLComponent
wt.templateutil.components.HTMLTableCellComponent
- Direct Known Subclasses:
ActionsCellComponent,DefaultHTMLCellComponent,DisableableCheckBoxCellComponent,HTMLTableHeaderComponent,LatestVersionCellComponent,TreeCellComponent
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
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.Fields inherited from class wt.templateutil.components.HTMLComponent
DEFAULT_SERVICE_NAME, DEFAULTS_ONLY, PRINT_TAG_ATTR, SERVICENAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTag()Deprecated.voidinit(String selector, Object value, HTMLComponentFactory componentFactory, String mode, Properties props) Deprecated.showSubComponents(Object value, Properties formData, OutputStream os, Locale locale) Deprecated.startComponent(Object value, Properties formData, OutputStream os, Locale locale) Deprecated.Methods inherited from class wt.templateutil.components.HTMLComponent
endComponent, getHtmlComponents, getPrintWriter, getServiceName, getTagList, getTagSettings, isInheritStyle, isPrintTagAttributes, isUseDefaultsOnly, main, setInheritStyle, setPrintTagAttributes, setServiceName, setTag, setTagList, setTagListDefaults, setTagSettings, setTagValue, setUseDefaultsOnly, show
-
Field Details
-
BGCOLOR
Deprecated.
Supported API: true- See Also:
-
ALIGN
Deprecated.
Supported API: true- See Also:
-
VALIGN
Deprecated.
Supported API: true- See Also:
-
COLSPAN
Deprecated.
Supported API: true- See Also:
-
ROWSPAN
Deprecated.
Supported API: true- See Also:
-
HEIGHT
Deprecated.
Supported API: true- See Also:
-
WIDTH
Deprecated.
Supported API: true- See Also:
-
NOWRAP
Deprecated.
Supported API: true- See Also:
-
-
Constructor Details
-
HTMLTableCellComponent
public HTMLTableCellComponent()Deprecated.
Supported API: true
-
-
Method Details
-
getTag
Deprecated.Returns the tag for a table cell: "TD"
Supported API: true- Overrides:
getTagin classHTMLComponent- 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:
initin classHTMLComponent- Parameters:
selector-value-componentFactory-mode-props-
-
startComponent
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:
startComponentin classHTMLComponent- Parameters:
Object-Properties-OutputStream-Locale-- Returns:
- String
-
showSubComponents
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:
showSubComponentsin classHTMLComponent- Parameters:
Object-Properties-OutputStream-Locale-- Returns:
- String
-