wt.doc
Class DocumentReferenceTable

java.lang.Object
  extended bywt.templateutil.components.HTMLComponent
      extended bywt.templateutil.components.HTMLTableComponent
          extended bywt.templateutil.table.HTMLTable
              extended bywt.templateutil.table.WTHtmlTable
                  extended bywt.doc.DocumentReferenceTable
All Implemented Interfaces:
CheckBoxColumnAble, HTMLTableColumnModel, Serializable

public class DocumentReferenceTable
extends WTHtmlTable
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private  DefaultHTMLCellComponent cellComponent
           
private static String CLASSNAME
           
private  Properties columnProperties
           
private  Properties commentsLabelProperties
           
private  Properties inputFieldProperties
           
private static String RESOURCE
           
private  Properties viewFieldProperties
           
 
Fields inherited from class wt.templateutil.table.WTHtmlTable
 
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
 
Fields inherited from interface wt.templateutil.table.CheckBoxColumnAble
CHECK_BOX_COLUMN_NAME, PRESENT_CHECK_BOX
 
Constructor Summary
DocumentReferenceTable()
           
 
Method Summary
private  Properties getColumnProperties()
           
private  Properties getCommentsLabelProperties()
           
private  Properties getInputFieldProperties()
           
private  Properties getViewFieldProperties()
           
 String printRow(int rowNumber, Object value, Properties formData)
          Override the printRow method to allow the printing of the comments row on a different line.
 
Methods inherited from class wt.templateutil.table.WTHtmlTable
addColumn, createDefaultColumnsFromModel, getCheckBoxName, isPendingIcon, isPresentCheckBox, isSuppressIcon, isSuppressLink, newCheckBoxTableColumn, setCheckBoxName, setPendingIcon, setPresentCheckBox, setSuppressIcon, setSuppressLink
 
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, printHeaders, 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, init, 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
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

columnProperties

private Properties columnProperties

commentsLabelProperties

private Properties commentsLabelProperties

inputFieldProperties

private Properties inputFieldProperties

viewFieldProperties

private Properties viewFieldProperties

cellComponent

private DefaultHTMLCellComponent cellComponent
Constructor Detail

DocumentReferenceTable

public DocumentReferenceTable()
Method Detail

printRow

public String printRow(int rowNumber,
                       Object value,
                       Properties formData)
Override the printRow method to allow the printing of the comments row on a different line.

Supported API: false

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

getColumnProperties

private Properties getColumnProperties()

getCommentsLabelProperties

private Properties getCommentsLabelProperties()

getInputFieldProperties

private Properties getInputFieldProperties()

getViewFieldProperties

private Properties getViewFieldProperties()