|
|||||||||||
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.SignatureTable
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
Deprecated. |
private static String |
RESOURCE
Deprecated. |
private BasicTemplateProcessor |
templateProcessor
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, UPDATE, VIEW |
Constructor Summary | |
SignatureTable(Vector row_data,
BasicTemplateProcessor template_processor,
Locale locale,
OutputStream os)
Deprecated. Supported API: false |
|
SignatureTable(Vector row_data,
Vector column_data,
BasicTemplateProcessor template_processor,
Locale locale,
OutputStream os)
Deprecated. Supported API: false |
Method Summary | |
void |
createDefaultColumnsFromModel()
Deprecated. Supported API: false |
void |
init(String selector,
Object value,
HTMLComponentFactory componentFactory,
String mode,
Properties props)
Deprecated. Supported API: false |
String |
printHeaders(Object value,
Properties formData,
OutputStream os,
Locale locale)
Deprecated. Supported API: false |
String |
printRow(int rowNumber,
Object value,
Properties formData)
Deprecated. Print a table row. |
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 |
private static final String RESOURCE
private static final String CLASSNAME
private static boolean VERBOSE
private BasicTemplateProcessor templateProcessor
Constructor Detail |
public SignatureTable(Vector row_data, Vector column_data, BasicTemplateProcessor template_processor, Locale locale, OutputStream os)
row_data
- column_data
- template_processor
- locale
- os
- public SignatureTable(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 HTMLTable
value
- formData
- os
- locale
-
public String printRow(int rowNumber, Object value, Properties formData)
printRow
in class HTMLTable
rowNumber
- 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 HTMLTableComponent
selector
- value
- componentFactory
- mode
- props
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |