Uses of Class
de.xima.fc.gui.designer.form.model.FormBackupVersion
-
Packages that use FormBackupVersion Package Description de.xima.fc.gui.designer.form.model de.xima.fc.gui.designer.form.utils -
-
Uses of FormBackupVersion in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return FormBackupVersion Modifier and Type Method Description static FormBackupVersion
FormBackupVersion. getDefault()
FormBackupVersion
FormBackupModel. getSelectedBackupVersion()
Methods in de.xima.fc.gui.designer.form.model that return types with arguments of type FormBackupVersion Modifier and Type Method Description List<FormBackupVersion>
FormBackupModel. getBackupVersions()
Methods in de.xima.fc.gui.designer.form.model with parameters of type FormBackupVersion Modifier and Type Method Description void
FormBackupModel. setSelectedBackupVersion(FormBackupVersion selectedBackupVersion)
Method parameters in de.xima.fc.gui.designer.form.model with type arguments of type FormBackupVersion Modifier and Type Method Description void
FormBackupModel. setBackupVersions(Iterable<FormBackupVersion> backupVersions)
Replaces the backup versions with the given ones.Constructors in de.xima.fc.gui.designer.form.model with parameters of type FormBackupVersion Constructor Description FormBackupModel(List<FormBackupVersion> backupVersions, FormBackupVersion selectedBackupVersion)
Creates a new POJO model with the given data.Constructor parameters in de.xima.fc.gui.designer.form.model with type arguments of type FormBackupVersion Constructor Description FormBackupModel(List<FormBackupVersion> backupVersions, FormBackupVersion selectedBackupVersion)
Creates a new POJO model with the given data. -
Uses of FormBackupVersion in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that return types with arguments of type FormBackupVersion Modifier and Type Method Description static List<FormBackupVersion>
FormDesignerModelFactory. findAvailableFormVersionBackups(IEntityContext ec, Locale locale, ProjectPageBean projectHolder)
Reads the available backup versions from the database and returns them.
-