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

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

Introduction

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

Usage

From source file de.dimm.vsm.vaadin.GuiElems.FileSystem.FSTreePanel.java

/**
 *
 * @author Administrator
 */
public class FSTreePanel extends HorizontalLayout {
    private static int MAX_PREVIEW_CNT = 50;

From source file de.fatalix.lighty.web.component.LightyHeader.java

/**
 *
 * @author Fatalix
 */
public class LightyHeader extends HorizontalLayout {

From source file de.fatalix.lighty.web.component.LightyNavigation.java

/**
 *
 * @author Fatalix
 */
public class LightyNavigation extends HorizontalLayout {

From source file de.gzockoll.prototype.templates.ui.ValoMenuLayout.java

/**
 * 
 * @since
 * @author Vaadin Ltd
 */
public class ValoMenuLayout extends HorizontalLayout {

From source file de.metas.procurement.webui.ui.component.DateNavigation.java

@SuppressWarnings("serial")
public class DateNavigation extends HorizontalLayout {
    private static final String STYLE = "date-panel";
    private static final String STYLE_DayLabel = "day-label";

    public static final String PROPERTY_Date = "date";

From source file de.metas.ui.web.vaadin.components.menu.MenuPanelPage.java

@SuppressWarnings("serial")
public class MenuPanelPage extends HorizontalLayout {
    // UI
    private TextField searchTextField;
    private final Label nothingFoundLabel;

From source file de.metas.ui.web.vaadin.window.components.ATabToolbar.java

@SuppressWarnings("serial")
public class ATabToolbar extends HorizontalLayout {
    private final TabToolbarModel model;

    private final Map<String, Button> action2button = new HashMap<>();

From source file de.symeda.sormas.ui.caze.CaseInfoLayout.java

@SuppressWarnings("serial")
public class CaseInfoLayout extends HorizontalLayout {

    private final CaseDataDto caseDto;

    public CaseInfoLayout(CaseDataDto caseDto) {

From source file de.symeda.sormas.ui.dashboard.DashboardFilterLayout.java

@SuppressWarnings("serial")
public class DashboardFilterLayout extends HorizontalLayout {

    private AbstractDashboardView dashboardView;
    private DashboardDataProvider dashboardDataProvider;

From source file de.symeda.sormas.ui.dashboard.statistics.DashboardStatisticsDiseaseElement.java

@SuppressWarnings("serial")
public class DashboardStatisticsDiseaseElement extends HorizontalLayout {

    public DashboardStatisticsDiseaseElement(String caption, int count, int previousCount) {
        setMargin(false);
        setSpacing(true);