|
|||||||||
| 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.templateutil.table.WTHtmlTable
wt.templateutil.table.PDMLinkHTMLTable
public class PDMLinkHTMLTable
Deprecation Notice: 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 using a different framework in an upcoming release. Subclass of WTHtmlTable that provides the following changes/modifications in addition the existing features of WTHtmlTable
In addition, all of the existing TableService script calls can be used with/applied to PDMLinkHTMLTable instances.
It is a requirement that the TableModel used by the PDMLinkHTMLTable implements
the AddColumn interface.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from class wt.templateutil.components.HTMLTableComponent |
|---|
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 |
| Method Summary | |
|---|---|
void |
createDefaultColumnsFromModel()
Deprecated. |
void |
setIsCollapsingEnabled(boolean isCollapsingEnabled)
Deprecated. |
void |
setIsSortingEnabled(boolean isSortingEnabled)
Deprecated. |
void |
setPresentActionsIconColumn(boolean presentActionsIconColumn)
Deprecated. |
void |
setPresentIconFirstRow(boolean presentIconFirstColumn)
Deprecated. |
void |
setPresentSeeActionsDropDownColumn(boolean presentSeeActionsDropDownColumn)
Deprecated. Sets the flag that determines if the "See Actions Column" is to be presented. |
String |
showSubComponents(Object value,
Properties formData,
OutputStream os,
Locale locale)
Deprecated. |
| Methods inherited from class wt.templateutil.table.WTHtmlTable |
|---|
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, 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 |
| Method Detail |
|---|
public void createDefaultColumnsFromModel()
By setting the isIconColumnFirst flag to true (default), the first column will be either a TreeTableColumn (if the TableModel is of Type TreeTableModel) or a PDMLinkIconTableColumn.
By setting the isPresentActionsIconColumn to true (default), an ActionsTableColumn column
will be added either as the first column (isIconColumnFirst == false) or the second column
Supported API: true
createDefaultColumnsFromModel in class WTHtmlTable
public String showSubComponents(Object value,
Properties formData,
OutputStream os,
Locale locale)
The generation of the Action Row depends if there is a Multi-Select section or a Context Action Section to be generated.
The display of the Table Column headers can be disabled by setting the isDisplayHeader flag to false.
In the case that there are not any rows to display in the body of the table, the
"No Results" message will be presented in the body of the HTML Table.
Supported API: true
value - formData - os -
public void setPresentIconFirstRow(boolean presentIconFirstColumn)
The HTML Table presents one of two "First Columns"depending on the type of the TableModel
The default is true.
Supported API: true
presentIconFirstColumn - - sets flag for presenting first columnpublic void setPresentActionsIconColumn(boolean presentActionsIconColumn)
The default is true.
Supported API: true
presentActionsIconColumn - - Sets flag that determines if the Action Column is to be presented.public void setPresentSeeActionsDropDownColumn(boolean presentSeeActionsDropDownColumn)
The default is false.
Supported API: true
presentActionsIconColumn - - Sets flag that determines if the Action Column is to be presented.public void setIsSortingEnabled(boolean isSortingEnabled)
isSortingEnabled - - Sets flag to determine if sorting on the columns is enabled.public void setIsCollapsingEnabled(boolean isCollapsingEnabled)
isCollapsingEnabled - - Sets flag to determine if sorting on the columns is enabled.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||