com.tensegrity.palowebviewer.modules.ui.client
Class SubsetSelectionPopup

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.SimplePanel
                  extended by com.google.gwt.user.client.ui.PopupPanel
                      extended by com.tensegrity.palowebviewer.modules.ui.client.SubsetSelectionPopup
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.EventPreview, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.SourcesPopupEvents, IDisposable

public class SubsetSelectionPopup
extends com.google.gwt.user.client.ui.PopupPanel
implements IDisposable


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.PopupPanel
com.google.gwt.user.client.ui.PopupPanel.PositionCallback
 
Field Summary
static java.lang.String POPUP_STYLE
           
 
Constructor Summary
SubsetSelectionPopup(ISubsetListModel model, IWidgetFactory widgetFactory)
           
 
Method Summary
protected  void buildWidget()
           
 void dispose()
           
 IListComboboxModel getListModel()
           
 void show()
           
 void show(int left, int top)
           
 
Methods inherited from class com.google.gwt.user.client.ui.PopupPanel
addPopupListener, center, getContainerElement, getOffsetHeight, getOffsetWidth, getPopupLeft, getPopupTop, getStyleElement, getTitle, hide, onDetach, onEventPreview, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, removePopupListener, setHeight, setPopupPosition, setPopupPositionAndShow, setTitle, setVisible, setWidget, setWidth
 
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel
add, getWidget, 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
getParent, isAttached, onAttach, onBrowserEvent, removeFromParent, setElement
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, isVisible, removeStyleDependentName, removeStyleName, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

POPUP_STYLE

public static java.lang.String POPUP_STYLE
Constructor Detail

SubsetSelectionPopup

public SubsetSelectionPopup(ISubsetListModel model,
                            IWidgetFactory widgetFactory)
Method Detail

getListModel

public IListComboboxModel getListModel()

buildWidget

protected void buildWidget()

show

public void show()
Overrides:
show in class com.google.gwt.user.client.ui.PopupPanel

show

public void show(int left,
                 int top)

dispose

public void dispose()
Specified by:
dispose in interface IDisposable