1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Vaadin @version@</title>
<link rel="stylesheet" type="text/css" href="demo/css/styles.css" />
<link rel="stylesheet" type="text/css" href="demo/css/zoombox.css" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="demo/css/ie.css" />
<![endif]-->
</head> <!-- /head -->
<body>
<div id="header">
<h1>Vaadin – thinking of U and I</h1>
<div id="version">
<strong>Version @version@</strong>
<a href="release-notes.html" class="release-notes" title="Read the release notes for this Vaadin version">Release Notes »</a>
</div>
</div> <!-- /header -->
<div id="subheader">
<ul id="menu">
<li></li>
<!--
<li><a href="#sampler">Sampler</a></li>
<li>•</li>
<li><a href="#addons">Add-ons</a></li>
<li>•</li>
<li><a href="#code-examples">Code Examples</a></li>
<li>•</li>
<li><a href="#getting-started">Getting Started</a></li>
<li>•</li>
<li><a href="#docs">Documentation</a></li>
<li>•</li>
<li><a href="#support">Support</a></li>
-->
</ul>
<ul id="links">
<li><a href="http://vaadin.com/forum" title="Open vaadin.com/forum">Discussion Forum »</a></li>
<li><a href="http://dev.vaadin.com" title="Open dev.vaadin.com">Issue Tracker »</a></li>
<li><a href="http://www.vaadin.com" title="Open www.vaadin.com">Vaadin Home »</a></li>
</ul>
</div> <!-- /subheader -->
<div id="upfront">
<div id="sampler">
<a href="sampler/" class="demoapp">
<div id="sampler-slideshow">
<ul>
<li class="active"><img src="demo/img/sampler/home.png" alt="Sampler home screen" /></li>
<li><img src="demo/img/sampler/category.png" alt="Sampler category screen" /></li>
<li><img src="demo/img/sampler/sample.png" alt="Sampler individual sample screen" /></li>
<li><img src="demo/img/sampler/source.png" alt="Sampler example source code" /></li>
</ul>
<span class="mask"></span>
</div>
<h2>Sampler</h2>
<p>See all Vaadin Framework <strong>core components</strong> and their <strong>features</strong> in action in the Sampler! <strong>Sources for all samples</strong> are available for you to see and use.</p>
<strong class="start">Start Sampler »</strong>
<!--<strong class="new"><em>Notable In This Release</em> • Drag'n'drop • Keyboard Shortcuts • AbsoluteLayout • GWT 2.0</strong>-->
</a>
</div>
</div> <!-- /upfront -->
<div id="content">
<h3 class="reasons">More Reasons to Choose Vaadin</h3>
<ul id="reasons">
<li id="programming-model" class="tab">
<h4 title="Pure Java">Efficient Programming Model</h4>
<div class="col2">
<h5>Server-side Java</h5>
<p>Forget about HTML, Javascript, the browser and RPC, you're working with server-side Java code. This separates Vaadin from client-oriented Java frameworks such as GWT.</p>
</div>
<div class="col2">
<h5>Code Examples</h5>
<ul>
<li>
<h6>Hello World – The classic example</h6>
<a href="docs/example-source/com/vaadin/demo/HelloWorld.java.html" title="View Source">HelloWorld.java</a> • <a href="HelloWorld" class="demoapp">Run the app »</a>
</li>
<li>
<h6>Calculator – Simple logic & event handling</h6>
<a href="docs/example-source/com/vaadin/demo/Calc.java.html" title="View Source">Calc.java</a> • <a href="Calc" class="demoapp">Run the app »</a>
</li>
</ul>
</div>
<div class="newline col2">
<h5>Architecture Diagram</h5>
<p>Learn how Vaadin integrates with different platforms and other frameworks, and where your code fits in.</p>
<a class="thumb" href="demo/img/vaadin-overall-architecture.png" rel="zoombox">
<img src="demo/img/icons/architecture.png" />
<span></span>
</a>
</div>
<div class="col2">
<h5>Short Development Example</h5>
<p>Watch how to create a document editor application from scratch in less than 10 minutes using Eclipse and the <a href="#development">Vaadin Eclipse Plugin</a>.</p>
<a class="thumb video" href="http://www.youtube.com/watch?v=u-a3VQF90kw" rel="zoombox">
<img src="demo/img/icons/dev-video.png" />
<span>Vaadin step-by-step (10 min)</span>
</a>
</div>
<div class="newline col2">
<h5>Browser independent</h5>
<p>Leave the browser compatibility issues to Vaadin and focus on developing your application. All components in Vaadin are compatible with</p>
<ul>
<li>Internet Explorer 6+</li>
<li>Mozilla Firefox 3+</li>
<li>Safari 3+</li>
<li>Opera 10</li>
<li>Google Chrome 4</li>
</ul>
</div>
<div class="col2">
<h5>No plugins required</h5>
<p>Vaadin is based on javascript and does not require the end user to install any plugins.</p>
</div>
<div class="col2">
<h5>More Resources</h5>
<ul>
<li><a href="http://vaadin.com/comparison">Framework comparison</a></li>
<li><a href="http://vaadin.com/learn">Learn more from vaadin.com</a></li>
</ul>
</div>
</li>
<li id="theming" class="tab">
<h4 title="Themes">Flexible Theming</h4>
<div class="col4">
<h5>Looks the Way You Want It To</h5>
<p>Vaadin comes with two great themes to get you started. Since individual apps have individual needs, Vaadin makes it easy to customize the look of your application using only CSS.</p>
</div>
<div class="newline col4">
<h5>Built-in Themes</h5>
<div class="col2">
<a class="thumb demoapp" href="ReindeerTheme">
<img src="demo/img/icons/reindeer.png" />
<span><strong>Reindeer</strong>One theme – multiple looks</span>
</a>
</div>
<div class="col2">
<a class="thumb" href="RunoTheme">
<img src="demo/img/icons/runo.png" />
<span><strong>Runo</strong>Clean and easy to extend</span>
</a>
</div>
</div>
<div class="col4">
<h5>Additional Themes & Demos</h5>
<div class="col2">
<a class="thumb demoapp" href="http://demo.vaadin.com/chameleontheme">
<img src="demo/img/icons/chameleon.png" />
<span><strong>Chameleon Theme</strong>Create your own theme in seconds</span>
</a>
<a class="thumb-rel" href="http://vaadin.com/directory#addon/106">Available in Vaadin Directory</a>
</div>
<div class="col2">
<a class="thumb demoapp" href="VaadinTunesLayout/">
<img src="demo/img/icons/vaadintunes.png" />
<span><strong>VaadinTunes</strong>Advanced layout and theme example</span>
</a>
<a class="thumb-rel" href="http://demo.vaadin.com/docs/example-source/com/vaadin/demo/VaadinTunesLayout.java.html">Source code</a>
</div>
</div>
<div class="col4">
<h5>More Resources</h5>
<ul>
<li><a href="http://vaadin.com/directory#browse/type/2">Browse the themes category in Vaadin Directory</a></li>
</ul>
<ul>
<li><a href="http://vaadin.com/book/-/page/themes.html">Themes section of Book of Vaadin</a></li>
</ul>
</div>
</li>
<li id="add-ons" class="tab">
<h4 title="Add-ons">Extending, Packaging and Distributing</h4>
<div class="col2">
<h5>Extend or Create your Own Components</h5>
<p>Extend the existing components or create brand new ones using Java and GWT. Server communication is handled automatically, you only provide the state information to be sent.</p>
<ul>
<li><a href="http://vaadin.com/book/-/page/gwt.html">More information on developing components</a></li>
</ul>
</div>
<div class="col2">
<h5>Add-on Architecture</h5>
<p>Vaadin has a unique add-on architecture. Add-ons, such as new components can be packaged as single JARs, which can then be used in other projects just by adding them to the project's classpath.</p>
</div>
<div class="newline col2">
<h5>Vaadin Directory</h5>
<p>Vaadin Directory contains dozens of useful add-ons of all kinds. See what others have done or distribute your own add-ons for others to use.</p>
<a href="http://vaadin.com/directory"><img src="demo/img/directory.png" /></a>
</div>
<div class="newline col2">
<h5>Integrating Add-ons</h5>
<p>Integrating add-ons from Vaadin Directory into your project is as easy as downloading them and recompiling the widgetset. The video below demonstrates the process.</p>
<ul>
<li><a href="http://vaadin.com/directory/help/using-vaadin-add-ons">Using Vaadin add-ons</a></li>
</ul>
<a class="thumb video" href="http://www.youtube.com/watch?v=LSXCNL6Q1w0" rel="zoombox">
<img src="demo/img/icons/integrating-video.png" />
<span>Downloading and integrating an add-on from Vaadin Directory (4 min)</span>
</a>
</div>
<div class="col2">
<h5>Packaging Add-ons</h5>
<p>Create re-usable add-ons that you can share in Vaadin Directory. Visit the link or see the video for an example on how to package your add-on.</p>
<ul>
<li><a href="http://vaadin.com/directory/help/creating-vaadin-add-ons">How to create Vaadin add-ons</a></li>
</ul>
<a class="thumb video" href="http://www.youtube.com/watch?v=0deldJZhydE" rel="zoombox">
<img src="demo/img/icons/packaging-video.png" />
<span>Creating and packaging a Vaadin component (2 min)</span>
</a>
</div>
</li>
<li id="documentation" class="tab">
<h4 title="Documentation">Best Documentation Around</h4>
<div class="col2 book">
<h5>Book of Vaadin</h5>
<h6>Documentation Is The Key to Understanding</h6>
<a href="docs/book-of-vaadin.pdf" title="Start reading now"><img src="demo/img/book-of-vaadin.png" /></a>
<p>The Book of Vaadin provides you with all the information you need about Vaadin in a comprehensive form. It's available in <a href="docs/book-of-vaadin.pdf">PDF format</a>, <a href="http://vaadin.com/book">as an online version and as a physical book</a>.</p>
</div>
<div class="col2 dzone">
<h5>DZone Refcard</h5>
<a href="http://refcardz.dzone.com/refcardz/getting-started-vaadin"><img src="demo/img/cheatsheet.png" alt="DZone Ref Card for Vaadin" /></a>
<p>For a quick introduction to Vaadin, check out the <a href="http://refcardz.dzone.com/refcardz/getting-started-vaadin">DZone Vaadin Refcard</a></p>
</div>
<div class="newline col2 tutorial">
<h5>Tutorials</h5>
<img src="demo/img/address-book-icon.png" alt="Address Book tutorial" />
<p>Vaadin tutorials provides you with a code-centric introduction to Vaadin.</p>
<ul><li>
<a href="http://vaadin.com/tutorial/-/page/">Building a simple address book</a></li>
<li><a href="http://vaadin.com/tutorial/">More tutorials</a></li>
</ul>
</div>
<div class="col2">
<h5>API</h5>
<p>When you get down to programming, the <a href="docs/api/index.html">Vaadin API Reference Documentation</a> will help you with the classes and the methods.</p>
</div>
</li>
<li id="deployment" class="tab">
<h4 title="Deployment">Easy Deployment</h4>
<div class="col4">
<h5>Single JAR</h5>
<p>Vaadin is a single JAR file without external dependencies. Add the JAR to your web application project and you are ready to start creating the user interface.</p>
</div>
<div class="newline col2">
<h5>Servlet Deployment</h5>
<p>Vaadin provides a single servlet which runs the application. An application can be deployed to any Java application server that supports servlet 2.3 or newer.</p>
</div>
<div class="col2">
<h5>Portlet Support</h5>
<p>Vaadin applications can be deployed as portlets in portals such as Liferay. No code modifications are needed to deploy a Vaadin application to a portal and both portlet standards 1.0 (JSR-168) and 2.0 (JSR-286) are supported. Vaadin is included in Liferay 6.0 as a standard feature.</p>
</div>
<div class="newline col2">
<h5>Supported Application Servers</h5>
<ul>
<li>Apache Tomcat, 4.1+</li>
<li>BEA WebLogic, 9.2+</li>
<li>IBM WebSphere Application Server 6.1+</li>
<li>JBoss Application Server 3.2.8+</li>
<li>Jetty 5+</li>
<li>Glassfish 2+</li>
</ul>
</div>
<div class="col2">
<h5>Supported Portals</h5>
<ul>
<li>Liferay Portal 4.3 or later</li>
</ul>
</div>
<div class="col2">
<h5>Google App Engine</h5>
<p>The same servlet and portlet Vaadin applications can be deployed to Google App Engine, provided they are built to be serializable.</p>
</div>
</li>
<li id="development" class="tab tools">
<h4 title="Development">Develop With Tools You Already Know</h4>
<div class="col2">
<img src="demo/img/eclipse-logo.png" alt="Eclipse IDE" />
<h5>Eclipse</h5>
<p>Vaadin provides an Eclipse plugin which automatically sets up your project, compiles your widgetset and more.</p>
<ul><li><a href="http://vaadin.com/eclipse/">Eclipse plugin update site and instructions</a></li></ul>
</div>
<div class="col2">
<img src="demo/img/netbeans-logo.png" alt="NetBeans IDE" />
<h5>NetBeans</h5>
<p>A community created Vaadin NetBeans plugin is available for all NetBeans developers.</p>
<ul><li><a href="http://vaadin.com/netbeans">NetBeans plugin installation instructions</a></li></ul>
</div>
<div class="newline col2">
<img src="demo/img/maven-logo.png" alt="Maven" />
<h5>Maven</h5>
<p>Vaadin is in the central Maven repository, providing archetypes for creating Vaadin projects and a widgetset compilation plugin for Maven.</p>
<ul><li><a href="http://vaadin.com/wiki/-/wiki/Main/Using%20Vaadin%20with%20Maven">Using Vaadin with Maven</a></li></ul>
</div>
<div class="col2">
<img src="demo/img/ant-logo.png" alt="Apache Ant" />
<h5>Any IDE / automated build system (Ant)</h5>
<p>Ant integration is provided for users of any IDE, for automatic build systems and for users preferring to not using an IDE.</p>
<ul><li><a href="docs/example-source/build-widgetset.xml">Example widgetset build script</a></li></ul>
</div>
</li>
<li id="license" class="tab">
<h4 title="Open Source">Free for Everybody</h4>
<h5>Apache Software License 2.0</h5>
<p>Vaadin is licensed under the Apache Software License 2.0 which means you can use it both for non-commercial and commercial projects free of charge.</p>
<ul><li><a href="http://vaadin.com/license">License information</a></li></ul>
</li>
<li id="community" class="tab">
<h4 title="Community">Be a Part of the Vaadin Community</h4>
<div class="col2">
<h5>Forums</h5>
<p>The forums are very active and a good place to ask questions, help others, discuss your latest ideas or just share what you have done.</p>
<ul><li><a href="http://vaadin.com/forum">Start discussing</a></li></ul>
</div>
<div class="col2">
<h5>Wiki</h5>
<p>The Vaadin wiki is a place where you can find out the best way to use Vaadin, how to integrate it with various other systems such as Spring or JEE6. Read what others have done or write down how you do things.</p>
<ul><li><a href="http://vaadin.com/wiki">Vaadin wiki</a></li></ul>
</div>
<div class="col2">
<h5>Vaadin Directory</h5>
<p>Add-ons for Vaadin are distributed through Vaadin Directory. See what others have done, get ideas or create and share your own.</p>
<ul><li><a href="http://vaadin.com/directory">Vaadin Directory</a></li></ul>
</div>
<div class="col2">
<h5>Bug Tracker</h5>
<p>Found a problem in Vaadin? Maybe you fixed it yourself already? Report it through the Vaadin bug tracker so everybody else also can benefit from your findings.</p>
<ul><li><a href="http://dev.vaadin.com/">Vaadin bug tracker</a></li></ul>
</div>
<div class="col4">
<h5>More Resources</h5>
<ul>
<li><a href="http://vaadin.com/blog">Read the Vaadin Blog</a></li>
<li><a href="http://vaadin.com/twitter">Follow Vaadin on twitter</a></li>
<li><a href="http://vaadin.com/chat">Chat with other Vaadin users</a></li>
</ul>
</div>
</li>
</ul>
</div> <!-- /content -->
<div id="footer">
<span class="slogan"><strong>vaadin <em>}></em></strong> thinking of U and I<span> <!-- <a href="#top">↑ Back to top</a>-->
</div> <!-- /footer -->
<div style="height:0px; overflow:hidden;">
<!-- start pre caching sampler icons -->
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-AbsoluteLayoutBasic.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-AccordionDisabled.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-AccordionIcons.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ApplicationLayout.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-BasicMenuBar.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-BrowserInformation.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ButtonLink.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ButtonPush.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-CheckBoxes.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ClickableLayoutBasic.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ComboBoxContains.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ComboBoxInputPrompt.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ComboBoxNewItems.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ComboBoxPlain.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ComboBoxStartsWith.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-CssLayouts.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-CustomLayouts.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-DateInline.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-DateLocale.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-DatePopup.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-DateResolution.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-DragDropHtml5FromDesktop.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-DragDropRearrangeComponents.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-DragDropServerValidation.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-DragDropTableTree.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-DragDropTreeSorting.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-Errors.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ExpandingComponent.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-FlashEmbed.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-FormAdvancedLayout.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-FormBasic.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-FormPojo.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-GridLayoutBasic.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-HorizontalLayoutBasic.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-Icons.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ImageEmbed.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ImmediateUpload.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-JSApi.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-LabelPlain.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-LabelPreformatted.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-LabelRich.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-LayoutAlignment.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-LayoutMargin.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-LayoutSpacing.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-LinkCurrentWindow.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-LinkNoDecorations.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-LinkSizedWindow.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ListSelectMultiple.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ListSelectSingle.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-LoginForm.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-MenuBarCollapsing.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-MenuBarHiddenItems.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-MenuBarItemStyles.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-MenuBarWithIcons.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-NativeSelection.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-NativeWindow.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-NotificationCustom.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-NotificationError.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-NotificationHumanized.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-NotificationTray.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-NotificationWarning.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-OptionGroups.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-PackageIcons.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-PanelBasic.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-PanelLight.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-PopupViewClosing.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-PopupViewContents.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ProgressIndicators.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ProminentPrimaryAction.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-RichTextEditor.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ShortcutBasics.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-ShortcutScope.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-SliderHorizontal.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-SliderVertical.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-SplitPanelBasic.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-Subwindow.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-SubwindowAutoSized.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-SubwindowClose.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-SubwindowModal.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-SubwindowPositioned.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-SubwindowSized.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TableActions.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TableCellStyling.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TableColumnAlignment.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TableColumnCollapsing.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TableColumnHeaders.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TableColumnReordering.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TableHeaderIcons.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TableLazyLoading.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TableMouseEvents.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TableRowHeaders.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TableRowStyling.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TableSorting.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TabSheetClosing.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TabSheetDisabled.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TabSheetIcons.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TabSheetScrolling.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TextArea.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TextFieldInputPrompt.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TextFieldSecret.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TextFieldSingle.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-Tooltips.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TreeActions.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TreeMouseEvents.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TreeMultiSelect.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TreeSingleSelect.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-TwinColumnSelect.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-UploadBasic.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-UploadWithProgressMonitoring.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-Validation.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-VerticalLayoutBasic.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-WebEmbed.gif"/>
<img src="/VAADIN/themes/sampler/icons/sampleicons/75-WebLayout.gif"/>
</div>
<script type="text/javascript" src="demo/js/jquery.min.js"></script>
<script src="demo/js/jquery.history.js" type="text/javascript"></script>
<script src="demo/js/fonts.js" type="text/javascript"></script>
<script src="demo/js/zoombox.js" type="text/javascript"></script>
<script type="text/javascript">
function slideSwitch() {
var $active = $('#sampler-slideshow li.active');
if ( $active.length == 0 ) $active = $('#sampler-slideshow li:last-child');
// use this to pull the images in the order they appear in the markup
var $next = $active.next().length ? $active.next()
: $('#sampler-slideshow li:first-child');
$active.addClass('last-active');
$next.css({opacity: 0.0})
.addClass('active')
.animate({opacity: 1.0}, 500, function() {
$active.removeClass('active last-active');
});
}
function doTabs() {
var content = $("#reasons");
content.addClass("js");
// Generate tab captions
var tabs = content.before('<div id="tabs"></div>').prev();
var height = 0;
$("#reasons > li").each(function(i, li) {
li = $(li);
if(this.offsetHeight > height) {
height = this.offsetHeight;
}
li.css({"position":"absolute"});
if(i>0){
li.hide();
}
var caption = li.find("h4");
var hash = li[0].id.toLowerCase();
var tab = tabs.append('<div class="tab" id="tab_'+hash+'"><a href="#'+hash+'">'+caption[0].title+'<span>►</span></a></div>').find(".tab:last-child");
if(i==0) {
jQuery.data(tabs[0], "selected", tab);
jQuery.data(content[0], "open", li);
tab.addClass("first");
tab.addClass("selected");
}
jQuery.data(tab[0], "content", li);
tab.click(function() {
setTimeout(function() {
pageload(li[0].id);
},100);
});
});
content.height(height);
}
function pageload(hash) {
hash = hash.replace(/^.*#/, '').toLowerCase();
var tab = $("#tab_"+hash);
var tabs = $("#tabs");
var sel = jQuery.data(tabs[0], "selected")[0];
if(sel == tab[0])
return;
var content = $("#reasons");
// Hide previous
jQuery.data(tabs[0], "selected").removeClass("selected");
//jQuery.data(content[0], "open").fadeOut("fast");
jQuery.data(content[0], "open").hide();
var tabContent = jQuery.data(tab[0], "content");
// Show new
jQuery.data(tabs[0], "selected", tab);
tab.addClass("selected");
jQuery.data(content[0], "open", tabContent);
//tabContent.fadeIn("fast");
tabContent.show();
}
function fixTabHeight() {
var height = 0;
$("#reasons > li").each(function() {
var display = this.style.display;
this.style.display = "block";
if(this.offsetHeight > height) {
height = this.offsetHeight;
}
this.style.display = display;
});
$("#reasons").height(height);
}
$(document).ready(function(){
doTabs();
// Initialize history plugin.
// The callback is called at once by present location.hash.
$.historyInit(pageload, "");
setInterval( "slideSwitch()", 2200 );
});
window.onload = function() {
fixTabHeight();
try {
if(window.location.search && (window.location.search.indexOf('gwt.hosted') != -1 || window.location.search.indexOf('gwt.codesvr') != -1)) {
var hostedParam = window.location.search;
var demolinks = document.getElementsByTagName("a");
for (var k = 0; k < demolinks.length; k++) {
var link = demolinks[k];
if(link.className.indexOf
("demoapp") != -1) {
link.href = link.href + hostedParam;
}
}
}
} catch(e) {}
}
Cufon.replace(["h2","h4","#sampler .start"], {fontFamily: "HelveticaRounded"});
Cufon.replace(["h3"], {fontFamily: "HelveticaLight"});
</script>
</body>
</html>
|