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
 String getMinimizedValueAsHTML()
          This should return a small view of the full data.
 Component getPopupComponent()
          This should return the full Component representing the data
 

Method Detail

getMinimizedValueAsHTML

String getMinimizedValueAsHTML()
This should return a small view of the full data.

Returns:
value in HTML format

getPopupComponent

Component getPopupComponent()
This should return the full Component representing the data

Returns:
a Component for the value


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