| Modifier and Type | Class and Description |
|---|---|
class |
ContactPage
Contact page
|
class |
HomePage
Home page
|
class |
ImprintPage
Imprint page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplatePage.errorCurrentPage(Class<? extends TemplatePage> pageClass,
String action,
Exception exception)
Display an error message (pageClass.action.Exception) on the current page
|
void |
TemplatePage.successCurrentPage(Class<? extends TemplatePage> pageClass,
String action)
Display a success message on the current page (pageClass.action.OK)
|
void |
TemplatePage.successNextPage(Class<? extends TemplatePage> pageClass,
String action)
Display a success message on the next page (pageClass.action.OK)
|
| Constructor and Description |
|---|
TemplatePage(Class<? extends TemplatePage> page)
Constructor
|
| Constructor and Description |
|---|
LinkProduitPropertyColumn(org.apache.wicket.model.IModel<String> displayModel,
S sortProperty,
String propertyExpression,
TemplatePage page)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListCampagnesPage
Page de consultation des campagnes
|
class |
ManageCampagnePage
Gestion d'une campagne
|
class |
ReadCampagnePage
Consultation d'une campagne
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListConfigurationPage
Consulting of the Information System configuration
|
class |
ManageErreurTestBioPage
Page for adding/update/delete a new "ErreurTest"
|
class |
ManageMethodeExtractionPage
Page for adding/update/delete a new "MethodeExtraction"
|
class |
ManageMethodePurificationPage
Page for adding/update/delete a new "MethodePurification"
|
class |
ManageMethodeTestBioPage
Page for adding/update/delete a new "MethodeTest"
|
class |
ManagePartiePage
Page for adding/update/delete a new "Partie"
|
class |
ManageTypeDocumentPage
Page for adding/update/delete a new "TypeDocument"
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManageDocumentPage
Document management page (creation/edition).
|
class |
ReadDocumentPage
Document read page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListExtractionsPage
Page de consultation des extractions
|
class |
ManageExtractionPage
Page for adding/update/delete a new "Extraction"
|
class |
ReadExtractionPage
Consultation d'une extraction
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable<Extraction,String> |
ListExtractionsPage.initExtractionsDataTable(TemplatePage templatePage,
String componentId,
CallerPage callerPage,
List<Extraction> extractions,
ExtractionService extractionService)
Init data table with extractions list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListLotsPage
Page de consultation des lots
|
class |
ManageLotPage
Gestion des lots
|
class |
ReadLotPage
Consultation d'un lot
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable<Lot,String> |
ListLotsPage.initLotsDataTable(TemplatePage templatePage,
String componentId,
CallerPage callerPage,
List<Lot> lots,
LotService lotService)
Init data table with lots list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListMoleculesPage
Molecules list page.
|
class |
ManageMoleculePage
Manage molecule page.
|
class |
ReadMoleculePage
Lecture d'une molécule.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable<MoleculeProvenanceBean,String> |
ListMoleculesPage.initMoleculesDataTable(TemplatePage templatePage,
String componentId,
CallerPage callerPage,
List<MoleculeProvenanceBean> moleculeProvenances)
Init data table with molecule provenances list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListPersonnesPage
Page de consultation des personnes & utilisateurs, par un administrateur
|
class |
ManagePersonnePage
Gestion d'une personne par un admin
|
class |
ReadPersonnePage
Consultation d'une personne
|
| Modifier and Type | Field and Description |
|---|---|
protected TemplatePage |
TypeDroitColumn.templatePage
Template page.
|
| Constructor and Description |
|---|
TypeDroitColumn(org.apache.wicket.model.IModel<String> displayModel,
TemplatePage templatePage)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListPurificationsPage
Page de consultation des purification
|
class |
ManagePurificationPage
Page for adding/update/delete a new "Purification"
|
class |
ReadPurificationPage
Consultation d'une purification
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable<Purification,String> |
ListPurificationsPage.initPurificationsDataTable(TemplatePage templatePage,
String componentId,
CallerPage callerPage,
List<Purification> purifications,
PurificationService purificationService)
Init data table with purification list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchPage
Search results page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListSpecimensPage
Page de consultation des spécimens
|
class |
ManageSpecimenPage
Gestion des specimens
|
class |
ReadSpecimenPage
Consultation d'un spécimen
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable<Specimen,String> |
ListSpecimensPage.initSpecimensDataTable(TemplatePage templatePage,
String componentId,
CallerPage callerPage,
List<Specimen> specimens,
SpecimenService specimenService)
Init data table with specimens list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListStationsPage
Page de consultation des stations
|
class |
ManageStationPage
Gestion d'une station
|
class |
ReadStationPage
Consultation d'une station
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable<Station,String> |
ListStationsPage.initStationsDataTable(TemplatePage templatePage,
String componentId,
CallerPage callerPage,
List<Station> stations,
StationService stationService)
Init data table with stations list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListTestsBioPage
Page de consultation des résultats des tests biologiques
|
class |
ManageTestBioPage
Page for adding/update/delete a new "Test biologique"
|
class |
ReadTestBioPage
Consultation d'une manipulation de test biologique
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable<ResultatTestBio,String> |
ListTestsBioPage.initTestsBioDataTable(TemplatePage templatePage,
String componentId,
CallerPage callerPage,
List<ResultatTestBio> resTestsBios,
TestBioService testBioService)
Init data table with testsbio list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManageUtilisateurPage
Gestion d'un utilisateur par un admin
|
class |
ReadUtilisateurPage
Consultation d'un utilisateur
|
class |
RegisterPage
Page de demande de création de compte utilisateur
|
class |
ResetPasswordPage
Mise-à-jour du mot de passe perdu d'un utilisateur
|
class |
UpdateUtilisateurPage
Mise à jour du profil utilisateur
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedPage
Access denied page
|
class |
ErrorPage
Abstract error page
|
class |
InternalErrorPage
Internal error page
|
class |
PageExpiredErrorPage
Page expired error page
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallerPage.responsePage(TemplatePage currentPage)
Set the response page for the current page
|
| Constructor and Description |
|---|
CallerPage(TemplatePage page)
Constructor
|
| Constructor and Description |
|---|
CallerPage(Class<? extends TemplatePage> page)
Constructor
|
| Constructor and Description |
|---|
BooleanPropertyColumn(org.apache.wicket.model.IModel<String> displayModel,
S sortProperty,
String propertyExpression,
TemplatePage page)
Constructor
|
EnumPropertyColumn(org.apache.wicket.model.IModel<String> displayModel,
S sortProperty,
String propertyExpression,
TemplatePage page)
Constructor
|
| Constructor and Description |
|---|
SubmittableButton(String id,
Class<? extends TemplatePage> specificMsgPage,
SubmittableButtonEvents submittable)
Constructor
|
| Constructor and Description |
|---|
DisplayBooleanPropertyModel(Object modelObject,
String expression,
TemplatePage page)
Constructor
|
DisplayEnumPropertyModel(Object modelObject,
String expression,
TemplatePage page)
Constructor
|
| Constructor and Description |
|---|
PropertyLabelLinkProduitPanel(String id,
org.apache.wicket.model.IModel<Produit> produitModel,
TemplatePage page)
Constructor
|
| Constructor and Description |
|---|
EnumChoiceRenderer(TemplatePage page)
Constructor
|
Copyright © 2009–2014 IRD. All rights reserved.