Uses of Class
de.xima.fc.gui.designer.form.model.FormBackupVersion
Packages that use FormBackupVersion
-
Uses of FormBackupVersion in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return FormBackupVersionModifier and TypeMethodDescriptionstatic FormBackupVersionFormBackupVersion.getDefault()FormBackupModel.getSelectedBackupVersion()Methods in de.xima.fc.gui.designer.form.model that return types with arguments of type FormBackupVersionMethods in de.xima.fc.gui.designer.form.model with parameters of type FormBackupVersionModifier and TypeMethodDescriptionvoidFormBackupModel.setSelectedBackupVersion(FormBackupVersion selectedBackupVersion) Method parameters in de.xima.fc.gui.designer.form.model with type arguments of type FormBackupVersionModifier and TypeMethodDescriptionvoidFormBackupModel.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 FormBackupVersionModifierConstructorDescriptionFormBackupModel(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 FormBackupVersionModifierConstructorDescriptionFormBackupModel(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 FormBackupVersionModifier and TypeMethodDescriptionstatic List<FormBackupVersion>FormDesignerModelFactory.findAvailableFormVersionBackups(IEntityContext ec, Locale locale, ProjectPageBean projectHolder) Reads the available backup versions from the database and returns them.