|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HTMLTableServiceEventListener
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. This EventListener is used by the TemplateProcessorTableService to perform actions on HTMLTable objects. An HTMLTableServiceEvent is passed into the HTMLTableServiceEventListener. The HTMLTableServiceEvent will have the information from the Windchill script call. The source of the HTMLTableServiceEvent will have the HTMLTable object to used and the HTTPState object of the TemplateProcessor that is processing the HTML Template that made the script call.
To implement this interface and use that implementation, the following must be done
| Field Summary | |
|---|---|
static String |
HTML_TABLE
Deprecated. |
| Method Summary | |
|---|---|
HTMLTable |
getHtmlTable()
Deprecated. |
boolean |
performHTMLTableAction(wt.templateutil.table.HTMLTableServiceEvent tableServiceEvent)
Deprecated. |
void |
setHtmlTable(HTMLTable a_HtmlTable)
Deprecated. |
| Field Detail |
|---|
static final String HTML_TABLE
| Method Detail |
|---|
HTMLTable getHtmlTable()
void setHtmlTable(HTMLTable a_HtmlTable)
a_HtmlTable -
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
tableServiceEvent -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||