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) booleanProcessListBean.isAttachement(PostfachColumn column) booleanProcessListBean.isFilterDate(PostfachColumn column) booleanProcessListBean.isFilterNumber(PostfachColumn column) booleanProcessListBean.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 TypeMethodDescriptionvoidPostfachTemplate.addColumn(PostfachColumn colName) voidPostfachTemplate.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 TypeMethodDescriptionvoidFDToExcelTransformer.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