Package com.vaadin.ui
Interface PopupView.Content
-
- All Superinterfaces:
Serializable
- Enclosing class:
- PopupView
public static interface PopupView.Content extends Serializable
Used to deliver customized content-packages to the PopupView. These are dynamically loaded when they are redrawn. The user must take care that neither of these methods ever return null.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMinimizedValueAsHTML()
This should return a small view of the full data.Component
getPopupComponent()
This should return the full Component representing the data.
-