wt.templateutil.table
Class AttributeListTableService

java.lang.Object
  extended by wt.templateutil.table.AttributeListTableService
All Implemented Interfaces:
HTMLTableServiceEventListener

Deprecated.

public class AttributeListTableService
extends Object
implements 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.

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

performAction

public void performAction(Properties props,
                          Locale locale,
                          OutputStream os)
                   throws WTException
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

public HTMLTable getHtmlTable()
Deprecated. 

Gets the value of the attribute: htmlTable.

Supported API: true

Specified by:
getHtmlTable in interface HTMLTableServiceEventListener
Returns:
HTMLTable

setHtmlTable

public void setHtmlTable(HTMLTable a_HtmlTable)
Deprecated. 

Sets the value of the attribute: htmlTable.

Supported API: true

Specified by:
setHtmlTable in interface HTMLTableServiceEventListener
Parameters:
a_HtmlTable -

performHTMLTableAction

public boolean performHTMLTableAction(wt.templateutil.table.HTMLTableServiceEvent tableServiceEvent)
                               throws WTException
Deprecated. 

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