wt.change2.htmlclient
Class ExpandableTable

java.lang.Object
  extended bywt.templateutil.components.HTMLComponent
      extended bywt.templateutil.components.HTMLTableComponent
          extended bywt.templateutil.table.HTMLTable
              extended bywt.change2.htmlclient.ExpandableTable
All Implemented Interfaces:
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.

public class ExpandableTable
extends HTMLTable



Supported API: true

Extendable: false


Field Summary
private static String CLASSNAME
          Deprecated.  
private static String EXPAND
          Deprecated.  
private static ResourceBundle rb
          Deprecated.  
private static String RESOURCE
          Deprecated.  
private static String RESOURCE_CLIENT
          Deprecated.  
private  BasicTemplateProcessor templateProcessor
          Deprecated.  
private static String TOGGLE
          Deprecated.  
private static String UPDATE
          Deprecated.  
private static int UPDATE_COLUMN
          Deprecated.  
private static boolean VERBOSE
          Deprecated.  
 
Fields inherited from class wt.templateutil.table.HTMLTable
DEFAULT_TABLE_CELL_ID_VALUE, formData, tableContext, TABLECONTEXT
 
Fields inherited from class wt.templateutil.components.HTMLTableComponent
ALIGN, BGCOLOR, BORDER, CELLPADDING, CELLSPACING, HEIGHT, HSPACE, TABLE_ALIGN, TABLE_BGCOLOR, TABLE_BORDER, TABLE_CELLPADDING, TABLE_CELLSPACING, TABLE_HEIGHT, TABLE_HSPACE, TABLE_VSPACE, TABLE_WIDTH, TAG, VSPACE, WIDTH
 
Fields inherited from class wt.templateutil.components.HTMLComponent
CLASS, COMPONENT_ID, COMPONENT_ID_SEPARATOR, CREATE, DEFAULT_SERVICE_NAME, DEFAULTS_ONLY, EMPTY_STRING, ID, ID_US_ENGLISH_LOCALE, NAME, NULLVALUE, PRINT_TAG_ATTR, SERVICENAME, VIEW
 
Constructor Summary
ExpandableTable(Vector row_data, BasicTemplateProcessor template_processor, Locale locale, OutputStream os)
          Deprecated.  
ExpandableTable(Vector row_data, Vector column_data, BasicTemplateProcessor template_processor, Locale locale, OutputStream os)
          Deprecated.  
 
Method Summary
 void createDefaultColumnsFromModel()
          Deprecated.  
 void init(String selector, Object value, HTMLComponentFactory componentFactory, String mode, Properties props)
          Deprecated.  
 String printHeaders(Object value, Properties formData, OutputStream os, Locale locale)
          Deprecated.  
 String printRow(int rowNumber, Object value, Properties formData)
          Deprecated.  
 
Methods inherited from class wt.templateutil.table.HTMLTable
add2Table, addColumn, addNewColumn, getCellComponent, getCellSelector, getColumn, getColumn, getColumnClass, getColumnCount, getColumnIndex, getColumnName, getColumns, getComponentFactory, getFormData, getHeaderSelector, getLocale, getMode, getOutputStream, getRowCount, getTableCellID, getTableColumnModel, getTableContext, getTableHeaderCellID, getTableModel, getUniqueTableCellTrailId, getValueAt, isDisplayHeader, isShowDirect, moveColumn, removeColumn, setCellSelector, setComponentFactory, setDisplayHeader, setFormData, setHeaderSelector, setLocale, setMode, setOutputStream, setShowDirect, setTableColumnModel, setTableContext, setTableModel, show, show, showSubComponents
 
Methods inherited from class wt.templateutil.components.HTMLTableComponent
getTag, setTagListArray
 
Methods inherited from class wt.templateutil.components.HTMLComponent
appendID, appendID, appendToID, appendToID, createIDForComponent, endComponent, getHtmlComponents, getID, getIdProp, getName, getOID, getPrintWriter, getRealValue, getServiceName, getState, getTagID, getTagIDKey, getTagList, getTagSettings, getURLFactory, insertID, insertID, isInheritStyle, isPrintTagAttributes, isUseDefaultsOnly, main, putTagID, putTagID, removeID, removeTagID, setHtmlComponents, setID, setInheritStyle, setName, setPrintTagAttributes, setServiceName, setState, 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
 

Field Detail

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 

RESOURCE_CLIENT

private static final String RESOURCE_CLIENT
Deprecated. 
See Also:
Constant Field Values

VERBOSE

private static boolean VERBOSE
Deprecated. 

EXPAND

private static String EXPAND
Deprecated. 

TOGGLE

private static String TOGGLE
Deprecated. 

UPDATE

private static String UPDATE
Deprecated. 

UPDATE_COLUMN

private static int UPDATE_COLUMN
Deprecated. 

rb

private static ResourceBundle rb
Deprecated. 

templateProcessor

private BasicTemplateProcessor templateProcessor
Deprecated. 
Constructor Detail

ExpandableTable

public ExpandableTable(Vector row_data,
                       Vector column_data,
                       BasicTemplateProcessor template_processor,
                       Locale locale,
                       OutputStream os)
Deprecated.  



Supported API: true

Parameters:
row_data -
column_data -
template_processor -
locale -
os -

ExpandableTable

public ExpandableTable(Vector row_data,
                       BasicTemplateProcessor template_processor,
                       Locale locale,
                       OutputStream os)
Deprecated.  



Supported API: true

Parameters:
row_data -
template_processor -
locale -
os -
Method Detail

printHeaders

public String printHeaders(Object value,
                           Properties formData,
                           OutputStream os,
                           Locale locale)
Deprecated.  



Supported API: true

Overrides:
printHeaders in class HTMLTable
Parameters:
value -
formData -
os -
locale -
Returns:
String

printRow

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

Print a table row. This method will first check form data to see if the row has been previously expanded OR if the row's expansion state should be toggled. If the row's expansion status is updated, the form data will be updated accordingly.

Supported API: true

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

createDefaultColumnsFromModel

public void createDefaultColumnsFromModel()
Deprecated.  



Supported API: true

Overrides:
createDefaultColumnsFromModel in class HTMLTable

init

public void init(String selector,
                 Object value,
                 HTMLComponentFactory componentFactory,
                 String mode,
                 Properties props)
Deprecated.  



Supported API: true

Overrides:
init in class HTMLTableComponent
Parameters:
selector -
value -
componentFactory -
mode -
props -