Example usage for com.vaadin.ui Layout interface-usage

List of usage examples for com.vaadin.ui Layout interface-usage

Introduction

In this page you can find the example usage for com.vaadin.ui Layout interface-usage.

Usage

From source file com.antonjohansson.managementcenter.core.framework.view.View.java

/**
 * Defines a view.
 *
 * @author Anton Johansson
 */
public interface View extends Layout {

From source file com.expressui.core.view.form.layout.FormGridLayout.java

/**
 * A special layout for forms, which handles labels and can support labels on top
 * of fields or to the left. Note some differences between ExpressUI and Vaadin
 * columns and rows:
 * <ul>
 * <li>ExpressUI columns and rows start at 1, where as Vaadin starts as 0.</li>

From source file com.tapas.evidence.fe.child.IChildListView.java

/**
 * @author Michal Bocek
 * @since 1.0.0
 */
public interface IChildListView extends Layout {

From source file com.tapas.evidence.fe.kindergarten.IKindergartenListView.java

/**
 * @author Michal Bocek
 * @since 1.0.0
 */
public interface IKindergartenListView extends Layout {

From source file com.tapas.evidence.fe.responsible.IResponsiblePersonListView.java

/**
 * @author Michal Bocek
 * @since 1.0.0
 */
public interface IResponsiblePersonListView extends Layout {

From source file com.tapas.evidence.fe.teacher.ITeacherListView.java

/**
 * @author Michal Bocek
 * @since 1.0.0
 */
public interface ITeacherListView extends Layout {

From source file de.kaiserpfalzEdv.vaadin.menu.Menu.java

/**
 * @author klenkes
 * @version 2015Q1
 * @since 28.08.15 10:35
 */
public interface Menu extends Component, Layout {

From source file de.kaiserpfalzEdv.vaadin.ui.menu.Menu.java

/**
 * @author klenkes
 * @version 2015Q1
 * @since 28.08.15 10:35
 */
public interface Menu extends Component, Layout {

From source file org.vaadin.viritin.fluency.ui.FluentLayout.java

/**
 * A {@link Layout} complemented by fluent setters.
 *
 * @author Max Schuster
 * @param <S>
 *            Self-referential generic type

From source file pl.exsio.frameset.vaadin.account.menu.view.AccountMenuView.java

/**
 *
 * @author exsio
 */
public interface AccountMenuView<T extends Layout>
        extends Layout, FramesetView<AccountMenuPresenter>, InitializableComponent<T> {