Uses of Class
de.xima.fc.gui.model.designer.FormOverviewRow
-
Packages that use FormOverviewRow Package Description de.xima.fc.gui.bean.designer de.xima.fc.gui.utils.designer -
-
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 FormOverviewRow Modifier and Type Method Description List<FormOverviewRow>
FormOverviewBean. getFilteredFormOverviewRows()
List<FormOverviewRow>
FormOverviewBean. getFormOverviewRows()
Method parameters in de.xima.fc.gui.bean.designer with type arguments of type FormOverviewRow Modifier and Type Method Description void
FormOverviewBean. setFilteredFormOverviewRows(List<FormOverviewRow> filteredFormOverviewRows)
void
FormOverviewBean. 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 FormOverviewRow Modifier and Type Method Description static 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 FormOverviewRow Modifier and Type Method Description static List<String>
FormOverviewHelper. createClassNames(List<FormOverviewRow> formOverviewRows)
static org.primefaces.model.StreamedContent
FormOverviewHelper. createCsvExport(Locale locale, List<FormOverviewRow> rows)
Creates a CSV document with the given form overview rows.static org.primefaces.model.StreamedContent
FormOverviewHelper. createExcelExport(Locale locale, List<FormOverviewRow> rows)
Creates an excel document with the given form overview rows.
-