A B C D E G H I J L M N O P R S T U V W 

A

AccessDeniedPage - Class in nc.ird.cantharella.web.pages.errors
Access denied page
AccessDeniedPage() - Constructor for class nc.ird.cantharella.web.pages.errors.AccessDeniedPage
 
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.campagne.ManageCampagnePage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.campagne.ReadCampagnePage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.config.ManageErreurTestBioPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.config.ManageMethodeExtractionPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.config.ManageMethodePurificationPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.config.ManageMethodeTestBioPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.config.ManagePartiePage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.extraction.ManageExtractionPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.extraction.ReadExtractionPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.lot.ManageLotPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.lot.ReadLotPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.personne.ManagePersonnePage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.personne.ReadPersonnePage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.purification.ManagePurificationPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.purification.ReadPurificationPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.specimen.ManageSpecimenPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.specimen.ReadSpecimenPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.station.ManageStationPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.station.ReadStationPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.testBio.ManageTestBioPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.utilisateur.ManageUtilisateurPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.utilisateur.ReadUtilisateurPage
Action : delete
ACTION_DELETE - Static variable in class nc.ird.cantharella.web.pages.domain.utilisateur.UpdateUtilisateurPage
Action : delete
ACTION_REJECT - Static variable in class nc.ird.cantharella.web.pages.domain.utilisateur.ManageUtilisateurPage
Action : reject
ACTION_UPDATE - Static variable in class nc.ird.cantharella.web.pages.domain.station.ManageStationPage
Action : update
ACTION_VALID - Static variable in class nc.ird.cantharella.web.pages.domain.utilisateur.ManageUtilisateurPage
Action : validate
addChoice(String) - Method in class nc.ird.cantharella.web.utils.forms.AutoCompleteTextFieldString
Add a choice at the suggestion list
addPageParameter(String, Object) - Method in class nc.ird.cantharella.web.utils.CallerPage
Add a page parameter (only for instance pages)
addValidationErrors(Collection<String>) - Method in class nc.ird.cantharella.web.pages.TemplatePage
Convert validation errors (violations) into readable message, and display them
addValidationErrors(List<Pair<String, String>>) - Method in class nc.ird.cantharella.web.pages.TemplatePage
Convert validation errors (violations) into readable message, and display them
appDebugProperty - Variable in class nc.ird.cantharella.web.config.WebContext
Debug mode
appOptimizeProperty - Variable in class nc.ird.cantharella.web.config.WebContext
Optimize mode
AUTH_COOKIE_KEY - Static variable in class nc.ird.cantharella.web.config.WebContext
Cookie key for authentification
AUTH_COOKIE_MAX_AGE - Static variable in class nc.ird.cantharella.web.config.WebContext
Cookie max age for authentification
AuthContainer - Class in nc.ird.cantharella.web.utils.security
Container displayed only if the specified roles are authorized
AuthContainer(String, AuthRole...) - Constructor for class nc.ird.cantharella.web.utils.security.AuthContainer
Constructor
authenticate(String, String) - Method in class nc.ird.cantharella.web.utils.security.AuthSession
AuthRole - Enum in nc.ird.cantharella.web.utils.security
Authentication roles
AuthRoles - Annotation Type in nc.ird.cantharella.web.utils.security
Page authorized roles
AuthSession - Class in nc.ird.cantharella.web.utils.security
Web session
AuthSession(Request) - Constructor for class nc.ird.cantharella.web.utils.security.AuthSession
Constructor
AuthStrategy - Class in nc.ird.cantharella.web.utils.security
Authorization strategy based on AuthRoles annotations
AuthStrategy() - Constructor for class nc.ird.cantharella.web.utils.security.AuthStrategy
 
AutoCompleteTextFieldString - Class in nc.ird.cantharella.web.utils.forms
AutoCompleteTextField for strings
AutoCompleteTextFieldString(String, IModel<String>, List<String>, AutoCompleteTextFieldString.ComparisonMode) - Constructor for class nc.ird.cantharella.web.utils.forms.AutoCompleteTextFieldString
Constructor
AutoCompleteTextFieldString(String, IModel<String>, List<String>, AutoCompleteTextFieldString.ComparisonMode, int, int) - Constructor for class nc.ird.cantharella.web.utils.forms.AutoCompleteTextFieldString
Constructor
AutoCompleteTextFieldString.ComparisonMode - Enum in nc.ird.cantharella.web.utils.forms
Comparison mode

B

beforeRender(Component) - Method in class nc.ird.cantharella.web.utils.behaviors.ReplaceEmptyLabelBehavior
BigDecimalConverterImpl - Class in nc.ird.cantharella.web.utils.converters
Converter for BigDecimal, work with DECIMAL_PRECISION and SCALE_PRECISION.
BigDecimalConverterImpl() - Constructor for class nc.ird.cantharella.web.utils.converters.BigDecimalConverterImpl
 
BooleanPropertyColumn<T> - Class in nc.ird.cantharella.web.utils.columns
PropertyColumn which display booleans
BooleanPropertyColumn(IModel<String>, String, String, TemplatePage) - Constructor for class nc.ird.cantharella.web.utils.columns.BooleanPropertyColumn
Constructor

C

CallerPage - Class in nc.ird.cantharella.web.utils
Caller page, to make easy redirections between pages.
CallerPage(Class<? extends TemplatePage>) - Constructor for class nc.ird.cantharella.web.utils.CallerPage
Constructor
CallerPage(TemplatePage) - Constructor for class nc.ird.cantharella.web.utils.CallerPage
Constructor
CaptchaModel - Class in nc.ird.cantharella.web.pages.model
Modèle (champs supplémentaires) pour le captcha
CaptchaModel() - Constructor for class nc.ird.cantharella.web.pages.model.CaptchaModel
 
CollapsiblePanel - Class in nc.ird.cantharella.web.utils.panels
Wicket panel that can be opened and closed.
CollapsiblePanel(String, IModel<String>, boolean) - Constructor for class nc.ird.cantharella.web.utils.panels.CollapsiblePanel
Construct the panel
connectUser(Utilisateur, boolean) - Method in class nc.ird.cantharella.web.utils.security.AuthSession
Connect the user (to do after authenticating)
ContactModel - Class in nc.ird.cantharella.web.pages.model
Modèle : contact (message send)
ContactModel() - Constructor for class nc.ird.cantharella.web.pages.model.ContactModel
 
ContactPage - Class in nc.ird.cantharella.web.pages
Contact page
ContactPage() - Constructor for class nc.ird.cantharella.web.pages.ContactPage
Constructeur
convertToObject(String, Locale) - Method in class nc.ird.cantharella.web.utils.converters.BigDecimalConverterImpl
convertToObject(String, Locale) - Method in class nc.ird.cantharella.web.utils.converters.DoubleConverterImpl
convertToString(BigDecimal, Locale) - Method in class nc.ird.cantharella.web.utils.converters.BigDecimalConverterImpl
convertToString(Double, Locale) - Method in class nc.ird.cantharella.web.utils.converters.DoubleConverterImpl
COUNTRIES - Static variable in class nc.ird.cantharella.web.config.WebContext
Countries: Locale -> country code + country name (sorted by country name)
COUNTRY_CODES - Static variable in class nc.ird.cantharella.web.config.WebContext
Country codes: Locale -> country code (sorted by country name)

D

