|
|||||||||
| 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 | |
|---|---|
List<DMSForm> |
getList(List<DMSForm> list)
Non null overwrites the list, should return list of forms |
void |
init(HttpServletRequest req,
User u)
You can init your class with the request |
String |
lineStyle(DMSForm f,
String style)
Change the style of the line. |
void |
modifyColumns(List<ColumnDescription> colDescs)
Allows modification of the table header |
void |
modifyTableLine(DMSForm f,
KeyedList<String,Object> line)
Your chance to modify the line, called for each table line. |
| Method Detail |
|---|
void init(HttpServletRequest req,
User u)
req - the requestu - the userList<DMSForm> getList(List<DMSForm> list)
list - the list of forms
void modifyColumns(List<ColumnDescription> colDescs)
colDescs - list of header fields
void modifyTableLine(DMSForm f,
KeyedList<String,Object> line)
f - the formline - the line
String lineStyle(DMSForm f,
String style)
f - the formstyle - a style class
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||