List of usage examples for com.vaadin.ui Panel subclass-usage
From source file de.uni_tuebingen.qbic.qbicmainportlet.QcMlWorkflowView.java
public class QcMlWorkflowView extends Panel implements Observer { /* * default values for QC workflow */ final String dataType = "MZML"; final String selectedFileDefault = "No file selected";
From source file de.uni_tuebingen.qbic.qbicmainportlet.SearchForUsers.java
public class SearchForUsers extends Panel implements ClickListener { private VerticalLayout vert; private FilterTable table; private Button button;
From source file dhbw.ka.mwi.businesshorizon2.ui.process.output.OutputViewImpl.java
/**
* Diese Klasse implementiert das GUI fuer den Prozessschritt "Ausgabe" in
* Vaadin.
*
* @author Florian Stier, Mirko Gpfrich
*
From source file edu.nps.moves.mmowgli.components.AvatarPanel.java
/**
* AvatarPanel.java
* Created on Mar 21, 2011
*
* MOVES Institute
* Naval Postgraduate School, Monterey, CA, USA
From source file edu.nps.moves.mmowgli.components.WordCloudPanel.java
/**
* WordCloudPanel.java
* Created on Aug 11, 2011
*
* MOVES Institute
* Naval Postgraduate School, Monterey, CA, USA
From source file edu.nps.moves.mmowgli.modules.actionplans.ActionPlanPageCommentPanel2.java
/**
* ActionPlanPageCommentPanel.java Created on Mar 22, 2011
* Updated 14 Mar, 2014
*
* MOVES Institute Naval Postgraduate School, Monterey, CA, USA www.nps.edu
*
From source file edu.nps.moves.mmowgli.modules.administration.GameDesignPanel.java
/**
* BuildGamePanel.java Created on Oct 31, 2012
*
* MOVES Institute Naval Postgraduate School, Monterey, CA, USA www.nps.edu
*
* @author Mike Bailey, jmbailey@nps.edu
From source file edu.nps.moves.mmowgli.modules.gamemaster.CreateActionPlanPanel.java
/**
* CreateActionPlanPanel.java Created on Mar 30, 2011
* Updated 13 Mar, 2014
*
* MOVES Institute Naval Postgraduate School, Monterey, CA, USA www.nps.edu
*
From source file fi.jasoft.dragdroplayouts.DDPanel.java
public class DDPanel extends Panel implements LayoutDragSource, DropTarget, ShimSupport, LegacyComponent, DragFilterSupport, DragImageReferenceSupport { // Drop handler which handles dd drop events private DropHandler dropHandler;
From source file fi.racetrace.adminpanel.ui.CustomerDetails.java
public class CustomerDetails extends Panel implements View { public static final String NAME = "customers"; private final CustomerContainer dataSource; private BeanItem<Customer> customer = null; private final VerticalLayout layout = new VerticalLayout();