|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.templateutil.table.AttributeListTableService
public class AttributeListTableService
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 interface wt.templateutil.table.HTMLTableServiceEventListener |
|---|
HTML_TABLE |
| Method Summary | |
|---|---|
HTMLTable |
getHtmlTable()
Deprecated. |
void |
initAttributesTable(Properties props,
Locale locale,
OutputStream os)
Deprecated. |
void |
performAction(Properties props,
Locale locale,
OutputStream os)
Deprecated. |
boolean |
performHTMLTableAction(wt.templateutil.table.HTMLTableServiceEvent tableServiceEvent)
Deprecated. |
void |
setAttributesTableWidth(Properties props,
Locale locale,
OutputStream os)
Deprecated. |
void |
setHtmlTable(HTMLTable a_HtmlTable)
Deprecated. |
void |
setNameColumnAttributes(Properties props,
Locale locale,
OutputStream os)
Deprecated. |
void |
setValueColumnAttributes(Properties props,
Locale locale,
OutputStream os)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void performAction(Properties props,
Locale locale,
OutputStream os)
throws WTException
props - locale - os -
WTException
public void setNameColumnAttributes(Properties props,
Locale locale,
OutputStream os)
throws WTException
props - locale - os -
WTException
public void setValueColumnAttributes(Properties props,
Locale locale,
OutputStream os)
throws WTException
props - locale - os -
WTException
public void initAttributesTable(Properties props,
Locale locale,
OutputStream os)
throws WTException
props - locale - os -
WTException
public void setAttributesTableWidth(Properties props,
Locale locale,
OutputStream os)
throws WTException
props - locale - os -
WTExceptionpublic HTMLTable getHtmlTable()
getHtmlTable in interface HTMLTableServiceEventListenerpublic void setHtmlTable(HTMLTable a_HtmlTable)
setHtmlTable in interface HTMLTableServiceEventListenera_HtmlTable -
public boolean performHTMLTableAction(wt.templateutil.table.HTMLTableServiceEvent tableServiceEvent)
throws WTException
tableSdrvice action=...
if that action is supported by this HTMLTableServiceEventListener.
If that action is not supported, simply return with a return
value
of false.
Supported API: true
performHTMLTableAction in interface HTMLTableServiceEventListenertableServiceEvent -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||