ccc / projets / BCCCC / doc / index-files / index-8.html @ 10
Historique | Voir | Annoter | Télécharger (9,02 ko)
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
---|---|
2 |
<!-- NewPage -->
|
3 |
<html lang="fr"> |
4 |
<head>
|
5 |
<!-- Generated by javadoc (version 1.7.0_79) on Wed Oct 14 16:10:13 CEST 2015 -->
|
6 |
<title>H-Index</title> |
7 |
<meta name="date" content="2015-10-14"> |
8 |
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> |
9 |
</head>
|
10 |
<body>
|
11 |
<script type="text/javascript"><!-- |
12 |
if (location.href.indexOf('is-external=true') == -1) {
|
13 |
parent.document.title="H-Index";
|
14 |
}
|
15 |
//--> |
16 |
</script>
|
17 |
<noscript>
|
18 |
<div>JavaScript is disabled on your browser.</div> |
19 |
</noscript>
|
20 |
<!-- ========= START OF TOP NAVBAR ======= -->
|
21 |
<div class="topNav"><a name="navbar_top"> |
22 |
<!-- -->
|
23 |
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> |
24 |
<!-- -->
|
25 |
</a>
|
26 |
<ul class="navList" title="Navigation"> |
27 |
<li><a href="../overview-summary.html">Overview</a></li> |
28 |
<li>Package</li> |
29 |
<li>Class</li> |
30 |
<li>Use</li> |
31 |
<li><a href="../overview-tree.html">Tree</a></li> |
32 |
<li><a href="../deprecated-list.html">Deprecated</a></li> |
33 |
<li class="navBarCell1Rev">Index</li> |
34 |
<li><a href="../help-doc.html">Help</a></li> |
35 |
</ul>
|
36 |
</div>
|
37 |
<div class="subNav"> |
38 |
<ul class="navList"> |
39 |
<li><a href="index-7.html">Prev Letter</a></li> |
40 |
<li><a href="index-9.html">Next Letter</a></li> |
41 |
</ul>
|
42 |
<ul class="navList"> |
43 |
<li><a href="../index.html?index-filesindex-8.html" target="_top">Frames</a></li> |
44 |
<li><a href="index-8.html" target="_top">No Frames</a></li> |
45 |
</ul>
|
46 |
<ul class="navList" id="allclasses_navbar_top"> |
47 |
<li><a href="../allclasses-noframe.html">All Classes</a></li> |
48 |
</ul>
|
49 |
<div>
|
50 |
<script type="text/javascript"><!-- |
51 |
allClassesLink = document.getElementById("allclasses_navbar_top");
|
52 |
if(window==top) {
|
53 |
allClassesLink.style.display = "block";
|
54 |
}
|
55 |
else {
|
56 |
allClassesLink.style.display = "none";
|
57 |
}
|
58 |
//--> |
59 |
</script>
|
60 |
</div>
|
61 |
<a name="skip-navbar_top"> |
62 |
<!-- -->
|
63 |
</a></div> |
64 |
<!-- ========= END OF TOP NAVBAR ========= -->
|
65 |
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">K</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> <a href="index-22.html">Y</a> <a name="_H_"> |
66 |
<!-- -->
|
67 |
</a>
|
68 |
<h2 class="title">H</h2> |
69 |
<dl>
|
70 |
<dt><span class="strong"><a href="../org/ccc/bcccc/client/GreetingService.html#hello()">hello()</a></span> - Method in interface org.ccc.bcccc.client.<a href="../org/ccc/bcccc/client/GreetingService.html" title="interface in org.ccc.bcccc.client">GreetingService</a></dt> |
71 |
<dd>
|
72 |
<div class="block">Starts the user session : register the HTTP session and check if user is logged</div> |
73 |
</dd>
|
74 |
<dt><span class="strong"><a href="../org/ccc/bcccc/client/GreetingServiceAsync.html#hello(com.google.gwt.user.client.rpc.AsyncCallback)">hello(AsyncCallback<String>)</a></span> - Method in interface org.ccc.bcccc.client.<a href="../org/ccc/bcccc/client/GreetingServiceAsync.html" title="interface in org.ccc.bcccc.client">GreetingServiceAsync</a></dt> |
75 |
<dd>
|
76 |
<div class="block">Hello.</div> |
77 |
</dd>
|
78 |
<dt><span class="strong"><a href="../org/ccc/bcccc/server/GreetingServiceImpl.html#hello()">hello()</a></span> - Method in class org.ccc.bcccc.server.<a href="../org/ccc/bcccc/server/GreetingServiceImpl.html" title="class in org.ccc.bcccc.server">GreetingServiceImpl</a></dt> |
79 |
<dd>
|
80 |
<div class="block">load records from database.</div> |
81 |
</dd>
|
82 |
<dt><span class="strong"><a href="../org/ccc/bcccc/client/BCCCC.html#historyChanged(com.google.gwt.event.logical.shared.ValueChangeEvent)">historyChanged(ValueChangeEvent<String>)</a></span> - Method in class org.ccc.bcccc.client.<a href="../org/ccc/bcccc/client/BCCCC.html" title="class in org.ccc.bcccc.client">BCCCC</a></dt> |
83 |
<dd>
|
84 |
<div class="block">Appelé à chaque fois que l'ancre de l'adresse a été modifiée |
85 |
|
86 |
http://localhost/#avant -> http://localhost/#apres</div> |
87 |
</dd>
|
88 |
<dt><span class="strong"><a href="../org/ccc/bcccc/shared/K.html#HOME">HOME</a></span> - Static variable in class org.ccc.bcccc.shared.<a href="../org/ccc/bcccc/shared/K.html" title="class in org.ccc.bcccc.shared">K</a></dt> |
89 |
<dd>
|
90 |
<div class="block">The Constant HOME.</div> |
91 |
</dd>
|
92 |
<dt><span class="strong"><a href="../org/ccc/bcccc/client/BCCCC.html#homeButton">homeButton</a></span> - Variable in class org.ccc.bcccc.client.<a href="../org/ccc/bcccc/client/BCCCC.html" title="class in org.ccc.bcccc.client">BCCCC</a></dt> |
93 |
<dd>
|
94 |
<div class="block">The home button : ouvre le panneau d'accueil</div> |
95 |
</dd>
|
96 |
<dt><span class="strong"><a href="../org/ccc/bcccc/server/ConfigDB.html#HOMEDIR">HOMEDIR</a></span> - Static variable in class org.ccc.bcccc.server.<a href="../org/ccc/bcccc/server/ConfigDB.html" title="class in org.ccc.bcccc.server">ConfigDB</a></dt> |
97 |
<dd>
|
98 |
<div class="block">The Constant HOMEDIR.</div> |
99 |
</dd>
|
100 |
<dt><span class="strong"><a href="../org/ccc/bcccc/client/BCCCC.html#homePanel">homePanel</a></span> - Variable in class org.ccc.bcccc.client.<a href="../org/ccc/bcccc/client/BCCCC.html" title="class in org.ccc.bcccc.client">BCCCC</a></dt> |
101 |
<dd>
|
102 |
<div class="block">The home panel.</div> |
103 |
</dd>
|
104 |
<dt><a href="../org/ccc/bcccc/client/panels/HomePanel.html" title="class in org.ccc.bcccc.client.panels"><span class="strong">HomePanel</span></a> - Class in <a href="../org/ccc/bcccc/client/panels/package-summary.html">org.ccc.bcccc.client.panels</a></dt> |
105 |
<dd>
|
106 |
<div class="block">The Class HomePanel: panneau d'accueil, affiche le contenu de la page welcome.html |
107 |
|
108 |
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)</div>
|
109 |
</dd>
|
110 |
<dt><span class="strong"><a href="../org/ccc/bcccc/client/panels/HomePanel.html#HomePanel()">HomePanel()</a></span> - Constructor for class org.ccc.bcccc.client.panels.<a href="../org/ccc/bcccc/client/panels/HomePanel.html" title="class in org.ccc.bcccc.client.panels">HomePanel</a></dt> |
111 |
<dd>
|
112 |
<div class="block">Instantiates a new home panel.</div> |
113 |
</dd>
|
114 |
<dt><a href="../org/ccc/bcccc/server/HSQLDB.html" title="class in org.ccc.bcccc.server"><span class="strong">HSQLDB</span></a> - Class in <a href="../org/ccc/bcccc/server/package-summary.html">org.ccc.bcccc.server</a></dt> |
115 |
<dd>
|
116 |
<div class="block">a test to access a HSQL database.</div> |
117 |
</dd>
|
118 |
<dt><span class="strong"><a href="../org/ccc/bcccc/server/HSQLDB.html#HSQLDB()">HSQLDB()</a></span> - Constructor for class org.ccc.bcccc.server.<a href="../org/ccc/bcccc/server/HSQLDB.html" title="class in org.ccc.bcccc.server">HSQLDB</a></dt> |
119 |
<dd> </dd> |
120 |
</dl>
|
121 |
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">K</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> <a href="index-22.html">Y</a> </div> |
122 |
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
123 |
<div class="bottomNav"><a name="navbar_bottom"> |
124 |
<!-- -->
|
125 |
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> |
126 |
<!-- -->
|
127 |
</a>
|
128 |
<ul class="navList" title="Navigation"> |
129 |
<li><a href="../overview-summary.html">Overview</a></li> |
130 |
<li>Package</li> |
131 |
<li>Class</li> |
132 |
<li>Use</li> |
133 |
<li><a href="../overview-tree.html">Tree</a></li> |
134 |
<li><a href="../deprecated-list.html">Deprecated</a></li> |
135 |
<li class="navBarCell1Rev">Index</li> |
136 |
<li><a href="../help-doc.html">Help</a></li> |
137 |
</ul>
|
138 |
</div>
|
139 |
<div class="subNav"> |
140 |
<ul class="navList"> |
141 |
<li><a href="index-7.html">Prev Letter</a></li> |
142 |
<li><a href="index-9.html">Next Letter</a></li> |
143 |
</ul>
|
144 |
<ul class="navList"> |
145 |
<li><a href="../index.html?index-filesindex-8.html" target="_top">Frames</a></li> |
146 |
<li><a href="index-8.html" target="_top">No Frames</a></li> |
147 |
</ul>
|
148 |
<ul class="navList" id="allclasses_navbar_bottom"> |
149 |
<li><a href="../allclasses-noframe.html">All Classes</a></li> |
150 |
</ul>
|
151 |
<div>
|
152 |
<script type="text/javascript"><!-- |
153 |
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
154 |
if(window==top) {
|
155 |
allClassesLink.style.display = "block";
|
156 |
}
|
157 |
else {
|
158 |
allClassesLink.style.display = "none";
|
159 |
}
|
160 |
//--> |
161 |
</script>
|
162 |
</div>
|
163 |
<a name="skip-navbar_bottom"> |
164 |
<!-- -->
|
165 |
</a></div> |
166 |
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
167 |
</body>
|
168 |
</html>
|