Uses of Class
de.xima.fc.gui.model.designer.FormOverviewRow
Packages that use FormOverviewRow
- 
Uses of FormOverviewRow in de.xima.fc.gui.bean.designer
Methods in de.xima.fc.gui.bean.designer that return types with arguments of type FormOverviewRowModifier and TypeMethodDescriptionFormOverviewBean.getFilteredFormOverviewRows()FormOverviewBean.getFormOverviewRows()Method parameters in de.xima.fc.gui.bean.designer with type arguments of type FormOverviewRowModifier and TypeMethodDescriptionvoidFormOverviewBean.setFilteredFormOverviewRows(List<FormOverviewRow> filteredFormOverviewRows) voidFormOverviewBean.setFormOverviewRows(List<FormOverviewRow> formOverviewRows)  - 
Uses of FormOverviewRow in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer that return types with arguments of type FormOverviewRowModifier and TypeMethodDescriptionstatic List<FormOverviewRow>FormOverviewHelper.createFormOverviewRows(IEntityContext ec, Mandant client, Projekt project, Locale locale, FormVersion formVersion, String persist) Creates a list of all rows to show in the form overview table.Method parameters in de.xima.fc.gui.utils.designer with type arguments of type FormOverviewRowModifier and TypeMethodDescriptionFormOverviewHelper.createClassNames(List<FormOverviewRow> formOverviewRows) static org.primefaces.model.StreamedContentFormOverviewHelper.createCsvExport(Locale locale, List<FormOverviewRow> rows) Creates a CSV document with the given form overview rows.static org.primefaces.model.StreamedContentFormOverviewHelper.createExcelExport(Locale locale, List<FormOverviewRow> rows) Creates an excel document with the given form overview rows.