DMSTableHandler
directly which provides default implementations now@Deprecated public class DMSTableAdapter extends Object implements DMSTableHandler
ATTACH_NOTE, CHANGE_TYPE, CHANGED_AT, CLIPBOARD, COPY, CREATE_VERSION, CUT, DELETE, DOWNLOAD, FOLDER_FORM, FOLDER_PROPS, FORM, INFO, LINK, NAME, NEW, NOTES, OID, PASTE, REFRESH, REPLACE, RO, RO_REC, RW, SEARCH, SEARCH_ALL, SEARCH_FIELD, SEND_TO, SIGN, SIZE, SPACE, START_PROCESS, STATUS, TYPE, UPWARD, VERSIONS, WEBFOLDER
Constructor and Description |
---|
DMSTableAdapter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HTMLPage |
getHTMLPage()
Deprecated.
returns null
|
String |
getTitle()
Deprecated.
returns null
|
void |
modifyColumns(List<ColumnDescription> colDescs)
Deprecated.
You get the columns as we suggest it as a list of
ColumnDescription (see the corresponding statics
defined in this interface as values for the ids of the ColumnDescriptions, e.g. |
void |
modifyTableHeader(List<Pair<String,Object>> header)
Deprecated.
since ep 8.0, implement
modifyColumns(List) instead |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getList, init, lineStyle, modifyActions, modifyTableLine
public HTMLPage getHTMLPage()
public String getTitle()
@Deprecated public void modifyTableHeader(List<Pair<String,Object>> header)
modifyColumns(List)
insteadpublic void modifyColumns(List<ColumnDescription> colDescs)
DMSTableHandler
ColumnDescription
(see the corresponding statics
defined in this interface as values for the ids of the ColumnDescriptions, e.g. DMSTableHandler.NAME
)
You can change these columns as you like. The resulting column list is used to
build the table: for all system definied columns we add the corresponding
column value, for other ids we add "null" elements.modifyColumns
in interface DMSTableHandler
colDescs
- a list of column descriptions@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.