Uses of Class
de.xima.fc.mdl.fdv.PostfachColumn
- 
Packages that use PostfachColumn Package Description de.xima.fc.gui.common.model de.xima.fc.inbox.bean de.xima.fc.mdl.fdv Klassen zur Formulardatenverarbeitungde.xima.fc.transform.excel  - 
- 
Uses of PostfachColumn in de.xima.fc.gui.common.model
Constructors in de.xima.fc.gui.common.model with parameters of type PostfachColumn Constructor Description FormElementModel(PostfachColumn pfCol) - 
Uses of PostfachColumn in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return types with arguments of type PostfachColumn Modifier and Type Method Description List<PostfachColumn>ProcessListBean. getInboxTemplateColumns()Methods in de.xima.fc.inbox.bean with parameters of type PostfachColumn Modifier and Type Method Description StringProcessListBean. calculateWidth(PostfachColumn column)StringProcessListBean. 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 PostfachColumn Modifier and Type Method Description Collection<PostfachColumn>PostfachTemplate. getColumns()Methods in de.xima.fc.mdl.fdv with parameters of type PostfachColumn Modifier and Type Method Description voidPostfachTemplate. addColumn(PostfachColumn colName)voidPostfachTemplate. removeColumn(PostfachColumn colName)Method parameters in de.xima.fc.mdl.fdv with type arguments of type PostfachColumn Modifier and Type Method Description voidPostfachTemplate. setColumns(List<PostfachColumn> columns) - 
Uses of PostfachColumn in de.xima.fc.transform.excel
Method parameters in de.xima.fc.transform.excel with type arguments of type PostfachColumn Modifier and Type Method Description voidFDToExcelTransformer. 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 
 -