DECIMAL_MIN_FRACTION_DIGIT - Static variable in class nc.ird.cantharella.web.utils.converters.BigDecimalConverterImpl
The minimum number of digits printed for the fraction portion of decimals
DECIMAL_MIN_FRACTION_DIGIT - Static variable in class nc.ird.cantharella.web.utils.converters.DoubleConverterImpl
The minimum number of digits printed for the fraction portion of decimals
DecimalPropertyColumn<T> - Class in nc.ird.cantharella.web.utils.columns
PropertyColumn which display numbers with decimal format
DecimalPropertyColumn(IModel<String>, String, String, DisplayDecimalPropertyModel.DecimalDisplFormat, Locale) - Constructor for class nc.ird.cantharella.web.utils.columns.DecimalPropertyColumn
Constructor
DisplayBooleanPropertyModel - Class in nc.ird.cantharella.web.utils.models
Model to well display boolean informations
DisplayBooleanPropertyModel(Object, String, TemplatePage) - Constructor for class nc.ird.cantharella.web.utils.models.DisplayBooleanPropertyModel
Constructor
DisplayDecimalPropertyModel - Class in nc.ird.cantharella.web.utils.models
Property model to well display decimal fields
DisplayDecimalPropertyModel(Object, String, DisplayDecimalPropertyModel.DecimalDisplFormat, Locale) - Constructor for class nc.ird.cantharella.web.utils.models.DisplayDecimalPropertyModel
Constructor
DisplayDecimalPropertyModel.DecimalDisplFormat - Enum in nc.ird.cantharella.web.utils.models
Format to display decimal
DisplayEnumPropertyModel - Class in nc.ird.cantharella.web.utils.models
Well Display an enum with a property model
DisplayEnumPropertyModel(Object, String, TemplatePage) - Constructor for class nc.ird.cantharella.web.utils.models.DisplayEnumPropertyModel
Constructor
DisplayMapValuePropertyModel<T> - Class in nc.ird.cantharella.web.utils.models
Property Model which give the string resulting value of applying model value on a map.
DisplayMapValuePropertyModel(Object, String, Map<T, String>) - Constructor for class nc.ird.cantharella.web.utils.models.DisplayMapValuePropertyModel
Constructor
DisplayPercentPropertyModel - Class in nc.ird.cantharella.web.utils.models
Property Model to well display percent informations fields
DisplayPercentPropertyModel(Object, String, Locale) - Constructor for class nc.ird.cantharella.web.utils.models.DisplayPercentPropertyModel
Constructor
DisplayShortDatePropertyModel - Class in nc.ird.cantharella.web.utils.models
Property Model to well display short date fields informations
DisplayShortDatePropertyModel(Object, String, Locale) - Constructor for class nc.ird.cantharella.web.utils.models.DisplayShortDatePropertyModel
Constructor
DOUBLE_MAX_FRACTION_DIGIT - Static variable in class nc.ird.cantharella.web.config.WebContext
The maximum number of digits allowed in the fraction portion of doubles
DoubleConverterImpl - Class in nc.ird.cantharella.web.utils.converters
Converter for Float.
DoubleConverterImpl() - Constructor for class nc.ird.cantharella.web.utils.converters.DoubleConverterImpl
 

E

EnumChoiceRenderer<E extends Enum<?>> - Class in nc.ird.cantharella.web.utils.renderers
IChoiceRenderer for an Enum
EnumChoiceRenderer(TemplatePage) - Constructor for class nc.ird.cantharella.web.utils.renderers.EnumChoiceRenderer
Constructor
EnumPropertyColumn<T> - Class in nc.ird.cantharella.web.utils.columns
PropertyColumns which display corresponding messages for enum values
EnumPropertyColumn(IModel<String>, String, String, TemplatePage) - Constructor for class nc.ird.cantharella.web.utils.columns.EnumPropertyColumn
Constructor
enumValueMessage(E) - Method in class nc.ird.cantharella.web.pages.TemplatePage
Retrieve an enum value message (class.value).
errorCurrentPage(Class<? extends TemplatePage>, String, Exception) - Method in class nc.ird.cantharella.web.pages.TemplatePage
Display an error message (pageClass.action.Exception) on the current page
errorCurrentPage(Component) - Method in class nc.ird.cantharella.web.pages.TemplatePage
Display an error message (componentId.KO) on the current page
errorCurrentPage(String, Exception) - Method in class nc.ird.cantharella.web.pages.TemplatePage
Display an error message (resource.action.Exception) on the current page
ErrorPage - Class in nc.ird.cantharella.web.pages.errors
Abstract error page
ErrorPage() - Constructor for class nc.ird.cantharella.web.pages.errors.ErrorPage
Constructor

G

