Package com.groiss.dms
Class DMSTableAdapter
java.lang.Object
com.groiss.dms.DMSTableAdapter
- All Implemented Interfaces:
DMSTableHandler
Deprecated.
The default implementation of a DMSTableHandler.
-
Field Summary
Fields inherited from interface com.groiss.dms.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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.returns nullgetTitle()
Deprecated.returns nullvoid
modifyColumns
(List<ColumnDescription> colDescs) Deprecated.You get the columns as we suggest it as a list ofColumnDescription
(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, implementmodifyColumns(List)
insteadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.groiss.dms.DMSTableHandler
getList, init, lineStyle, modifyActions, modifyTableLine
-
Constructor Details
-
DMSTableAdapter
public DMSTableAdapter()Deprecated.
-
-
Method Details
-
getHTMLPage
Deprecated.returns null -
getTitle
Deprecated.returns null -
modifyTableHeader
Deprecated.since ep 8.0, implementmodifyColumns(List)
insteadempty implementation -
modifyColumns
Deprecated.Description copied from interface:DMSTableHandler
You get the columns as we suggest it as a list ofColumnDescription
(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.- Specified by:
modifyColumns
in interfaceDMSTableHandler
- Parameters:
colDescs
- a list of column descriptions
-
DMSTableHandler
directly which provides default implementations now