Directory

← Back

ImageViewer

Experimental widget that provides animated image flow

Author

Rating

Popularity

<100

ImageViewer is an attempt to create "flash-like" animated image viewer without actually using flash. This was done mostly as an experiment to see if this would be more or less demanding than Flash on older hardware.

Instructions for V7 version:

  • Only adding the maven dependency will not work.
  • You need to download the addon zip file from this page and manually add the gwt-image-loader-1.1.4.jar to your project.
  • After this, the widgeset should compile.

Instructions for V8 version:

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Update to Vaadin 8

Released
2017-03-10
Maturity
EXPERIMENTAL
License
Apache License 2.0

Compatibility

Framework
Vaadin 8.0+
Vaadin 7.0+ in 0.5.1.v7
Vaadin 6.8+ in 0.4.2
Vaadin 6.5+ in 0.4.1
Browser
Internet Explorer
Firefox
Opera
Safari
Google Chrome
Internet Explorer
Internet Explorer
Internet Explorer

ImageViewer - Vaadin Add-on Directory

Experimental widget that provides animated image flow ImageViewer - Vaadin Add-on Directory
ImageViewer is an attempt to create "flash-like" animated image viewer without actually using flash. This was done mostly as an experiment to see if this would be more or less demanding than Flash on older hardware. Instructions for V7 version: - Only adding the maven dependency will not work. - You need to download the addon zip file from this page and manually add the gwt-image-loader-1.1.4.jar to your project. - After this, the widgeset should compile. Instructions for V8 version: - The image loader classes have been integrated into the package so no extra dependencies needed. - For an usage example, please see the demo code at https://github.com/tepi/ImageViewer/blob/master/imageviewer-demo/src/main/java/org/tepi/imageviewer/demo/ImageViewerDemoUI.java
Online Demo (V6)
Discussion Forum
Online Demo (V7)
Source Code

ImageViewer version 0.4.0
null

ImageViewer version 0.4.1
• Fixed NPE if no listeners are attached • Added default constructor + one that takes resource list as parameter • setImages now accepts a List

ImageViewer version 0.4.2
* Updated to gwt-image-loader 1.1.4 * Fixed an issue with scrolling; now new scroll events will not be processed if an animation is already running

ImageViewer version 0.5.0.v7
New version for Vaadin 7 beta 11 and later

ImageViewer version 0.5.1.v7
Updated gwt image loader v.1.1.4 in V7 version also

ImageViewer version 0.6.0.v8
Update to Vaadin 8

Online