Java com.vaadin.ui PopupView fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui PopupView fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui PopupView.

The text is from its open source code.

Subclass

com.vaadin.ui.PopupView has subclasses.
Click this link to see all its subclasses.

Implementation

com.vaadin.ui.PopupView has the following implementations.
Click this link to see all its implementation.

Constructor

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.

Method

RegistrationaddListener(Component.Listener listener)
RegistrationaddPopupVisibilityListener(PopupVisibilityListener listener)
Add a listener that is called whenever the visibility of the popup is changed.
voidaddStyleName(String style)
PopupView.ContentgetContent()
Returns the content-package for this PopupView.
voidsetCaption(String caption)
voidsetData(Object data)
Sets the data object, that can be used for any application specific data.
voidsetDescription(String description)
Sets the component's description.
voidsetEnabled(boolean enabled)
voidsetHeight(String height)
voidsetHeight(float height, Unit unit)
voidsetHideOnMouseOut(boolean hideOnMouseOut)
Should the popup automatically hide when the user takes the mouse cursor out of the popup area?
voidsetPopupVisible(boolean visible)
Set the visibility of the popup.
voidsetPrimaryStyleName(String style)
voidsetStyleName(String style)
voidsetVisible(boolean visible)
voidsetWidth(String width)