Uses of Interface
de.xima.fc.mdl.fdv.ITableTemplate
-
Packages that use ITableTemplate Package Description de.xima.fc.common.form de.xima.fc.interfaces.form de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.mdl.fdv Klassen zur Formulardatenverarbeitung -
-
Uses of ITableTemplate in de.xima.fc.common.form
Methods in de.xima.fc.common.form with parameters of type ITableTemplate Modifier and Type Method Description Map<String,String>
FormDataAdapterWrapper. buildDatatableValuesMap(ITableTemplate<? extends ITableColumn> template)
-
Uses of ITableTemplate in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form with parameters of type ITableTemplate Modifier and Type Method Description default Map<String,String>
IFormDataAdapter. buildDatatableValuesMap(ITableTemplate<? extends ITableColumn> template)
-
Uses of ITableTemplate in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ITableTemplate Modifier and Type Method Description ITableTemplate<?>
EProjectSpecificDBTable. getTableTemplate(Projekt p)
-
Uses of ITableTemplate in de.xima.fc.mdl.fdv
Classes in de.xima.fc.mdl.fdv that implement ITableTemplate Modifier and Type Class Description class
DataTableTemplate
class
PostfachTemplate
-