List of usage examples for com.vaadin.ui HorizontalLayout subclass-usage
From source file ui.user.MissingTranslationsView.java
/** * * @author lifetime */ public class MissingTranslationsView extends HorizontalLayout implements Button.ClickListener {
From source file uicomponents.ConditionsPanel.java
/**
* Composite UI component for inputting an arbitrary number of experimental conditions
*
* @author Andreas Friedrich
*
*/
From source file uicomponents.TechnologiesPanel.java
/**
* Composite UI component for inputting an arbitrary number of experimental conditions
*
* @author Andreas Friedrich
*
*/
From source file uk.co.intec.keyDatesApp.components.MainViewFilter.java
/**
* @author Paul Withers<br/>
* <br/>
* Component that contains selectors for filtering the contains of the
* KeyDateViewWrapper.
*
From source file uk.co.intec.keyDatesApp.components.Pager.java
/**
* @author Paul Withers<br/>
* <br/>
* Component to provide a pager sizes selector (5, 10, 25, 50) and page
* navigation buttons (Prev, 1-5, Next).
*/
From source file uk.co.q3c.v7.base.view.component.Breadcrumb.java
public class Breadcrumb extends HorizontalLayout implements I18NListener, V7ViewChangeListener, Button.ClickListener { private final List<BreadcrumbStep> steps = new ArrayList<>(); private final V7Navigator navigator; private final SitemapURIConverter converter;
From source file uk.co.q3c.v7.demo.view.components.InfoBar.java
public class InfoBar extends HorizontalLayout { private final Label titleLabel; private Label vaadinVersion; private ColorPanel colorPanel;
From source file uk.q3c.krail.core.view.component.NavigationButtonPanel.java
@Listener @SubscribeTo({ UIBus.class, SessionBus.class }) public abstract class NavigationButtonPanel extends HorizontalLayout implements Button.ClickListener { private static Logger log = LoggerFactory.getLogger(NavigationButtonPanel.class); private final List<NavigationButton> buttons = new ArrayList<>(); private final LinkedList<NodeFilter<UserSitemapNode>> sourceFilters = new LinkedList<>();
From source file views.PersonInput.java
public class PersonInput extends HorizontalLayout { /** * */ private static final long serialVersionUID = 2657654653139639151L;
From source file views.WizardBarcodeView.java
/**
* View class for the Sample Sheet and Barcode pdf creation
*
* @author Andreas Friedrich
*
*/