List of usage examples for com.vaadin.navigator View interface-usage
From source file fr.univlorraine.mondossierweb.views.FavorisView.java
/** * Favoris */ @Component @Scope("prototype") @SpringView(name = FavorisView.NAME)
From source file fr.univlorraine.mondossierweb.views.InformationsAnnuellesMobileView.java
/** * Page d'accueil mobile de l'tudiant */ @Component @Scope("prototype") @SpringView(name = InformationsAnnuellesMobileView.NAME)
From source file fr.univlorraine.mondossierweb.views.InformationsAnnuellesView.java
/** * Page d'accueil */ @Component @Scope("prototype") @SpringView(name = InformationsAnnuellesView.NAME)
From source file fr.univlorraine.mondossierweb.views.InscriptionsView.java
/** * Page d'accueil */ @Component @Scope("prototype") @SpringView(name = InscriptionsView.NAME)
From source file fr.univlorraine.mondossierweb.views.ListeInscritsMobileView.java
/** * ListeInscrits sur mobile */ @Component @Scope("prototype") @SpringView(name = ListeInscritsMobileView.NAME)
From source file fr.univlorraine.mondossierweb.views.ListeInscritsView.java
/** * Recherche arborescente */ @Component @Scope("prototype") @SpringView(name = ListeInscritsView.NAME)
From source file fr.univlorraine.mondossierweb.views.NotesDetailMobileView.java
/** * Page du dtail des notes sur mobile */ @Component @Scope("prototype") @SpringView(name = NotesDetailMobileView.NAME)
From source file fr.univlorraine.mondossierweb.views.NotesMobileView.java
/** * Page des notes sur mobile */ @Component @Scope("prototype") @SpringView(name = NotesMobileView.NAME)
From source file fr.univlorraine.mondossierweb.views.NotesView.java
/** * Page des notes */ @Component @Scope("prototype") @SpringView(name = NotesView.NAME)
From source file fr.univlorraine.mondossierweb.views.RechercheArborescenteView.java
/** * Recherche arborescente */ @Component @Scope("prototype") @SpringView(name = RechercheArborescenteView.NAME)