ImageViewer
Experimental widget that provides animated image flow
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
Links
Compatibility
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
Stepper - Vaadin Add-on Directory
Field component that allows stepping through values via given up/down controls.Online Demo
Discussion Forum
Issue Tracker
Author Homepage
Stepper version 0.5
- simpler layout
- max/min values
- keyboard navigation
Stepper version 1.0
- added mousewheel support
- fixed DateStepper minimum value bug
- fixed component stylenames
Stepper version 1.0.1
- fixed CSS files directory
Stepper version 1.1.0
- fixed critical bug when there was only a min/max limit, not both (thanks Guy DS)
- fixed a couple of size bugs many users reported, now all sizes should be supported
- added support for read-only and disabled states
- enhanced how min/max limits work
Stepper version 1.2.0
- Mousewheel support can be enabled/disabled
- Input via the textfield can be disabled (value changed only with the controls)
- Invalid values outside the max/min limits can be allowed
Thank you everyone for the patches and bug reports!
Stepper version 2.0
Converted to Vaadin 7
Stepper version 2.0.1
Upgraded to Vaadin 7.0.0.beta11
Stepper version 2.1
* Update to Vaadin 7 RC2
* Add experimental support for setting custom date formats for DateStepper
Stepper version 2.1.2
* Layout fixes
* Experimental client-side value filtering
Stepper version 2.2.0
* BigDecimal field. Thanks to mwisnicki
* Added support for valid null values. Thanks to joheriks
* Fixed classnames and stylenames by removing v-prefix.
Stepper version 2.2.1
Decimal format for FloatStepper and BigDecimalStepper. Thanks to joheriks.
Stepper version 2.2.2
Compatible with Vaadin 7.4+
Stepper version 2.3.0
* Add support for the declarative format
* Add support for Valo
Stepper version 2.4.0
Support for Framework 8
Stepper version 2.3.1
Vaadin 7 version with Java 7 compatible code. Not actively maintained.