Package com.groiss.dms
Class FormTableAdapter<T extends DMSForm>
java.lang.Object
com.groiss.dms.FormTableAdapter<T>
- All Implemented Interfaces:
FormTableHandler<T>
@Deprecated
public class FormTableAdapter<T extends DMSForm>
extends Object
implements FormTableHandler<T>
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(HttpServletRequest req, FormContext ctx) Deprecated.You can init your class with the requestvoid
init
(HttpServletRequest req, User u) Deprecated.since 9.0, replaced byinit(HttpServletRequest, FormContext)
void
modifyColumns
(List<ColumnDescription> colDescs) Deprecated.Allows modification of the table headervoid
modifyTableHeader
(List<Pair<String, Object>> header) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.groiss.dms.FormTableHandler
getList, lineStyle, modifyTableLine
-
Constructor Details
-
FormTableAdapter
public FormTableAdapter()Deprecated.
-
-
Method Details
-
init
Deprecated.Description copied from interface:FormTableHandler
You can init your class with the request- Specified by:
init
in interfaceFormTableHandler<T extends DMSForm>
- Parameters:
req
- the requestctx
- holds context information for the form
-
init
Deprecated.since 9.0, replaced byinit(HttpServletRequest, FormContext)
-
modifyTableHeader
Deprecated. -
modifyColumns
Deprecated.Description copied from interface:FormTableHandler
Allows modification of the table header- Specified by:
modifyColumns
in interfaceFormTableHandler<T extends DMSForm>
- Parameters:
colDescs
- list of header fields
-
FormTableHandler
directly which provides default implementations now