Uses of Interface
com.vaadin.ui.PopupView.Content

Packages that use PopupView.Content
com.vaadin.ui   
 

Uses of PopupView.Content in com.vaadin.ui
 

Methods in com.vaadin.ui that return PopupView.Content
 PopupView.Content PopupView.getContent()
          Returns the content-package for this PopupView.
 

Methods in com.vaadin.ui with parameters of type PopupView.Content
 void PopupView.setContent(PopupView.Content newContent)
          This method will replace the current content of the panel with a new one.
 

Constructors in com.vaadin.ui with parameters of type PopupView.Content
PopupView(PopupView.Content content)
          Creates a PopupView through the PopupView.Content interface.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.