GenericLoadableDetachableModel<M extends nc.ird.cantharella.data.model.utils.AbstractModel> - Class in nc.ird.cantharella.web.utils.models
Generic loadable/detachable model, it stores only the model class & ID, and retrieve the model from the DB when necessary.
GenericLoadableDetachableModel(Class<M>, Serializable) - Constructor for class nc.ird.cantharella.web.utils.models.GenericLoadableDetachableModel
Constructor
GenericLoadableDetachableModel(M) - Constructor for class nc.ird.cantharella.web.utils.models.GenericLoadableDetachableModel
Constructor
getAjaxIndicatorMarkupId() - Method in class nc.ird.cantharella.web.pages.TemplatePage
getCampagnes() - Method in class nc.ird.cantharella.web.pages.model.ManageUtilisateurModel
campagnes getter
getCampagnesDroits() - Method in class nc.ird.cantharella.web.pages.model.ManageUtilisateurModel
campagnesDroits getter
getCaptchaText() - Method in class nc.ird.cantharella.web.pages.model.CaptchaModel
captchaText getter
getCaptchaTextGenerated() - Method in class nc.ird.cantharella.web.pages.model.CaptchaModel
captchaTextGenerated getter
getChoices(String) - Method in class nc.ird.cantharella.web.utils.forms.AutoCompleteTextFieldString
getComplement() - Method in class nc.ird.cantharella.web.pages.model.ManageCampagneModel
complement getter
getConfigurationType() - Method in class nc.ird.cantharella.web.config.WebApplicationImpl
getCurrentPassword() - Method in class nc.ird.cantharella.web.pages.model.UpdateUtilisateurModel
currentPassword getter
getDisplayValue(Personne) - Method in class nc.ird.cantharella.web.pages.renderers.PersonneRenderer
getDisplayValue(E) - Method in class nc.ird.cantharella.web.utils.renderers.EnumChoiceRenderer
getDisplayValue(K) - Method in class nc.ird.cantharella.web.utils.renderers.MapChoiceRenderer
getHomePage() - Method in class nc.ird.cantharella.web.config.WebApplicationImpl
getIdValue(E, int) - Method in class nc.ird.cantharella.web.utils.renderers.EnumChoiceRenderer
getIdValue(K, int) - Method in class nc.ird.cantharella.web.utils.renderers.MapChoiceRenderer
getInnerPanel(String) - Method in class nc.ird.cantharella.web.utils.panels.CollapsiblePanel
Construct the container contained within the collapsible panel
getLatitudeDegrees() - Method in class nc.ird.cantharella.web.pages.model.ManageStationModel
latitudeDegrees getter
getLatitudeMinutes() - Method in class nc.ird.cantharella.web.pages.model.ManageStationModel
latitudeMinutes getter
getLatitudeOrientation() - Method in class nc.ird.cantharella.web.pages.model.ManageStationModel
latitudeOrientation getter
getList() - Method in class nc.ird.cantharella.web.utils.models.LoadableDetachableSortableListDataProvider
list getter
getLongitudeDegrees() - Method in class nc.ird.cantharella.web.pages.model.ManageStationModel
longitudeDegrees getter
getLongitudeMinutes() - Method in class nc.ird.cantharella.web.pages.model.ManageStationModel
longitudeMinutes getter
getLongitudeOrientation() - Method in class nc.ird.cantharella.web.pages.model.ManageStationModel
longitudeOrientation getter
getLots() - Method in class nc.ird.cantharella.web.pages.model.ManageUtilisateurModel
lots getter
getLotsDroits() - Method in class nc.ird.cantharella.web.pages.model.ManageUtilisateurModel
lotsDroits getter
getMail() - Method in class nc.ird.cantharella.web.pages.model.ContactModel
mail getter
getMessage() - Method in class nc.ird.cantharella.web.pages.model.ContactModel
message getter
getModel() - Method in class nc.ird.cantharella.web.utils.panels.PropertyLabelLinkPanel
Get the model
getModel() - Method in class nc.ird.cantharella.web.utils.panels.PropertyLabelLinkProduitPanel
Get the model
getModelObject() - Method in class nc.ird.cantharella.web.utils.panels.PropertyLabelLinkPanel
Get the model object
getModelObject() - Method in class nc.ird.cantharella.web.utils.panels.PropertyLabelLinkProduitPanel
Get the model object
getNewPassword() - Method in class nc.ird.cantharella.web.pages.model.UpdateUtilisateurModel
newPassword getter
getNewPasswordConfirmation() - Method in class nc.ird.cantharella.web.pages.model.UpdateUtilisateurModel
newPasswordConfirmation getter
getObject() - Method in class nc.ird.cantharella.web.utils.models.DisplayBooleanPropertyModel
getObject() - Method in class nc.ird.cantharella.web.utils.models.DisplayDecimalPropertyModel
getObject() - Method in class nc.ird.cantharella.web.utils.models.DisplayEnumPropertyModel
getObject() - Method in class nc.ird.cantharella.web.utils.models.DisplayMapValuePropertyModel
getObject() - Method in class nc.ird.cantharella.web.utils.models.DisplayPercentPropertyModel
getObject() - Method in class nc.ird.cantharella.web.utils.models.DisplayShortDatePropertyModel
getPassword() - Method in class nc.ird.cantharella.web.pages.model.LoginModel
password getter
getPassword() - Method in class nc.ird.cantharella.web.pages.model.RegisterModel
password getter
getPassword() - Method in class nc.ird.cantharella.web.pages.model.UpdateUtilisateurModel
password getter
getPasswordConfirmation() - Method in class nc.ird.cantharella.web.pages.model.RegisterModel
passwordConfirmation getter
getRememberMe() - Method in class nc.ird.cantharella.web.pages.model.LoginModel
rememberMe getter
getRememberMe() - Method in class nc.ird.cantharella.web.utils.security.AuthSession
rememberMe getter
getResource() - Method in class nc.ird.cantharella.web.pages.TemplatePage
resource getter
getRole() - Method in class nc.ird.cantharella.web.utils.security.AuthSession
role getter
getSelectedPersonne() - Method in class nc.ird.cantharella.web.pages.model.ManageCampagneModel
selectedPersonne getter
getSession() - Method in class nc.ird.cantharella.web.pages.TemplatePage
getSubject() - Method in class nc.ird.cantharella.web.pages.model.ContactModel
subject getter
getTargetType() - Method in class nc.ird.cantharella.web.utils.converters.BigDecimalConverterImpl
 
getTargetType() - Method in class nc.ird.cantharella.web.utils.converters.DoubleConverterImpl
 
getUtilisateur() - Method in class nc.ird.cantharella.web.utils.security.AuthSession
utilisateur getter

H

HomePage - Class in nc.ird.cantharella.web.pages
Home page
HomePage() - Constructor for class nc.ird.cantharella.web.pages.HomePage
Constructeur
HTTP_CACHE_DURATION - Static variable in class nc.ird.cantharella.web.config.WebContext
HTTP cache duraction
HTTP_MAXIMUM_UPLOAD - Static variable in class nc.ird.cantharella.web.config.WebContext
HTTP maximum upload
HTTP_REQUEST_LOGGER_WINDOW_SIZE - Static variable in class nc.ird.cantharella.web.config.WebContext
HTTP request logger window size
HTTP_SESSION_MAX_PAGE_MAPS - Static variable in class nc.ird.cantharella.web.config.WebContext
HTTP session max page maps
HTTP_TIME_OUT - Static variable in class nc.ird.cantharella.web.config.WebContext
HTTP time out

I

init() - Method in class nc.ird.cantharella.web.config.WebApplicationImpl
injectSpringBeans(Object) - Static method in class nc.ird.cantharella.web.config.WebApplicationImpl
SpringBeans injector (some objects such as Pages are automatically injected, by not all of them)
innerPanel - Variable in class nc.ird.cantharella.web.utils.panels.CollapsiblePanel
The panel which is showed/hid
INSTANCE - Static variable in class nc.ird.cantharella.web.utils.converters.BigDecimalConverterImpl
The singleton instance for a big integer converter
INSTANCE - Static variable in class nc.ird.cantharella.web.utils.converters.DoubleConverterImpl
The singleton instance for a float converter
InternalErrorPage - Class in nc.ird.cantharella.web.pages.errors
Internal error page
InternalErrorPage() - Constructor for class nc.ird.cantharella.web.pages.errors.InternalErrorPage
 
isAuthorized() - Method in class nc.ird.cantharella.web.utils.security.AuthContainer
authorized getter
isAuthorized(AuthRole[]) - Static method in class nc.ird.cantharella.web.utils.security.AuthStrategy
Check security
isErrorPage() - Method in class nc.ird.cantharella.web.pages.errors.ErrorPage
isPageAuthorized(Class<P>) - Method in class nc.ird.cantharella.web.utils.security.AuthStrategy
iterator(int, int) - Method in class nc.ird.cantharella.web.utils.models.LoadableDetachableSortableListDataProvider

J

JSConfirmationBehavior - Class in nc.ird.cantharella.web.utils.behaviors
JavaScript confirmation behavior
JSConfirmationBehavior(String) - Constructor for class nc.ird.cantharella.web.utils.behaviors.JSConfirmationBehavior
Constructor

L

