List of usage examples for com.vaadin.ui CssLayout subclass-usage
From source file annis.gui.ExampleQueriesPanel.java
/** * Wraps the auto generated queries. * * @author Benjamin Weienfels <b.pixeldrama@gmail.com> */ public class ExampleQueriesPanel extends CssLayout {
From source file annis.gui.resultview.SingleResultPanel.java
/** * * @author thomas */ public class SingleResultPanel extends CssLayout implements Button.ClickListener, VisualizerContextChanger { private static final long serialVersionUID = 2L;
From source file annis.gui.resultview.VisualizerPanel.java
/**
* Controls the visibility of visualizer plugins and provides some control
* methods for the media visualizers.
*
* @author Thomas Krause <krauseto@hu-berlin.de>
* @author Benjamin Weienfels <b.pixeldrama@gmail.com>
From source file annis.visualizers.component.kwic.KWICMultipleTextComponent.java
/** * Implementation that can display several texts but has slower rendering due * to an extra div. */ public class KWICMultipleTextComponent extends CssLayout implements KWICInterface { List<KWICInterface> kwicPanels;
From source file com.adonis.ui.menu.Menu.java
/** * Responsive navigation menu presenting a list of available views to the user. */ @NoArgsConstructor public class Menu extends CssLayout {
From source file com.cerebro.cable.xforce.view.ErrorView.java
/** * * @author matteo */ public class ErrorView extends CssLayout implements View {
From source file com.cerebro.cable.xforce.view.HomeView.java
/** * * @author matteo */ public class HomeView extends CssLayout implements View {
From source file com.cerebro.gorgone.landingpage.LandingPage.java
/** * * @author matteo */ public class LandingPage extends CssLayout {
From source file com.dungnv.streetfood.ui.InsertImageUI.java
/** * * @author ODIN NGUYEN */ public class InsertImageUI extends CssLayout {
From source file com.esofthead.mycollab.community.module.crm.view.opportunity.OpportunityPipelineFunnelChartDashlet.java
/**
*
* @author MyCollab Ltd.
* @since 2.0
*/
@ViewComponent