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 lifetime.component.LifetimeFooter.java

/**
 *
 * @author zuacaldeira
 */
public class LifetimeFooter extends HorizontalLayout {

From source file lifetime.component.LifetimeMenu.java

/**
 *
 * @author zua
 */
public abstract class LifetimeMenu extends HorizontalLayout {

From source file lifetime.component.welcome.register.RegistrationForm.java

/**
 *
 * @author lifetime
 */
public class RegistrationForm extends HorizontalLayout {

From source file lu.uni.lassy.excalibur.examples.icrash.dev.web.java.views.AdminLoginView.java

public class AdminLoginView extends HorizontalLayout implements View, Button.ClickListener, Serializable {

    private static final long serialVersionUID = -3317915013312630958L;

    IcrashSystem sys = IcrashSystem.getInstance();
    IcrashEnvironment env = IcrashEnvironment.getInstance();

From source file me.uni.emuseo.view.menu.ValoMenuLayout.java

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

From source file module.pandabox.presentation.Segment.java

@SuppressWarnings("serial")
/**
 * 
 * @author Pedro Santos
 * 
 */

From source file net.gvcc.jgoffice.searchcomponent.SearchComponent.java

/**
 *
 * @author ernst_sgv
 */
public class SearchComponent extends HorizontalLayout implements ISearchFormObserver, IGlobalConst {

From source file no.uib.probe.csf.pr.touch.view.core.SearchingField.java

/**
 * This class represents searching field layout
 *
 * @author Yehia Farag
 */
public abstract class SearchingField extends HorizontalLayout {

From source file org.activiti.explorer.ui.custom.ToolBar.java

/**
 * Container for holding {@link ToolbarEntry}s.
 * 
 * @author Frederik Heremans
 * @author Joram Barrez
 */

From source file org.activiti.explorer.ui.custom.UserProfileLink.java

/**
 * Component that renders link that shows the user's profile in a popup. Optionally, shows
 * the profile picture (if available).
 * 
 * @author Frederik Heremans
 * @author Joram Barrez