FormTableHandler
directly which provides default implementations now@Deprecated public class FormTableAdapter extends Object implements FormTableHandler
Constructor and Description |
---|
FormTableAdapter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
init(HttpServletRequest req,
FormContext ctx)
Deprecated.
You can init your class with the request
|
void |
init(HttpServletRequest req,
User u)
Deprecated.
since 9.0, replaced by
init(HttpServletRequest, FormContext) |
void |
modifyColumns(List<ColumnDescription> colDescs)
Deprecated.
Allows modification of the table header
|
void |
modifyTableHeader(List<Pair<String,Object>> header)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getList, lineStyle, modifyTableLine
public void init(HttpServletRequest req, FormContext ctx)
FormTableHandler
init
in interface FormTableHandler
req
- the requestctx
- holds context information for the form@Deprecated public void init(HttpServletRequest req, User u)
init(HttpServletRequest, FormContext)
@Deprecated public void modifyTableHeader(List<Pair<String,Object>> header)
public void modifyColumns(List<ColumnDescription> colDescs)
FormTableHandler
modifyColumns
in interface FormTableHandler
colDescs
- list of header fields@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.