|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FormTableHandler
Interface that allows implementers to customize the form table. Methods are called in the given order.
| 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. |
| Method Detail |
|---|
void init(javax.servlet.http.HttpServletRequest req,
User u)
req - the requestu - the userjava.util.List getList(java.util.List list)
list - the list of forms
void modifyTableHeader(java.util.List header)
header - list of header fields (strings)
void modifyTableLine(DMSForm f,
KeyedList line)
f - the formline - the line
java.lang.String lineStyle(DMSForm f,
java.lang.String style)
f - the formstyle - a style class
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||