|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.groiss.dms.DMSTableAdapter
public class DMSTableAdapter
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, FOLDER_PROPS, FORM, INFO, LINK, NAME, NEW, NOTES, OID, PASTE, REFRESH, REPLACE, RO, RO_REC, RW, SEND_TO, SIGN, SIZE, SPACE, START_PROCESS, STATUS, TYPE, UPWARD, VERSIONS, WEBFOLDER |
| Constructor Summary | |
|---|---|
DMSTableAdapter()
|
|
| Method Summary | |
|---|---|
HTMLPage |
getHTMLPage()
returns null |
java.util.List |
getList(java.util.List objects)
returns the list of passed objects unchanged |
java.lang.String |
getTitle()
returns null |
void |
init(javax.servlet.http.HttpServletRequest req,
DMSFolder folder,
User u,
int mode)
empty implementation |
java.lang.String |
lineStyle(DMSObject obj,
java.lang.String style)
returns the passed style |
void |
modifyActions(java.util.List actions)
empty implementation |
void |
modifyTableHeader(java.util.List header)
empty implementation |
void |
modifyTableLine(DMSObject obj,
java.util.Map line)
empty implementation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DMSTableAdapter()
| Method Detail |
|---|
public void init(javax.servlet.http.HttpServletRequest req,
DMSFolder folder,
User u,
int mode)
init in interface DMSTableHandlerreq - the requestfolder - the folderu - the usermode - one of DMSTableHandler.RW, DMSTableHandler.RO or DMSTableHandler.RO_REC,public HTMLPage getHTMLPage()
getHTMLPage in interface DMSTableHandlerpublic java.lang.String getTitle()
getTitle in interface DMSTableHandlerpublic java.util.List getList(java.util.List objects)
getList in interface DMSTableHandlerpublic void modifyTableHeader(java.util.List header)
modifyTableHeader in interface DMSTableHandlerheader - a list of pairs with keyword and label
public void modifyTableLine(DMSObject obj,
java.util.Map line)
modifyTableLine in interface DMSTableHandlerobj - the DMSObjectline - the line as map holding the ids and values of the columnspublic void modifyActions(java.util.List actions)
modifyActions in interface DMSTableHandleractions - a list of pairs holding the set of actions. Pair.first holds the identifier of the
action (see Programming Guide), Pair.second holds the action
public java.lang.String lineStyle(DMSObject obj,
java.lang.String style)
lineStyle in interface DMSTableHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||