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

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

Introduction

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

Usage

From source file com.mycollab.vaadin.web.ui.RightSidebarLayout.java

/**
 * @author MyCollab Ltd.
 * @since 4.5.4
 */
public class RightSidebarLayout extends CssLayout {
    private static final long serialVersionUID = 6058720774092113093L;

From source file com.nfl.dm.clubsites.cms.articles.subapp.articleeditor.navigation.NavigationViewImpl.java

/**
 * Created with IntelliJ IDEA.
 * User: sasha
 * Date: 22/12/13
 * Time: 19:34
 * To change this template use File | Settings | File Templates.

From source file com.peergreen.webconsole.core.scope.NavigatorView.java

/**
 * Build a scope view for Navigator
 *
 * @author Mohammed Boukada
 */
public class NavigatorView extends CssLayout implements View {

From source file com.peergreen.webconsole.vaadin.tabs.DefaultTab.java

/**
 * Default tab component for scope tab view
 *
 * @author Mohammed Boukada
 */
public class DefaultTab extends CssLayout {

From source file com.selzlein.lojavirtual.vaadin.core.NavigationMenu.java

/**
 * Menu bar that supports localization and makes adding application views and
 * LSPS documents easier.
 */
public class NavigationMenu extends CssLayout {

From source file com.trender.user.component.Header.java

/**
 *
 * @author Vladimir
 */
public class Header extends CssLayout {

From source file com.wcs.wcslib.vaadin.widget.multifileupload.ui.UploadStateLayout.java

/**
 *
 * @author gergo
 */
public class UploadStateLayout extends CssLayout {

From source file com.wintindustries.pfserver.interfaces.container.components.PFUpload.PFDDragAndDropUpload.java

/**
 *
 * @author Admin
 */
public class PFDDragAndDropUpload extends CssLayout implements DropHandler {
    private DragAndDropWrapper dropZone;

From source file com.wintindustries.pfserver.interfaces.view.dashboard.ContentWindowManager.java

/**
 *
 * @author Admin
 */
public class ContentWindowManager extends CssLayout {

From source file com.wintindustries.pfserver.interfaces.view.dashboard.ErrorView.java

/**
 *
 * @author Admin
 */
public class ErrorView extends CssLayout implements View {