|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.groiss.dms.FormTableAdapter
public class FormTableAdapter
| Constructor Summary | |
|---|---|
FormTableAdapter()
|
|
| Method Summary | |
|---|---|
java.util.List |
getList(java.util.List list)
Non null overwrites the list, should return list of forms |
void |
init(javax.servlet.http.HttpServletRequest req,
User u)
You can init your class with the request |
java.lang.String |
lineStyle(DMSForm f,
java.lang.String style)
Change the style of the line. |
void |
modifyTableHeader(java.util.List header)
Allows modification of the table header |
void |
modifyTableLine(DMSForm f,
KeyedList line)
Your chance to modify the line, called for each table line. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormTableAdapter()
| Method Detail |
|---|
public void init(javax.servlet.http.HttpServletRequest req,
User u)
FormTableHandler
init in interface FormTableHandlerreq - the requestu - the userpublic java.util.List getList(java.util.List list)
FormTableHandler
getList in interface FormTableHandlerlist - the list of forms
public void modifyTableHeader(java.util.List header)
FormTableHandler
modifyTableHeader in interface FormTableHandlerheader - list of header fields (strings)
public void modifyTableLine(DMSForm f,
KeyedList line)
FormTableHandler
modifyTableLine in interface FormTableHandlerf - the formline - the line
public java.lang.String lineStyle(DMSForm f,
java.lang.String style)
FormTableHandler
lineStyle in interface FormTableHandlerf - the formstyle - a style class
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||