List of usage examples for com.vaadin.ui HorizontalLayout subclass-usage
From source file annis.gui.MainToolbar.java
/**
* The ANNIS main toolbar. Handles login, showing the sidebar (if it exists),
* the screenshot making and some information windows.
*
* @author Thomas Krause <krauseto@hu-berlin.de>
*/
From source file ch.bfh.ti.soed.hs16.srs.white.view.subviews.CustomMenuItem.java
/** * Created by arauzca on 24.12.16. */ public class CustomMenuItem extends HorizontalLayout { public CustomMenuItem(String caption, String icon) { this.setStyleName("menu-item");
From source file com.bsb.common.vaadin.embed.component.DevApplicationHeader.java
/** * A header added to an application to offer various development-related tools. * * @author Stephane Nicoll */ @SuppressWarnings("serial")
From source file com.cavisson.gui.dashboard.components.controls.ValoMenuLayout.java
/** * * @since * @author Vaadin Ltd */ public class ValoMenuLayout extends HorizontalLayout {
From source file com.cerebro.cable.xforce.view.GestioneRazze.java
/** * * @author matteo */ public class GestioneRazze extends HorizontalLayout implements View {
From source file com.cerebro.gorgone.game.Game.java
/** * * @author matteo */ public class Game extends HorizontalLayout {
From source file com.cerebro.provevaadin.Equipment.java
/** * * @author matteo */ class Equipment extends HorizontalLayout {
From source file com.cerebro.provevaadin.FirstTime.java
/** * * @author matteo */ class FirstTime extends HorizontalLayout {
From source file com.cerebro.provevaadin.Game.java
/** * * @author matteo */ class Game extends HorizontalLayout {
From source file com.cerebro.provevaadin.Start.java
/** * * @author matteo */ class Start extends HorizontalLayout {