Uses of Class
de.xima.fc.mdl.fdv.PostfachColumn
Packages that use PostfachColumn
Package
Description
Klassen zur Formulardatenverarbeitung
-
Uses of PostfachColumn in de.xima.fc.gui.common.model
Constructors in de.xima.fc.gui.common.model with parameters of type PostfachColumn -
Uses of PostfachColumn in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return types with arguments of type PostfachColumnMethods in de.xima.fc.inbox.bean with parameters of type PostfachColumnModifier and TypeMethodDescriptionProcessListBean.calculateWidth
(PostfachColumn column) ProcessListBean.getInputMaskPattern
(PostfachColumn column) boolean
ProcessListBean.isAttachement
(PostfachColumn column) boolean
ProcessListBean.isFilterDate
(PostfachColumn column) boolean
ProcessListBean.isFilterNumber
(PostfachColumn column) boolean
ProcessListBean.isFilterString
(PostfachColumn column) -
Uses of PostfachColumn in de.xima.fc.mdl.fdv
Methods in de.xima.fc.mdl.fdv that return types with arguments of type PostfachColumnMethods in de.xima.fc.mdl.fdv with parameters of type PostfachColumnModifier and TypeMethodDescriptionvoid
PostfachTemplate.addColumn
(PostfachColumn colName) void
PostfachTemplate.removeColumn
(PostfachColumn colName) Method parameters in de.xima.fc.mdl.fdv with type arguments of type PostfachColumn -
Uses of PostfachColumn in de.xima.fc.transform.excel
Method parameters in de.xima.fc.transform.excel with type arguments of type PostfachColumnModifier and TypeMethodDescriptionvoid
FDToExcelTransformer.fillFieldsList
(Map<String, List<String[]>> dataMap, List<FormElement> feList, org.apache.poi.ss.usermodel.Row firstRow, org.apache.poi.ss.usermodel.Row row, EColumnLabelType columnLabelType, Collection<PostfachColumn> inboxColumns, boolean multiline) Deprecated.public access will be removed