- hello() - Method in interface org.ccc.bcccc.client.GreetingService
-
Starts the user session : register the HTTP session and check if user is logged
- hello(AsyncCallback<String>) - Method in interface org.ccc.bcccc.client.GreetingServiceAsync
-
Hello.
- hello() - Method in class org.ccc.bcccc.server.GreetingServiceImpl
-
load records from database.
- historyChanged(ValueChangeEvent<String>) - Method in class org.ccc.bcccc.client.BCCCC
-
Appelé à chaque fois que l'ancre de l'adresse a été modifiée
http://localhost/#avant -> http://localhost/#apres
- HOME - Static variable in class org.ccc.bcccc.shared.K
-
The Constant HOME.
- homeButton - Variable in class org.ccc.bcccc.client.BCCCC
-
The home button : ouvre le panneau d'accueil
- HOMEDIR - Static variable in class org.ccc.bcccc.server.ConfigDB
-
The Constant HOMEDIR.
- homePanel - Variable in class org.ccc.bcccc.client.BCCCC
-
The home panel.
- HomePanel - Class in org.ccc.bcccc.client.panels
-
The Class HomePanel: panneau d'accueil, affiche le contenu de la page welcome.html
On peut insérer des hyperliens directement dans cette page pour par ouvrir la liste des fiches, ou voir une fiche en particulier (une fiche démo par exemple)
- HomePanel() - Constructor for class org.ccc.bcccc.client.panels.HomePanel
-
Instantiates a new home panel.
- HSQLDB - Class in org.ccc.bcccc.server
-
a test to access a HSQL database.
- HSQLDB() - Constructor for class org.ccc.bcccc.server.HSQLDB
-