| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PopupView.setContent(PopupView.Content newContent)
This method will replace the current content of the panel with a new one.
|
| Constructor and Description |
|---|
PopupView(PopupView.Content content)
Creates a PopupView through the PopupView.Content interface.
|
Copyright © 2020 Vaadin Ltd. All rights reserved.