Example usage for com.vaadin.ui Panel subclass-usage

List of usage examples for com.vaadin.ui Panel subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.ui Panel subclass-usage.

Usage

From source file org.milleni.dunning.ui.dpmaster.DunningProcessSearchPanel.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.mpavel.app.views.ApplicationView.java

/**
 * I...
 *
 * @author mpavel
 *
 */

From source file org.mpavel.app.views.CountView.java

/**
 * I...
 *
 * @author mpavel
 *
 */

From source file org.mpavel.app.views.LoginView.java

/**
 * I...
 *
 * @author mpavel
 *
 */

From source file org.mpavel.app.views.MessageView.java

/**
 * I...
 *
 * @author mpavel
 *
 */

From source file org.opencms.ui.components.CmsPanel.java

/**
 * Replacement for the Panel class which works around a problem where the scroll position of the panel is sometimes reset
 * after an RPC call.<p>
 *
 * The actual fix for this is contained in the client side connector belonging to this widget.
 */

From source file org.opennms.features.jmxconfiggenerator.webui.ui.HeaderPanel.java

/**
 * This class represents the header panel of the JMX config UI tool. It simply
 * creates a label with the text according to the {@link UiState}s.
 * 
 * @author Markus von Rden
 * @see #updateLabel(UiState)

From source file org.opennms.features.jmxconfiggenerator.webui.ui.IntroductionView.java

public class IntroductionView extends Panel implements ClickListener {

    private JmxConfigGeneratorApplication app;

    public IntroductionView(JmxConfigGeneratorApplication app) {
        this.app = app;

From source file org.opennms.features.vaadin.dashboard.config.ui.DashletSpecEditor.java

/**
 * The editor component used for editing a single {@link DashletSpec} entry inside a {@link WallboardEditor}.
 *
 * @author Christian Pape
 */
public class DashletSpecEditor extends Panel {

From source file org.opennms.features.vaadin.dashboard.config.ui.editors.CriteriaBuilderComponent.java

/**
 * This component is used to construct criterias.
 *
 * @author Christian Pape
 */
public class CriteriaBuilderComponent extends Panel {