Directory

← Back

PaperStack

Component container with a funky transition effect

Author

Rating

Popularity

<100

PaperStack is a component container whose subcomponents are presented sequentially, one subcomponent at a time. User can switch between the subcomponents by mouse dragging the upper right corner of a view revealing the underlying subcomponent simultaneously. The transition effect simulates leafing through a stack of papers.

Sample code

PaperStack paperStack = new PaperStack();

paperStack.addComponent(new Label("Hello!"));

InlineDateField inlineDateField = new InlineDateField();
inlineDateField.setResolution(DateField.RESOLUTION_DAY);
paperStack.addComponent(inlineDateField, "#999");

mainWindow.addComponent(paperStack);

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

Vaadin 7 version

Released
2013-01-27
Maturity
EXPERIMENTAL
License
Apache License 2.0

Compatibility

Framework
Vaadin 7.0+
Vaadin 6.2+ in 0.8.1
Browser
Firefox
Opera
Safari
Google Chrome
Internet Explorer

PaperStack - Vaadin Add-on Directory

Component container with a funky transition effect PaperStack - Vaadin Add-on Directory
PaperStack is a component container whose subcomponents are presented sequentially, one subcomponent at a time. User can switch between the subcomponents by mouse dragging the upper right corner of a view revealing the underlying subcomponent simultaneously. The transition effect simulates leafing through a stack of papers.
Online Demo
Discussion Forum
Source Code (2.0)
Source Code (0.8)

PaperStack version 0.8
null

PaperStack version 0.8.1
Added the functionality for navigating backwards. Server side API for navigation added as well.

PaperStack version 2.0.0
Vaadin 7 version

Online