A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time. It is used by {@link com.google.gwt.user.client.ui.TabPanel}.
Once a widget has been added to a DeckPanel, its visibility, width, and height attributes will be manipulated. When the widget is removed from the DeckPanel, it will be visible, and its width and height attributes will be cleared.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.