List of usage examples for com.vaadin.ui HorizontalLayout subclass-usage
From source file pl.exsio.frameset.vaadin.module.HorizontalModule.java
/** * * @author exsio */ public abstract class HorizontalModule extends HorizontalLayout implements VaadinModule {
From source file pl.exsio.frameset.vaadin.navigation.breadcrumbs.HorizontalButtonsBreadcrumbs.java
/** * * @author exsio */ public class HorizontalButtonsBreadcrumbs extends HorizontalLayout implements Breadcrumbs, FrameChangeListener {
From source file pl.exsio.plupload.examples.AbstractExample.java
/** * * @author exsio */ public abstract class AbstractExample extends HorizontalLayout {
From source file probe.com.view.body.quantdatasetsoverview.quantproteinscomparisons.DiseaseGroupsComparisonsProteinLayout.java
/** * * @author Yehia Farag */ public class DiseaseGroupsComparisonsProteinLayout extends HorizontalLayout implements Serializable, Comparable<DiseaseGroupsComparisonsProteinLayout> {
From source file probe.com.view.body.searching.SearchingUnitLayout.java
/** * * @author Yehia Farag this class represents the top layout in the searching tab * the class responsible for extracting searching keywords and validate it */ public class SearchingUnitLayout extends HorizontalLayout implements Serializable {
From source file probe.com.view.core.ClosableFilterLabel.java
/** * * @author Yehia Farag */ public class ClosableFilterLabel extends HorizontalLayout implements Serializable, LayoutEvents.LayoutClickListener {
From source file probe.com.view.core.ComboBoxFilter.java
/** * * @author Yehia Farag */ public class ComboBoxFilter extends HorizontalLayout implements Property.ValueChangeListener, Button.ClickListener { private final SearchingFiltersControl_t control;
From source file probe.com.view.core.IntegerTextFieldFilter.java
/** * * @author y-mok_000 */ public class IntegerTextFieldFilter extends HorizontalLayout implements Serializable, Button.ClickListener, Property.ValueChangeListener {
From source file probe.com.view.core.ListGridCell.java
/** * * @author y-mok_000 */ public class ListGridCell extends HorizontalLayout {
From source file probe.com.view.core.MiniStudyFilter.java
/** * * @author Yehia Farag */ public class MiniStudyFilter extends HorizontalLayout implements Serializable, LayoutEvents.LayoutClickListener {