Example usage for Java com.vaadin.ui PopupView fields, constructors, methods, implement or subclass
The text is from its open source code.
PopupView(final String small, final Component large) A simple way to create a PopupPanel. | |
PopupView(PopupView.Content content) Creates a PopupView through the PopupView.Content interface. |
Registration | addListener(Component.Listener listener) |
Registration | addPopupVisibilityListener(PopupVisibilityListener listener) Add a listener that is called whenever the visibility of the popup is changed. |
void | addStyleName(String style) |
PopupView.Content | getContent() Returns the content-package for this PopupView. |
void | setCaption(String caption) |
void | setData(Object data) Sets the data object, that can be used for any application specific data. |
void | setDescription(String description) Sets the component's description. |
void | setEnabled(boolean enabled) |
void | setHeight(String height) |
void | setHeight(float height, Unit unit) |
void | setHideOnMouseOut(boolean hideOnMouseOut) Should the popup automatically hide when the user takes the mouse cursor out of the popup area? |
void | setPopupVisible(boolean visible) Set the visibility of the popup. |
void | setPrimaryStyleName(String style) |
void | setStyleName(String style) |
void | setVisible(boolean visible) |
void | setWidth(String width) |