List of usage examples for com.vaadin.ui Panel subclass-usage
From source file org.ikasan.dashboard.ui.service.hospital.panel.HospitalPanel.java
/** * @author Ikasan Development Team * */ public class HospitalPanel extends Panel implements View { private static final long serialVersionUID = 6005593259860222561L;
From source file org.ikasan.dashboard.ui.service.replay.panel.ReplayPanel.java
/** * @author Ikasan Development Team * */ public class ReplayPanel extends Panel implements View { private static final long serialVersionUID = 6005593259860222561L;
From source file org.ikasan.dashboard.ui.topology.panel.TopologyViewPanel.java
/** * * @author Ikasan Development Team * */ public class TopologyViewPanel extends Panel implements View, Action.Handler {
From source file org.jdal.vaadin.ui.ListPane.java
class MenuItem extends Panel { public MenuItem(ComponentHolder holder) { HorizontalLayout layout = new HorizontalLayout(); layout.setSpacing(true); setContent(layout);
From source file org.jpos.qi.RevisionsPanel.java
public class RevisionsPanel extends Panel { private String ref; public RevisionsPanel(String ref, DB db) { this.ref = ref; QI app = (QI) UI.getCurrent();
From source file org.jumpmind.metl.ui.views.ManageNavigator.java
@SuppressWarnings("serial") public class ManageNavigator extends Panel { TreeTable treeTable; Folder agentsFolder;
From source file org.metawidget.vaadin.ui.Facet.java
/**
* Facet for Vaadin environments.
*
* @author Loghman Barari
*/
From source file org.metawidget.vaadin.ui.Stub.java
/**
* Stub for Vaadin environments.
* <p>
* Stubs are used to 'stub out' what Metawidget would normally create - either to suppress widget
* creation entirely or to create child widgets with a different name. They differ from Facets in
* that Facets are simply 'decorations' (such as button bars) to be recognized and arranged at the
From source file org.milleni.dunning.ui.customer.CustomerSearchPanel.java
/**
* Header that is shown on top of each task list, which allows the quick
* creation of new tasks.
*
* @author Frederik Heremans
* @author Joram Barrez
From source file org.milleni.dunning.ui.dpdetail.DunningProcessDetailSearchPanel.java
/**
* Header that is shown on top of each task list, which allows the quick
* creation of new tasks.
*
* @author Frederik Heremans
* @author Joram Barrez