net.customware.gwt.presenter.client.widget
Class DeckDisplay

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Panel
              extended by com.google.gwt.user.client.ui.ComplexPanel
                  extended by com.google.gwt.user.client.ui.DeckPanel
                      extended by net.customware.gwt.presenter.client.widget.DeckDisplay
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasAnimation, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.IndexedPanel, java.lang.Iterable<com.google.gwt.user.client.ui.Widget>, Display, WidgetContainerDisplay, WidgetDisplay

public class DeckDisplay
extends com.google.gwt.user.client.ui.DeckPanel
implements WidgetContainerDisplay


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
DeckDisplay()
           
 
Method Summary
 void addWidget(com.google.gwt.user.client.ui.Widget widget)
           
 com.google.gwt.user.client.ui.Widget asWidget()
          Returns the display as a GWT Widget.
 void removeWidget(com.google.gwt.user.client.ui.Widget widget)
           
 void showWidget(com.google.gwt.user.client.ui.Widget widget)
           
 
Methods inherited from class com.google.gwt.user.client.ui.DeckPanel
add, getVisibleWidget, insert, isAnimationEnabled, remove, setAnimationEnabled, showWidget
 
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, insert, insert, iterator, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addDomHandler, addHandler, delegateEvent, fireEvent, getHandlerCount, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeckDisplay

public DeckDisplay()
Method Detail

addWidget

public void addWidget(com.google.gwt.user.client.ui.Widget widget)
Specified by:
addWidget in interface WidgetContainerDisplay

removeWidget

public void removeWidget(com.google.gwt.user.client.ui.Widget widget)
Specified by:
removeWidget in interface WidgetContainerDisplay

showWidget

public void showWidget(com.google.gwt.user.client.ui.Widget widget)
Specified by:
showWidget in interface WidgetContainerDisplay

asWidget

public com.google.gwt.user.client.ui.Widget asWidget()
Description copied from interface: WidgetDisplay
Returns the display as a GWT Widget. This may be the same Display instance, or another object completely.

Specified by:
asWidget in interface WidgetDisplay
Returns:
The widget.


Copyright © 2010 customware.net. All Rights Reserved.