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