|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.templateutil.components.HTMLComponent
wt.templateutil.components.HTMLTableComponent
wt.templateutil.table.HTMLTable
wt.change2.htmlclient.ExpandableTable
public class ExpandableTable
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 |
| 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 |
|---|
addColumn, addNewColumn, getCellSelector, getColumn, getColumn, getColumnClass, getColumnCount, getColumnIndex, getColumnName, getColumns, getHeaderSelector, getLocale, getMode, getOutputStream, getRowCount, getValueAt, isDisplayHeader, isShowDirect, moveColumn, removeColumn, setCellSelector, setDisplayHeader, setHeaderSelector, setLocale, setMode, setOutputStream, setShowDirect, setTableColumnModel, setTableModel, show, show |
| Methods inherited from class wt.templateutil.components.HTMLTableComponent |
|---|
getTag, 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 |
|---|
public ExpandableTable(Vector row_data,
Vector column_data,
BasicTemplateProcessor template_processor,
Locale locale,
OutputStream os)
row_data - column_data - template_processor - locale - os -
public ExpandableTable(Vector row_data,
BasicTemplateProcessor template_processor,
Locale locale,
OutputStream os)
row_data - template_processor - locale - os - | Method Detail |
|---|
public String printHeaders(Object value,
Properties formData,
OutputStream os,
Locale locale)
printHeaders in class HTMLTablevalue - formData - os - locale -
public String printRow(int rowNumber,
Object value,
Properties formData)
printRow in class HTMLTablerowNumber - value - formData -
public void createDefaultColumnsFromModel()
createDefaultColumnsFromModel in class HTMLTable
public void init(String selector,
Object value,
HTMLComponentFactory componentFactory,
String mode,
Properties props)
init in class HTMLTableComponentselector - value - componentFactory - mode - props -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||