Uses of Interface
com.vaadin.ui.PopupView.Content
-
Packages that use PopupView.Content Package Description com.vaadin.ui -
-
Uses of PopupView.Content in com.vaadin.ui
Methods in com.vaadin.ui that return PopupView.Content Modifier and Type Method Description protected static PopupView.ContentPopupView. createContent(String minimizedValue, Component popupContent)Creates a Content from given text representation and popup content.PopupView.ContentPopupView. getContent()Returns the content-package for this PopupView.Methods in com.vaadin.ui with parameters of type PopupView.Content Modifier and Type Method Description voidPopupView. 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 Constructor Description PopupView(PopupView.Content content)Creates a PopupView through the PopupView.Content interface.
-