Example usage for Java com.google.gwt.user.client.ui DeckPanel fields, constructors, methods, implement or subclass
The text is from its open source code.
DeckPanel() Creates an empty deck panel. |
void | add(Widget w) |
int | getVisibleWidget() Gets the index of the currently-visible widget. |
Widget | getWidget(int index) |
int | getWidgetIndex(IsWidget child) |
boolean | remove(Widget w) |
void | setAnimationEnabled(boolean enable) |
void | showWidget(int index) Shows the widget at the specified index. |