LinkableImagePropertyColumn<T> - Class in nc.ird.cantharella.web.utils.columns
Column embeded in a datatable which represent an linkable image
LinkableImagePropertyColumn(String, String, String) - Constructor for class nc.ird.cantharella.web.utils.columns.LinkableImagePropertyColumn
Constructor
LinkableImagePropertyColumn.LinkableImagePanel - Class in nc.ird.cantharella.web.utils.columns
Panel which include a linkable image.
LinkableImagePropertyColumn.LinkableImagePanel(Item<ICellPopulator<T>>, String, IModel<T>) - Constructor for class nc.ird.cantharella.web.utils.columns.LinkableImagePropertyColumn.LinkableImagePanel
Constructor
LinkProduitPropertyColumn<T> - Class in nc.ird.cantharella.web.pages.columns
LinkPropertyColumn used to link toward an Extraction or Purification depending on the produit type (extrait or fraction).
LinkProduitPropertyColumn(IModel<String>, String, String, TemplatePage) - Constructor for class nc.ird.cantharella.web.pages.columns.LinkProduitPropertyColumn
Constructor
LinkPropertyColumn<T> - Class in nc.ird.cantharella.web.utils.columns
Column embeded in a datatable which represent a link code from https://cwiki.apache.org/WICKET/adding-links-in-a-defaultdatatable.html
LinkPropertyColumn(IModel<String>, String, String, PopupSettings) - Constructor for class nc.ird.cantharella.web.utils.columns.LinkPropertyColumn
Constructor
LinkPropertyColumn(IModel<String>, String, String, String) - Constructor for class nc.ird.cantharella.web.utils.columns.LinkPropertyColumn
Constructor
LinkPropertyColumn(IModel<String>, String, String, String, PopupSettings) - Constructor for class nc.ird.cantharella.web.utils.columns.LinkPropertyColumn
Constructor
LinkPropertyColumn(IModel<String>, IModel<String>) - Constructor for class nc.ird.cantharella.web.utils.columns.LinkPropertyColumn
Constructor
LinkPropertyColumn(IModel<String>, String, String) - Constructor for class nc.ird.cantharella.web.utils.columns.LinkPropertyColumn
Constructor
LinkPropertyColumn(IModel<String>, String) - Constructor for class nc.ird.cantharella.web.utils.columns.LinkPropertyColumn
Constructor
LinkPropertyColumn.LinkPanel - Class in nc.ird.cantharella.web.utils.columns
Panel which include a link.
LinkPropertyColumn.LinkPanel(Item<ICellPopulator<T>>, String, IModel<T>) - Constructor for class nc.ird.cantharella.web.utils.columns.LinkPropertyColumn.LinkPanel
Constructor
linkTitle - Variable in class nc.ird.cantharella.web.utils.columns.LinkPropertyColumn
Title displayed for the link
ListCampagnesPage - Class in nc.ird.cantharella.web.pages.domain.campagne
Page de consultation des campagnes
ListCampagnesPage() - Constructor for class nc.ird.cantharella.web.pages.domain.campagne.ListCampagnesPage
Constructeur
ListConfigurationPage - Class in nc.ird.cantharella.web.pages.domain.config
Consulting of the Information System configuration
ListConfigurationPage(PageParameters) - Constructor for class nc.ird.cantharella.web.pages.domain.config.ListConfigurationPage
Constructor
ListErreurTestBioPanel - Class in nc.ird.cantharella.web.pages.domain.config.panels
Panel qui liste les erreurs de tests biologiques
ListErreurTestBioPanel(String) - Constructor for class nc.ird.cantharella.web.pages.domain.config.panels.ListErreurTestBioPanel
Constructor
ListExtractionsPage - Class in nc.ird.cantharella.web.pages.domain.extraction
Page de consultation des extractions
ListExtractionsPage() - Constructor for class nc.ird.cantharella.web.pages.domain.extraction.ListExtractionsPage
Constructeur
ListLotsPage - Class in nc.ird.cantharella.web.pages.domain.lot
Page de consultation des lots
ListLotsPage() - Constructor for class nc.ird.cantharella.web.pages.domain.lot.ListLotsPage
Constructeur
ListMethodeExtractionPanel - Class in nc.ird.cantharella.web.pages.domain.config.panels
Panel qui liste les méthodes d'extraction
ListMethodeExtractionPanel(String) - Constructor for class nc.ird.cantharella.web.pages.domain.config.panels.ListMethodeExtractionPanel
Constructor
ListMethodePurificationPanel - Class in nc.ird.cantharella.web.pages.domain.config.panels
Panel qui liste les méthodes de purification
ListMethodePurificationPanel(String) - Constructor for class nc.ird.cantharella.web.pages.domain.config.panels.ListMethodePurificationPanel
Constructor
ListMethodeTestBioPanel - Class in nc.ird.cantharella.web.pages.domain.config.panels
Panel qui liste les méthodes de tests biologiques
ListMethodeTestBioPanel(String) - Constructor for class nc.ird.cantharella.web.pages.domain.config.panels.ListMethodeTestBioPanel
Constructor
ListPartiePanel - Class in nc.ird.cantharella.web.pages.domain.config.panels
Partie part of the SI configuration
ListPartiePanel(String) - Constructor for class nc.ird.cantharella.web.pages.domain.config.panels.ListPartiePanel
Constructor
ListPersonnesPage - Class in nc.ird.cantharella.web.pages.domain.personne
Page de consultation des personnes & utilisateurs, par un administrateur
ListPersonnesPage() - Constructor for class nc.ird.cantharella.web.pages.domain.personne.ListPersonnesPage
Constructeur
ListPurificationsPage - Class in nc.ird.cantharella.web.pages.domain.purification
Page de consultation des purification
ListPurificationsPage() - Constructor for class nc.ird.cantharella.web.pages.domain.purification.ListPurificationsPage
Constructeur
ListSpecimensPage - Class in nc.ird.cantharella.web.pages.domain.specimen
Page de consultation des spécimens
ListSpecimensPage() - Constructor for class nc.ird.cantharella.web.pages.domain.specimen.ListSpecimensPage
Constructeur
ListStationsPage - Class in nc.ird.cantharella.web.pages.domain.station
Page de consultation des stations
ListStationsPage() - Constructor for class nc.ird.cantharella.web.pages.domain.station.ListStationsPage
Constructeur
ListTestsBioPage - Class in nc.ird.cantharella.web.pages.domain.testBio
Page de consultation des résultats des tests biologiques
ListTestsBioPage() - Constructor for class nc.ird.cantharella.web.pages.domain.testBio.ListTestsBioPage
Constructeur
load() - Method in class nc.ird.cantharella.web.utils.models.GenericLoadableDetachableModel
LoadableDetachableSortableListDataProvider<M extends nc.ird.cantharella.data.model.utils.AbstractModel> - Class in nc.ird.cantharella.web.utils.models
Generic loadable/detachable/sortable data provider.
LoadableDetachableSortableListDataProvider(List<M>, Locale) - Constructor for class nc.ird.cantharella.web.utils.models.LoadableDetachableSortableListDataProvider
Constructor
loadStringResource(Class<?>, String, Locale, String, String) - Method in class nc.ird.cantharella.web.utils.resources.WebMessages
loadStringResource(Component, String, Locale, String, String) - Method in class nc.ird.cantharella.web.utils.resources.WebMessages
LoginModel - Class in nc.ird.cantharella.web.pages.model
Modèle : connexion d'un utilisateur, champs supplémentaires
LoginModel() - Constructor for class nc.ird.cantharella.web.pages.model.LoginModel
 
logout() - Method in class nc.ird.cantharella.web.utils.security.AuthSession
Logout action

M

ManageCampagneModel - Class in nc.ird.cantharella.web.pages.model
Modèle : gestion d'une campagne (champs supplémentaires)
ManageCampagneModel() - Constructor for class nc.ird.cantharella.web.pages.model.ManageCampagneModel
 
