List of usage examples for com.vaadin.ui SingleComponentContainer interface-usage
From source file com.haulmont.cuba.web.widgets.addons.popupbutton.PopupButton.java
/**
* A {@link Button} with a popup. The popup can contain any Vaadin
* {@link Component}s and @{link ComponentContainer}s.
*
* @author Henri Kerola / Vaadin
*/
From source file com.mycollab.module.user.accountsettings.billing.view.IBillingContainer.java
/** * @author MyCollab Ltd. * @since 4.1 */ public interface IBillingContainer extends PageView, SingleComponentContainer {
From source file com.mycollab.vaadin.mvp.AbstractSingleContainerPageView.java
/** * @author MyCollab Ltd * @since 5.4.5 */ public class AbstractSingleContainerPageView extends CustomComponent implements PageView, SingleComponentContainer {
From source file com.mycollab.web.IDesktopModule.java
/** * @author MyCollab Ltd * @since 5.1.2 */ public interface IDesktopModule extends IModule, SingleComponentContainer { MHorizontalLayout buildMenu();