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 org.eclipse.hawkbit.ui.rollout.rollout.AutoStartOptionGroupLayout.java

/**
 * Rollout start types options layout
 */
public class AutoStartOptionGroupLayout extends HorizontalLayout {

    private static final long serialVersionUID = -8460459258964093525L;

From source file org.escidoc.browser.layout.UserView.java

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

    protected static final String NAME_PROPERTY = "Name";

    protected static final String HOURS_PROPERTY = "Hours done";

From source file org.generationcp.breeding.manager.crossingmanager.SelectGermplasmListComponent.java

@Configurable
public class SelectGermplasmListComponent extends HorizontalLayout
        implements InitializingBean, InternationalizableComponent {

    private static final long serialVersionUID = 1L;

From source file org.ikasan.dashboard.ui.framework.display.ViewComponentContainer.java

/**
 * @author Ikasan Development Team
 *
 */
public class ViewComponentContainer extends HorizontalLayout {
    private static final long serialVersionUID = 3354917230638979229L;

From source file org.ikasan.dashboard.ui.framework.navigation.MenuLayout.java

public class MenuLayout extends HorizontalLayout {

    private CssLayout contentArea = new CssLayout();

    private CssLayout menuArea = new CssLayout();

From source file org.investovator.ui.agentgaming.user.components.PortfolioSummary.java

/**
 * @author Amila Surendra
 * @version $Revision
 */
public class PortfolioSummary extends HorizontalLayout implements GameEventListener {

From source file org.investovator.ui.main.components.GameDetailsView.java

/**
 * @author Amila Surendra
 * @version $Revision
 */
public abstract class GameDetailsView extends HorizontalLayout {

From source file org.jpos.qi.components.DateRangeComponent.java

/**
 * Created by spr on 10/22/15.
 */
public abstract class DateRangeComponent extends HorizontalLayout {

    private QI app;

From source file org.jpos.qi.Header.java

public class Header extends HorizontalLayout {
    private QI app;
    private Map<String, MenuBar.MenuItem> menuOptions;
    MenuBar.MenuItem userMenuItem;

    public Header(QI app) {

From source file org.jpos.qi.minigl.NewEntryForm.java

public class NewEntryForm extends HorizontalLayout {
    private final static String TEXT_REGEX = "^[\\w\\s.,\\-\\']*$";
    private TransactionsHelper helper;
    private Journal journal;
    private GLTransaction transaction;
    private QI app;