ManageCampagnePage - Class in nc.ird.cantharella.web.pages.domain.campagne
Gestion d'une campagne
ManageCampagnePage(CallerPage, boolean) - Constructor for class nc.ird.cantharella.web.pages.domain.campagne.ManageCampagnePage
Constructeur (mode création)
ManageCampagnePage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.campagne.ManageCampagnePage
Constructeur (mode édition)
ManageCampagnePage(Campagne, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.campagne.ManageCampagnePage
Constructeur (mode saisie de la campagne suivante)
ManageErreurTestBioPage - Class in nc.ird.cantharella.web.pages.domain.config
Page for adding/update/delete a new "ErreurTest"
ManageErreurTestBioPage() - Constructor for class nc.ird.cantharella.web.pages.domain.config.ManageErreurTestBioPage
Constructor
ManageErreurTestBioPage(Integer) - Constructor for class nc.ird.cantharella.web.pages.domain.config.ManageErreurTestBioPage
Constructor.
ManageExtractionPage - Class in nc.ird.cantharella.web.pages.domain.extraction
Page for adding/update/delete a new "Extraction"
ManageExtractionPage(CallerPage, boolean) - Constructor for class nc.ird.cantharella.web.pages.domain.extraction.ManageExtractionPage
Constructeur (mode création)
ManageExtractionPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.extraction.ManageExtractionPage
Constructeur (mode édition)
ManageExtractionPage(Extraction, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.extraction.ManageExtractionPage
Constructeur (mode saisie de la manip suivante)
ManageLotPage - Class in nc.ird.cantharella.web.pages.domain.lot
Gestion des lots
ManageLotPage(CallerPage, boolean) - Constructor for class nc.ird.cantharella.web.pages.domain.lot.ManageLotPage
Constructeur (mode création)
ManageLotPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.lot.ManageLotPage
Constructeur (mode édition)
ManageLotPage(Lot, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.lot.ManageLotPage
Constructeur (mode saisie du lot suivante)
ManageMethodeExtractionPage - Class in nc.ird.cantharella.web.pages.domain.config
Page for adding/update/delete a new "MethodeExtraction"
ManageMethodeExtractionPage() - Constructor for class nc.ird.cantharella.web.pages.domain.config.ManageMethodeExtractionPage
Constructor
ManageMethodeExtractionPage(Integer) - Constructor for class nc.ird.cantharella.web.pages.domain.config.ManageMethodeExtractionPage
Constructor.
ManageMethodePurificationPage - Class in nc.ird.cantharella.web.pages.domain.config
Page for adding/update/delete a new "MethodePurification"
ManageMethodePurificationPage() - Constructor for class nc.ird.cantharella.web.pages.domain.config.ManageMethodePurificationPage
Constructor
ManageMethodePurificationPage(Integer) - Constructor for class nc.ird.cantharella.web.pages.domain.config.ManageMethodePurificationPage
Constructor.
ManageMethodeTestBioPage - Class in nc.ird.cantharella.web.pages.domain.config
Page for adding/update/delete a new "MethodeTest"
ManageMethodeTestBioPage() - Constructor for class nc.ird.cantharella.web.pages.domain.config.ManageMethodeTestBioPage
Constructor
ManageMethodeTestBioPage(Integer) - Constructor for class nc.ird.cantharella.web.pages.domain.config.ManageMethodeTestBioPage
Constructor.
ManagePartiePage - Class in nc.ird.cantharella.web.pages.domain.config
Page for adding/update/delete a new "Partie"
ManagePartiePage() - Constructor for class nc.ird.cantharella.web.pages.domain.config.ManagePartiePage
Constructor
ManagePartiePage(Integer) - Constructor for class nc.ird.cantharella.web.pages.domain.config.ManagePartiePage
Constructor.
ManagePersonnePage - Class in nc.ird.cantharella.web.pages.domain.personne
Gestion d'une personne par un admin
ManagePersonnePage(CallerPage, boolean) - Constructor for class nc.ird.cantharella.web.pages.domain.personne.ManagePersonnePage
Constructeur (mode création)
ManagePersonnePage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.personne.ManagePersonnePage
Constructeur (mode édition)
ManagePersonnePage(Personne, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.personne.ManagePersonnePage
Constructeur (mode saisie de la personne suivante)
ManagePersonnePanel - Class in nc.ird.cantharella.web.pages.domain.personne.panels
Panneau de gestion d'une personne
ManagePersonnePanel(String, IModel<? extends Personne>) - Constructor for class nc.ird.cantharella.web.pages.domain.personne.panels.ManagePersonnePanel
Constructeur
ManagePurificationPage - Class in nc.ird.cantharella.web.pages.domain.purification
Page for adding/update/delete a new "Purification"
ManagePurificationPage(CallerPage, boolean) - Constructor for class nc.ird.cantharella.web.pages.domain.purification.ManagePurificationPage
Constructeur (mode création)
ManagePurificationPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.purification.ManagePurificationPage
Constructeur (mode édition)
ManagePurificationPage(Purification, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.purification.ManagePurificationPage
Constructeur (mode saisie de la manip suivante)
ManageSpecimenPage - Class in nc.ird.cantharella.web.pages.domain.specimen
Gestion des specimens
ManageSpecimenPage(CallerPage, boolean) - Constructor for class nc.ird.cantharella.web.pages.domain.specimen.ManageSpecimenPage
Constructeur (mode création)
ManageSpecimenPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.specimen.ManageSpecimenPage
Constructeur (mode édition)
ManageSpecimenPage(Specimen, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.specimen.ManageSpecimenPage
Constructeur (mode saisie du specimen suivant)
ManageStationModel - Class in nc.ird.cantharella.web.pages.model
Modèle : gestion d'une station (champs supplémentaires)
ManageStationModel() - Constructor for class nc.ird.cantharella.web.pages.model.ManageStationModel
 
ManageStationPage - Class in nc.ird.cantharella.web.pages.domain.station
Gestion d'une station
ManageStationPage(CallerPage, boolean) - Constructor for class nc.ird.cantharella.web.pages.domain.station.ManageStationPage
Constructor (mode création)
ManageStationPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.station.ManageStationPage
Constructeur (mode édition)
ManageStationPage(Station, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.station.ManageStationPage
Constructeur (mode saisie de la station suivante)
ManageTestBioPage - Class in nc.ird.cantharella.web.pages.domain.testBio
Page for adding/update/delete a new "Test biologique"
ManageTestBioPage(CallerPage, boolean) - Constructor for class nc.ird.cantharella.web.pages.domain.testBio.ManageTestBioPage
Constructeur (mode création)
ManageTestBioPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.testBio.ManageTestBioPage
Constructeur (mode édition)
ManageTestBioPage(TestBio, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.testBio.ManageTestBioPage
Constructeur (mode saisie de la manip suivante)
ManageUtilisateurModel - Class in nc.ird.cantharella.web.pages.model
Modèle : gestion d'un compte utilisateur (champs supplémentaires)
ManageUtilisateurModel() - Constructor for class nc.ird.cantharella.web.pages.model.ManageUtilisateurModel
 
ManageUtilisateurPage - Class in nc.ird.cantharella.web.pages.domain.utilisateur
Gestion d'un utilisateur par un admin
ManageUtilisateurPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.utilisateur.ManageUtilisateurPage
Constructeur
MapChoiceRenderer<K,V> - Class in nc.ird.cantharella.web.utils.renderers
IChoiceRender for a map
MapChoiceRenderer(Map<K, V>) - Constructor for class nc.ird.cantharella.web.utils.renderers.MapChoiceRenderer
Constructor
MapValuePropertyColumn<T,U> - Class in nc.ird.cantharella.web.utils.columns
PropertyColumn which display string resulting values of applying model value on a map.
MapValuePropertyColumn(IModel<String>, String, String, Map<U, String>) - Constructor for class nc.ird.cantharella.web.utils.columns.MapValuePropertyColumn
Constructor
model(M) - Method in class nc.ird.cantharella.web.utils.models.LoadableDetachableSortableListDataProvider

N

nc.ird.cantharella.web.config - package nc.ird.cantharella.web.config
 
nc.ird.cantharella.web.pages - package nc.ird.cantharella.web.pages
 
nc.ird.cantharella.web.pages.columns - package nc.ird.cantharella.web.pages.columns
 
nc.ird.cantharella.web.pages.domain.campagne - package nc.ird.cantharella.web.pages.domain.campagne
 
nc.ird.cantharella.web.pages.domain.config - package nc.ird.cantharella.web.pages.domain.config
 
nc.ird.cantharella.web.pages.domain.config.panels - package nc.ird.cantharella.web.pages.domain.config.panels
 
nc.ird.cantharella.web.pages.domain.extraction - package nc.ird.cantharella.web.pages.domain.extraction
 
nc.ird.cantharella.web.pages.domain.lot - package nc.ird.cantharella.web.pages.domain.lot
 
nc.ird.cantharella.web.pages.domain.personne - package nc.ird.cantharella.web.pages.domain.personne
 
nc.ird.cantharella.web.pages.domain.personne.panels - package nc.ird.cantharella.web.pages.domain.personne.panels
 
nc.ird.cantharella.web.pages.domain.purification - package nc.ird.cantharella.web.pages.domain.purification
 
nc.ird.cantharella.web.pages.domain.specimen - package nc.ird.cantharella.web.pages.domain.specimen
 
nc.ird.cantharella.web.pages.domain.station - package nc.ird.cantharella.web.pages.domain.station
 
nc.ird.cantharella.web.pages.domain.testBio - package nc.ird.cantharella.web.pages.domain.testBio
 
nc.ird.cantharella.web.pages.domain.utilisateur - package nc.ird.cantharella.web.pages.domain.utilisateur
 
nc.ird.cantharella.web.pages.domain.utilisateur.panels - package nc.ird.cantharella.web.pages.domain.utilisateur.panels
 
nc.ird.cantharella.web.pages.errors - package nc.ird.cantharella.web.pages.errors
 
nc.ird.cantharella.web.pages.model - package nc.ird.cantharella.web.pages.model
 
nc.ird.cantharella.web.pages.renderers - package nc.ird.cantharella.web.pages.renderers
 
nc.ird.cantharella.web.utils - package nc.ird.cantharella.web.utils
 
nc.ird.cantharella.web.utils.behaviors - package nc.ird.cantharella.web.utils.behaviors
 
nc.ird.cantharella.web.utils.columns - package nc.ird.cantharella.web.utils.columns
 
nc.ird.cantharella.web.utils.converters - package nc.ird.cantharella.web.utils.converters
 
nc.ird.cantharella.web.utils.forms - package nc.ird.cantharella.web.utils.forms
 
nc.ird.cantharella.web.utils.models - package nc.ird.cantharella.web.utils.models
 
nc.ird.cantharella.web.utils.panels - package nc.ird.cantharella.web.utils.panels
 
nc.ird.cantharella.web.utils.renderers - package nc.ird.cantharella.web.utils.renderers
 
nc.ird.cantharella.web.utils.resources - package nc.ird.cantharella.web.utils.resources
 
nc.ird.cantharella.web.utils.security - package nc.ird.cantharella.web.utils.security
 
newConverterLocator() - Method in class nc.ird.cantharella.web.config.WebApplicationImpl
newSession(Request, Response) - Method in class nc.ird.cantharella.web.config.WebApplicationImpl
NULL_PROPERTY - Static variable in class nc.ird.cantharella.web.utils.behaviors.ReplaceEmptyLabelBehavior
Regular expression to display

O

onBeforeRender() - Method in class nc.ird.cantharella.web.pages.domain.campagne.ManageCampagnePage
onBeforeRender() - Method in class nc.ird.cantharella.web.pages.domain.extraction.ManageExtractionPage
onBeforeRender() - Method in class nc.ird.cantharella.web.pages.domain.lot.ManageLotPage
onBeforeRender() - Method in class nc.ird.cantharella.web.pages.domain.purification.ManagePurificationPage
onBeforeRender() - Method in class nc.ird.cantharella.web.pages.domain.specimen.ManageSpecimenPage
onBeforeRender() - Method in class nc.ird.cantharella.web.pages.domain.testBio.ManageTestBioPage
onBeforeRender() - Method in class nc.ird.cantharella.web.utils.security.AuthContainer
onClick(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class nc.ird.cantharella.web.pages.columns.LinkProduitPropertyColumn
Override this method to react to link clicks.
onClick(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class nc.ird.cantharella.web.utils.columns.LinkableImagePropertyColumn
Override this method to react to link clicks.
onClick(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class nc.ird.cantharella.web.utils.columns.LinkPropertyColumn
Override this method to react to link clicks.
onClick() - Method in class nc.ird.cantharella.web.utils.panels.PropertyLabelLinkPanel
Override this method to react to link clicks.
onClickIfExtrait(Extrait) - Method in class nc.ird.cantharella.web.pages.columns.LinkProduitPropertyColumn
Executed on click evenement when the produis is an extrait
onClickIfExtrait(Extrait) - Method in class nc.ird.cantharella.web.utils.panels.PropertyLabelLinkProduitPanel
Executed on click evenement when the produis is an extrait
onClickIfFraction(Fraction) - Method in class nc.ird.cantharella.web.pages.columns.LinkProduitPropertyColumn
Executed on click evenement when the produis is a fraction
onClickIfFraction(Fraction) - Method in class nc.ird.cantharella.web.utils.panels.PropertyLabelLinkProduitPanel
Executed on click evenement when the produis is a fraction
onComponentTag(Component, ComponentTag) - Method in class nc.ird.cantharella.web.utils.behaviors.JSConfirmationBehavior
onError() - Method in class nc.ird.cantharella.web.utils.forms.SubmittableButtonEvents
(3) Action to perform on process error.
onProcess() - Method in class nc.ird.cantharella.web.utils.forms.SubmittableButtonEvents
(2) Process the form goal.
onSubmit() - Method in class nc.ird.cantharella.web.utils.forms.SubmittableButton
onSuccess() - Method in class nc.ird.cantharella.web.utils.forms.SubmittableButtonEvents
(3) Action to perform on process success.
onValidate() - Method in class nc.ird.cantharella.web.utils.forms.SubmittableButtonEvents
(1) Action to perform on validate.

P

PageExpiredErrorPage - Class in nc.ird.cantharella.web.pages.errors
Page expired error page
PageExpiredErrorPage() - Constructor for class nc.ird.cantharella.web.pages.errors.PageExpiredErrorPage
 
PATTERN_ENUM_VALUE_LABEL - Static variable in class nc.ird.cantharella.web.pages.TemplatePage
Pattern: enum value label (simpleClassName.valueString)
PERCENT_PRECISION - Static variable in class nc.ird.cantharella.web.config.WebContext
Percent format precision
PercentPropertyColumn<T> - Class in nc.ird.cantharella.web.utils.columns
PropertyColumns which display numbers with percent format
PercentPropertyColumn(IModel<String>, String, String, Locale) - Constructor for class nc.ird.cantharella.web.utils.columns.PercentPropertyColumn
Constructor
PersonneRenderer - Class in nc.ird.cantharella.web.pages.renderers
Renderer to display Personne with first the name, then the surname (usefull when list is sorted by 'nom'+'prenom')
PersonneRenderer() - Constructor for class nc.ird.cantharella.web.pages.renderers.PersonneRenderer
 
populateItem(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class nc.ird.cantharella.web.pages.columns.LinkProduitPropertyColumn
populateItem(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class nc.ird.cantharella.web.pages.columns.TaxonomyPropertyColumn
populateItem(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class nc.ird.cantharella.web.utils.columns.BooleanPropertyColumn
populateItem(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class nc.ird.cantharella.web.utils.columns.DecimalPropertyColumn
populateItem(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class nc.ird.cantharella.web.utils.columns.EnumPropertyColumn
populateItem(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class nc.ird.cantharella.web.utils.columns.LinkableImagePropertyColumn
populateItem(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class nc.ird.cantharella.web.utils.columns.LinkPropertyColumn
populateItem(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class nc.ird.cantharella.web.utils.columns.MapValuePropertyColumn
populateItem(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class nc.ird.cantharella.web.utils.columns.PercentPropertyColumn
populateItem(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class nc.ird.cantharella.web.utils.columns.ShortDatePropertyColumn
PropertyLabelLinkPanel<T> - Class in nc.ird.cantharella.web.utils.panels
Panel which display a link with inside the corresponding value of the model
PropertyLabelLinkPanel(String, IModel<T>) - Constructor for class nc.ird.cantharella.web.utils.panels.PropertyLabelLinkPanel
Constructor
PropertyLabelLinkPanel(String, IModel<T>, String) - Constructor for class nc.ird.cantharella.web.utils.panels.PropertyLabelLinkPanel
Constructor
PropertyLabelLinkProduitPanel - Class in nc.ird.cantharella.web.utils.panels
Panel which display a "produit" link with inside the correspondig value of the model.
PropertyLabelLinkProduitPanel(String, IModel<Produit>) - Constructor for class nc.ird.cantharella.web.utils.panels.PropertyLabelLinkProduitPanel
Constructor
PropertyLabelLinkProduitPanel(String, IModel<Produit>, TemplatePage) - Constructor for class nc.ird.cantharella.web.utils.panels.PropertyLabelLinkProduitPanel
Constructor

R

ReadCampagnePage - Class in nc.ird.cantharella.web.pages.domain.campagne
Consultation d'une campagne
ReadCampagnePage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.campagne.ReadCampagnePage
Constructeur
ReadDroitsUtilisateurPanel - Class in nc.ird.cantharella.web.pages.domain.utilisateur.panels
Panneau de consultation des droits d'un utilisateur
ReadDroitsUtilisateurPanel(String, IModel<? extends Utilisateur>) - Constructor for class nc.ird.cantharella.web.pages.domain.utilisateur.panels.ReadDroitsUtilisateurPanel
Constructeur
ReadExtractionPage - Class in nc.ird.cantharella.web.pages.domain.extraction
Consultation d'une extraction
ReadExtractionPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.extraction.ReadExtractionPage
Constructeur
ReadLotPage - Class in nc.ird.cantharella.web.pages.domain.lot
Consultation d'un lot
ReadLotPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.lot.ReadLotPage
Constructeur
ReadPersonnePage - Class in nc.ird.cantharella.web.pages.domain.personne
Consultation d'une personne
ReadPersonnePage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.personne.ReadPersonnePage
Constructeur
ReadPersonnePanel - Class in nc.ird.cantharella.web.pages.domain.personne.panels
Panneau de consultation d'une personne
ReadPersonnePanel(String, IModel<? extends Personne>) - Constructor for class nc.ird.cantharella.web.pages.domain.personne.panels.ReadPersonnePanel
Constructeur
ReadPurificationPage - Class in nc.ird.cantharella.web.pages.domain.purification
Consultation d'une purification
ReadPurificationPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.purification.ReadPurificationPage
Constructeur
ReadSpecimenPage - Class in nc.ird.cantharella.web.pages.domain.specimen
Consultation d'un spécimen
ReadSpecimenPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.specimen.ReadSpecimenPage
Constructeur
ReadStationPage - Class in nc.ird.cantharella.web.pages.domain.station
Consultation d'une station
ReadStationPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.station.ReadStationPage
Constructeur
ReadTestBioPage - Class in nc.ird.cantharella.web.pages.domain.testBio
Consultation d'une manipulation de test biologique
ReadTestBioPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.testBio.ReadTestBioPage
Constructeur
ReadUtilisateurPage - Class in nc.ird.cantharella.web.pages.domain.utilisateur
Consultation d'un utilisateur
ReadUtilisateurPage(Integer, CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.utilisateur.ReadUtilisateurPage
Constructeur
REFERENTIEL_CODES - Static variable in class nc.ird.cantharella.web.config.WebContext
Référentiels codes
refreshFeedbackPage(AjaxRequestTarget) - Method in class nc.ird.cantharella.web.pages.TemplatePage
Refresh feedback page and scroll up to the anchor if any feedback message
RegisterModel - Class in nc.ird.cantharella.web.pages.model
Modèle (champs supplémentaires) pour la demande de création de compte utilisateur
RegisterModel() - Constructor for class nc.ird.cantharella.web.pages.model.RegisterModel
 
RegisterPage - Class in nc.ird.cantharella.web.pages.domain.utilisateur
Page de demande de création de compte utilisateur
RegisterPage() - Constructor for class nc.ird.cantharella.web.pages.domain.utilisateur.RegisterPage
Constructeur
renderHead(IHeaderResponse) - Method in class nc.ird.cantharella.web.pages.TemplatePage
ReplaceEmptyLabelBehavior - Class in nc.ird.cantharella.web.utils.behaviors
For instance, used to replace empty fields by customed regular expression when model is null
ReplaceEmptyLabelBehavior() - Constructor for class nc.ird.cantharella.web.utils.behaviors.ReplaceEmptyLabelBehavior
 
ResetPasswordPage - Class in nc.ird.cantharella.web.pages.domain.utilisateur
Mise-à-jour du mot de passe perdu d'un utilisateur
ResetPasswordPage() - Constructor for class nc.ird.cantharella.web.pages.domain.utilisateur.ResetPasswordPage
Constructeur
responsePage(TemplatePage) - Method in class nc.ird.cantharella.web.utils.CallerPage
Set the response page for the current page
ROWS_PER_PAGE - Static variable in class nc.ird.cantharella.web.config.WebContext
The maximum rows number displayed for a list page

S

SandboxPage - Class in nc.ird.cantharella.web.pages
Page dedicated to test some Wicket behaviors
SandboxPage() - Constructor for class nc.ird.cantharella.web.pages.SandboxPage
Constructor
setCampagnesDroits(Map<Campagne, CampagnePersonneDroits>) - Method in class nc.ird.cantharella.web.pages.model.ManageUtilisateurModel
campagnesDroits setter
setCaptchaText(String) - Method in class nc.ird.cantharella.web.pages.model.CaptchaModel
captchaText setter
setCaptchaTextGenerated(String) - Method in class nc.ird.cantharella.web.pages.model.CaptchaModel
captchaTextGenerated setter
setComplement(String) - Method in class nc.ird.cantharella.web.pages.model.ManageCampagneModel
complement setter
setCurrentPassword(String) - Method in class nc.ird.cantharella.web.pages.model.UpdateUtilisateurModel
currentPassword setter
setLatitudeDegrees(Integer) - Method in class nc.ird.cantharella.web.pages.model.ManageStationModel
latitudeDegrees setter
setLatitudeMinutes(BigDecimal) - Method in class nc.ird.cantharella.web.pages.model.ManageStationModel
latitudeMinutes setter
setLatitudeOrientation(Character) - Method in class nc.ird.cantharella.web.pages.model.ManageStationModel
latitudeOrientation setter
setList(List<M>) - Method in class nc.ird.cantharella.web.utils.models.LoadableDetachableSortableListDataProvider
list setter
setLongitudeDegrees(Integer) - Method in class nc.ird.cantharella.web.pages.model.ManageStationModel
longitudeDegrees setter
setLongitudeMinutes(BigDecimal) - Method in class nc.ird.cantharella.web.pages.model.ManageStationModel
longitudeMinutes setter
setLongitudeOrientation(Character) - Method in class nc.ird.cantharella.web.pages.model.ManageStationModel
longitudeOrientation setter
setLotsDroits(Map<Lot, LotPersonneDroits>) - Method in class nc.ird.cantharella.web.pages.model.ManageUtilisateurModel
lotsDroits setter
setMail(String) - Method in class nc.ird.cantharella.web.pages.model.ContactModel
mail setter
setMessage(String) - Method in class nc.ird.cantharella.web.pages.model.ContactModel
message setter
setNewPassword(String) - Method in class nc.ird.cantharella.web.pages.model.UpdateUtilisateurModel
newPassword setter
setNewPasswordConfirmation(String) - Method in class nc.ird.cantharella.web.pages.model.UpdateUtilisateurModel
newPasswordConfirmation setter
setPassword(String) - Method in class nc.ird.cantharella.web.pages.model.LoginModel
password setter
setPassword(String) - Method in class nc.ird.cantharella.web.pages.model.RegisterModel
password setter
setPassword(String) - Method in class nc.ird.cantharella.web.pages.model.UpdateUtilisateurModel
password setter
setPasswordConfirmation(String) - Method in class nc.ird.cantharella.web.pages.model.RegisterModel
passwordConfirmation setter
setRememberMe(Boolean) - Method in class nc.ird.cantharella.web.pages.model.LoginModel
rememberMe setter
setSelectedPersonne(Personne) - Method in class nc.ird.cantharella.web.pages.model.ManageCampagneModel
selectedPersonne setter
setSubject(String) - Method in class nc.ird.cantharella.web.pages.model.ContactModel
subject setter
ShortDatePropertyColumn<T> - Class in nc.ird.cantharella.web.utils.columns
PropertyColumns which display dates with a short format
ShortDatePropertyColumn(IModel<String>, String, String, Locale) - Constructor for class nc.ird.cantharella.web.utils.columns.ShortDatePropertyColumn
Constructor
SimpleTooltipPanel - Class in nc.ird.cantharella.web.utils.panels
Panel which display a image (a question mark) with an associated message (display by the navigator on "on over" event)
SimpleTooltipPanel(String, IModel<?>) - Constructor for class nc.ird.cantharella.web.utils.panels.SimpleTooltipPanel
Constructor
size() - Method in class nc.ird.cantharella.web.utils.models.LoadableDetachableSortableListDataProvider
SubmittableButton - Class in nc.ird.cantharella.web.utils.forms
Submittable form button, which overrides the default form behavior
SubmittableButton(String, Class<? extends TemplatePage>, SubmittableButtonEvents) - Constructor for class nc.ird.cantharella.web.utils.forms.SubmittableButton
Constructor
SubmittableButton(String, IModel<String>, SubmittableButtonEvents) - Constructor for class nc.ird.cantharella.web.utils.forms.SubmittableButton
Constructor
SubmittableButton(String, SubmittableButtonEvents) - Constructor for class nc.ird.cantharella.web.utils.forms.SubmittableButton
Constructor
SubmittableButtonEvents - Class in nc.ird.cantharella.web.utils.forms
Submittable form component actions
SubmittableButtonEvents() - Constructor for class nc.ird.cantharella.web.utils.forms.SubmittableButtonEvents
 
successCurrentPage(Class<? extends TemplatePage>, String) - Method in class nc.ird.cantharella.web.pages.TemplatePage
Display a success message on the current page (pageClass.action.OK)
successCurrentPage(String) - Method in class nc.ird.cantharella.web.pages.TemplatePage
Display a success message on the current page (resource.action.OK)
successNextPage(Class<? extends TemplatePage>, String) - Method in class nc.ird.cantharella.web.pages.TemplatePage
Display a success message on the next page (pageClass.action.OK)
successNextPage(String) - Method in class nc.ird.cantharella.web.pages.TemplatePage
Display a success message on the next page (resource.action.OK)

T

TaxonomyPropertyColumn<T> - Class in nc.ird.cantharella.web.pages.columns
Column which display taxonomy names.
TaxonomyPropertyColumn(IModel<String>, String, String) - Constructor for class nc.ird.cantharella.web.pages.columns.TaxonomyPropertyColumn
Constructor
TaxonomyPropertyColumn(IModel<String>, String) - Constructor for class nc.ird.cantharella.web.pages.columns.TaxonomyPropertyColumn
Constructor
TemplatePage - Class in nc.ird.cantharella.web.pages
Template page
TemplatePage(Class<? extends TemplatePage>) - Constructor for class nc.ird.cantharella.web.pages.TemplatePage
Constructor

U

update(Utilisateur) - Method in class nc.ird.cantharella.web.utils.security.AuthSession
Login action
UpdateUtilisateurModel - Class in nc.ird.cantharella.web.pages.model
Modèle : champs supplémentaire pour la mise à jour de son profil utilisateur
UpdateUtilisateurModel() - Constructor for class nc.ird.cantharella.web.pages.model.UpdateUtilisateurModel
 
UpdateUtilisateurPage - Class in nc.ird.cantharella.web.pages.domain.utilisateur
Mise à jour du profil utilisateur
UpdateUtilisateurPage() - Constructor for class nc.ird.cantharella.web.pages.domain.utilisateur.UpdateUtilisateurPage
Constructeur
UpdateUtilisateurPage(CallerPage) - Constructor for class nc.ird.cantharella.web.pages.domain.utilisateur.UpdateUtilisateurPage
Constructeur

V

validate() - Method in class nc.ird.cantharella.web.pages.domain.personne.panels.ManagePersonnePanel
Validation
validate() - Method in class nc.ird.cantharella.web.pages.model.CaptchaModel
Validate the model
validate() - Method in class nc.ird.cantharella.web.pages.model.RegisterModel
Validate the model
validate() - Method in class nc.ird.cantharella.web.pages.model.UpdateUtilisateurModel
Validate the model
valueOf(String) - Static method in enum nc.ird.cantharella.web.utils.forms.AutoCompleteTextFieldString.ComparisonMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nc.ird.cantharella.web.utils.models.DisplayDecimalPropertyModel.DecimalDisplFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nc.ird.cantharella.web.utils.security.AuthRole
Returns the enum constant of this type with the specified name.
values() - Static method in enum nc.ird.cantharella.web.utils.forms.AutoCompleteTextFieldString.ComparisonMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nc.ird.cantharella.web.utils.models.DisplayDecimalPropertyModel.DecimalDisplFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nc.ird.cantharella.web.utils.security.AuthRole
Returns an array containing the constants of this enum type, in the order they are declared.

W

webApplication() - Method in class nc.ird.cantharella.web.config.WebContext
 
WebApplicationImpl - Class in nc.ird.cantharella.web.config
Web application
WebApplicationImpl(boolean, boolean, RuntimeConfigurationType, IStringResourceLoader...) - Constructor for class nc.ird.cantharella.web.config.WebApplicationImpl
Constructor
WebContext - Class in nc.ird.cantharella.web.config
Spring context for the web layer
WebContext() - Constructor for class nc.ird.cantharella.web.config.WebContext
 
WebMessages - Class in nc.ird.cantharella.web.utils.resources
Internationalization messages (works with Spring MessageSourceAccessor)
WebMessages(MessageSourceAccessor) - Constructor for class nc.ird.cantharella.web.utils.resources.WebMessages
Constructor
webMessageSource() - Method in class nc.ird.cantharella.web.config.WebContext
 
webModelValidator() - Method in class nc.ird.cantharella.web.config.WebContext
 
wicketConfiguration - Variable in class nc.ird.cantharella.web.config.WebContext
Wicket configuration string ("development" or "deployment")
A B C D E G H I J L M N O P R S T U V W 

Copyright © 2012. All Rights Reserved.