Package wt.templateutil.components
Class DefaultStringComponent
java.lang.Object
wt.templateutil.components.HTMLComponent
wt.templateutil.components.DefaultStringComponent
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
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
Fields inherited from class wt.templateutil.components.HTMLComponent
DEFAULT_SERVICE_NAME, DEFAULTS_ONLY, PRINT_TAG_ATTR, SERVICENAME -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(String selector, Object value, HTMLComponentFactory componentFactory, String mode, Properties props) Deprecated.show(Object value, Properties formData, OutputStream os, Locale locale) Deprecated.Methods inherited from class wt.templateutil.components.HTMLComponent
endComponent, getHtmlComponents, getPrintWriter, getServiceName, getTag, getTagList, getTagSettings, isInheritStyle, isPrintTagAttributes, isUseDefaultsOnly, main, setInheritStyle, setPrintTagAttributes, setServiceName, setTag, setTagList, setTagListDefaults, setTagSettings, setTagValue, setUseDefaultsOnly, showSubComponents, startComponent
-
Method Details
-
show
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:
showin classHTMLComponent- 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:
initin classHTMLComponent- Parameters:
Object-Properties-Locale-
-