wt.eff
Class EffHistoryTableService
java.lang.Object
wt.eff.EffHistoryTableService
- All Implemented Interfaces:
- HTMLTableServiceEventListener
- public class EffHistoryTableService
- extends Object
- implements HTMLTableServiceEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INITEFFHISTORYTABLE
public static final String INITEFFHISTORYTABLE
- See Also:
- Constant Field Values
ACTION
public static final String ACTION
- See Also:
- Constant Field Values
PDMLINKTABLE
public static final String PDMLINKTABLE
- See Also:
- Constant Field Values
NAME
public static final String NAME
- See Also:
- Constant Field Values
ATTRIBUTES
public static final String ATTRIBUTES
- See Also:
- Constant Field Values
htmlTable
private HTMLTable htmlTable
tableEvent
private HTMLTableServiceEvent tableEvent
EffHistoryTableService
public EffHistoryTableService()
getHtmlTable
public HTMLTable getHtmlTable()
- Description copied from interface:
HTMLTableServiceEventListener
- Gets the value of the attribute: HTML_TABLE.
Supported API: true
- Specified by:
getHtmlTable
in interface HTMLTableServiceEventListener
- Returns:
- HTMLTable
setHtmlTable
public void setHtmlTable(HTMLTable a_HtmlTable)
- Description copied from interface:
HTMLTableServiceEventListener
- Sets the value of the attribute: HTML_TABLE.
Supported API: true
- Specified by:
setHtmlTable
in interface HTMLTableServiceEventListener
- Parameters:
a_HtmlTable
-
performHTMLTableAction
public boolean performHTMLTableAction(HTMLTableServiceEvent tableServiceEvent)
throws WTException
- Description copied from interface:
HTMLTableServiceEventListener
- Peform the action defined by action parameter in the Windchill script
call
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
- Specified by:
performHTMLTableAction
in interface HTMLTableServiceEventListener
- Parameters:
tableServiceEvent
-
- Returns:
- boolean
- Throws:
WTException
initEffHistoryTable
public void initEffHistoryTable(Properties props,
Locale locale,
OutputStream os)
throws WTException
- Throws:
WTException