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 String
ProcessListBean. calculateWidth(PostfachColumn column)
String
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 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 void
PostfachTemplate. addColumn(PostfachColumn colName)
void
PostfachTemplate. removeColumn(PostfachColumn colName)
Method parameters in de.xima.fc.mdl.fdv with type arguments of type PostfachColumn Modifier and Type Method Description void
PostfachTemplate. 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 void
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
-