wt.change2.htmlclient
Class ChangeableAssociationTable

java.lang.Object
  extended by wt.templateutil.components.HTMLComponent
      extended by wt.templateutil.components.HTMLTableComponent
          extended by wt.templateutil.table.HTMLTable
              extended by wt.templateutil.table.WTHtmlTable
                  extended by wt.change2.htmlclient.ChangeableAssociationTable
All Implemented Interfaces:
CheckBoxColumnAble, HTMLTableColumnModel

Deprecated. 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 on a JSP framework in an upcoming release. This table model is used to display Changeable objects that are associated with Change Object. This is needed in order to have a Comments: row associated with each Changeable.

public class ChangeableAssociationTable
extends WTHtmlTable



Supported API: true

Extendable: false


Field Summary
 
Fields inherited from class wt.templateutil.components.HTMLTableComponent
ALIGN, BGCOLOR, BORDER, CELLPADDING, CELLSPACING, HEIGHT, HSPACE, VSPACE, WIDTH
 
Fields inherited from class wt.templateutil.components.HTMLComponent
DEFAULT_SERVICE_NAME, DEFAULTS_ONLY, PRINT_TAG_ATTR, SERVICENAME
 
Fields inherited from interface wt.templateutil.table.CheckBoxColumnAble
PRESENT_CHECK_BOX
 
Constructor Summary
ChangeableAssociationTable()
          Deprecated.  
 
Method Summary
 String printRow(int rowNumber, Object value, Properties formData)
          Deprecated.  
 
Methods inherited from class wt.templateutil.table.WTHtmlTable
createDefaultColumnsFromModel, isPresentCheckBox, newCheckBoxTableColumn, setPresentCheckBox
 
Methods inherited from class wt.templateutil.table.HTMLTable
addColumn, addNewColumn, getCellSelector, getColumn, getColumn, getColumnClass, getColumnCount, getColumnIndex, getColumnName, getColumns, getHeaderSelector, getLocale, getMode, getOutputStream, getRowCount, getValueAt, isDisplayHeader, isShowDirect, moveColumn, printHeaders, removeColumn, setCellSelector, setDisplayHeader, setHeaderSelector, setLocale, setMode, setOutputStream, setShowDirect, setTableColumnModel, setTableModel, show, show
 
Methods inherited from class wt.templateutil.components.HTMLTableComponent
getTag, init, setTagListArray
 
Methods inherited from class wt.templateutil.components.HTMLComponent
endComponent, getHtmlComponents, getPrintWriter, getServiceName, getTagList, getTagSettings, isInheritStyle, isPrintTagAttributes, isUseDefaultsOnly, main, setInheritStyle, setPrintTagAttributes, setServiceName, setTag, setTagList, setTagListDefaults, setTagSettings, setTagValue, setUseDefaultsOnly, startComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeableAssociationTable

public ChangeableAssociationTable()
Deprecated. 



Supported API: true

Method Detail

printRow

public String printRow(int rowNumber,
                       Object value,
                       Properties formData)
Deprecated. 



Supported API: true

Overrides:
printRow in class HTMLTable
Parameters:
rowNumber -
value -
formData -
Returns:
String