Directory

← Back

PaperStack

Component container with a funky transition effect

Author

Contributors

Rating

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
Online