Package wt.templateutil.table
Class AttributeListTableService
java.lang.Object
wt.templateutil.table.AttributeListTableService
- All Implemented Interfaces:
HTMLTableServiceEventListener
Deprecated.
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
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from interface wt.templateutil.table.HTMLTableServiceEventListener
HTML_TABLE -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidinitAttributesTable(Properties props, Locale locale, OutputStream os) Deprecated.voidperformAction(Properties props, Locale locale, OutputStream os) Deprecated.voidsetAttributesTableWidth(Properties props, Locale locale, OutputStream os) Deprecated.voidsetHtmlTable(HTMLTable a_HtmlTable) Deprecated.voidsetNameColumnAttributes(Properties props, Locale locale, OutputStream os) Deprecated.voidsetValueColumnAttributes(Properties props, Locale locale, OutputStream os) Deprecated.
-
Method Details
-
performAction
Deprecated.
Supported API: true- Parameters:
props-locale-os-- Throws:
WTException
-
setNameColumnAttributes
public void setNameColumnAttributes(Properties props, Locale locale, OutputStream os) throws WTException Deprecated.
Supported API: true- Parameters:
props-locale-os-- Throws:
WTException
-
setValueColumnAttributes
public void setValueColumnAttributes(Properties props, Locale locale, OutputStream os) throws WTException Deprecated.
Supported API: true- Parameters:
props-locale-os-- Throws:
WTException
-
initAttributesTable
public void initAttributesTable(Properties props, Locale locale, OutputStream os) throws WTException Deprecated.
Supported API: true- Parameters:
props-locale-os-- Throws:
WTException
-
setAttributesTableWidth
public void setAttributesTableWidth(Properties props, Locale locale, OutputStream os) throws WTException Deprecated.
Supported API: true- Parameters:
props-locale-os-- Throws:
WTException
-
getHtmlTable
Deprecated.Gets the value of the attribute: htmlTable.
Supported API: true- Specified by:
getHtmlTablein interfaceHTMLTableServiceEventListener- Returns:
- HTMLTable
-
setHtmlTable
Deprecated.Sets the value of the attribute: htmlTable.
Supported API: true- Specified by:
setHtmlTablein interfaceHTMLTableServiceEventListener- Parameters:
a_HtmlTable-
-