Example usage for com.vaadin.ui CustomLayout subclass-usage

List of usage examples for com.vaadin.ui CustomLayout subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.ui CustomLayout subclass-usage.

Usage

From source file org.opencms.ui.components.CmsFakeWindow.java

/**
 * Layout which looks like a Vaadin window without actually being a window.<p>
 */
public class CmsFakeWindow extends CustomLayout {

    /** Serial version id. */

From source file org.opencms.ui.components.CmsResourceInfo.java

/**
 * Resource info box.<p>
 */
public class CmsResourceInfo extends CustomLayout {

    /** Button container location id. */

From source file org.opencms.ui.report.CmsReportOverlay.java

/**
 * Report overlay, shows the wait spinner first and the report window later in case off longer running threads.<p>
 */
public class CmsReportOverlay extends CustomLayout {

    /** The serial version id. */

From source file org.vaadin.addons.sitekit.site.AbstractCustomView.java

/**
 * Abstract base class for site view implementations.
 * @author Tommi S.E. Laukkanen
 */
public abstract class AbstractCustomView extends CustomLayout implements View, SiteView {

From source file org.vaadin.spring.samples.mvp.ui.view.FooterView.java

@VaadinUIScope
@VaadinView(name = FooterView.NAME)
public class FooterView extends CustomLayout implements View {

    private static final long serialVersionUID = 1L;
    public static final String NAME = "footer";