|
|||||||||
| 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 | |
|---|---|
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 |
modifyTableHeader(List<Pair<String,Object>> header)
Deprecated. |
void |
modifyTableLine(DMSForm f,
KeyedList<String,Object> 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(HttpServletRequest req,
User u)
FormTableHandler
init in interface FormTableHandlerreq - the requestu - the userpublic List<DMSForm> getList(List<DMSForm> list)
FormTableHandler
getList in interface FormTableHandlerlist - the list of forms
@Deprecated public void modifyTableHeader(List<Pair<String,Object>> header)
public void modifyTableLine(DMSForm f,
KeyedList<String,Object> line)
FormTableHandler
modifyTableLine in interface FormTableHandlerf - the formline - the line
public String lineStyle(DMSForm f,
String style)
FormTableHandler
lineStyle in interface FormTableHandlerf - the formstyle - a style classpublic void modifyColumns(List<ColumnDescription> colDescs)
FormTableHandler
modifyColumns in interface FormTableHandlercolDescs - list of header fields
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||