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.opennms.features.vaadin.dashboard.dashlets.RrdGraphEntry.java

public class RrdGraphEntry extends Panel {
    /**
     * x and y position of this entry
     */
    private int m_x, m_y;

From source file org.opennms.features.vaadin.datacollection.DataCollectionGroupPanel.java

/**
 * The Class DataCollectionGroupPanel.
 * 
 * @author <a href="mailto:agalue@opennms.org">Alejandro Galue</a> 
 */
@SuppressWarnings("serial")

From source file org.opennms.features.vaadin.datacollection.GroupPanel.java

/**
 * The Class GroupPanel.
 * 
 * @author <a href="mailto:agalue@opennms.org">Alejandro Galue</a> 
 */
@SuppressWarnings("serial")

From source file org.opennms.features.vaadin.datacollection.ResourceTypePanel.java

/**
 * The Class ResourceTypePanel.
 * 
 * @author <a href="mailto:agalue@opennms.org">Alejandro Galue</a> 
 */
@SuppressWarnings("serial")

From source file org.opennms.features.vaadin.datacollection.SnmpCollectionPanel.java

/**
 * The Class SNMP Collection Panel.
 * 
 * @author <a href="mailto:agalue@opennms.org">Alejandro Galue</a> 
 */
@SuppressWarnings("serial")

From source file org.opennms.features.vaadin.datacollection.SystemDefPanel.java

/**
 * The Class System Definition Panel.
 * 
 * @author <a href="mailto:agalue@opennms.org">Alejandro Galue</a> 
 */
@SuppressWarnings("serial")

From source file org.opennms.features.vaadin.events.EventPanel.java

/**
 * The Class Event Panel.
 * 
 * @author <a href="mailto:agalue@opennms.org">Alejandro Galue</a> 
 */
@SuppressWarnings("serial")

From source file org.opennms.features.vaadin.jmxconfiggenerator.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(String)

From source file org.opennms.features.vaadin.mibcompiler.MibCompilerPanel.java

/**
 * The Class MIB Compiler Panel.
 * 
 * @author <a href="mailto:agalue@opennms.org">Alejandro Galue</a> 
 */
@SuppressWarnings("serial")

From source file org.opennms.features.vaadin.mibcompiler.MibConsolePanel.java

/**
 * The Class MIB Console Panel.
 * 
 * @author <a href="mailto:agalue@opennms.org">Alejandro Galue</a> 
 */
@SuppressWarnings("serial")