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

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

Introduction

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

Usage

From source file de.fatalix.bookery.view.common.BookSearchLayout.java

/**
 *
 * @author felix.husse
 */
@Default
public class BookSearchLayout extends CustomComponent {

From source file de.fatalix.lighty.web.component.LightyNotificationBar.java

/**
 *
 * @author Fatalix
 */
@UIScoped
public class LightyNotificationBar extends CustomComponent {

From source file de.fatalix.lighty.web.ui.configuration.ConfigurationViewImpl.java

/**
 *
 * @author Fatalix
 */
@CDIView("config")
public class ConfigurationViewImpl extends CustomComponent implements ConfigurationView, View {

From source file de.flapdoodle.mongoui.ui.VaadinUIComp.java

public class VaadinUIComp extends CustomComponent {

    @AutoGenerated
    private VerticalLayout mainLayout;
    @AutoGenerated
    private Button submit;

From source file de.fzi.fhemapi.view.vaadin.ui.DeviceDetailsPanel.java

/**
 * This panel shows all the details of a given device.
 * @author Can Yumusak
 *
 */
public class DeviceDetailsPanel extends CustomComponent {

From source file de.fzi.fhemapi.view.vaadin.ui.HWindow.java

/**
 * This is the main window of all the UI. It extends a CustomComponent.
 * @author Can Yumusak
 *
 */
public class HWindow extends CustomComponent {

From source file de.fzi.fhemapi.view.vaadin.ui.NewDevicePanel.java

/**
 * A Panel which is shown when creating a new device.
 * @author Can Yumusak
 *
 */
public class NewDevicePanel extends CustomComponent {

From source file de.fzi.fhemapi.view.vaadin.ui.NewRoomPanel.java

/**
 * The panel which is shown when a new Room is created.
 * @author Can Yumusak
 *
 */
public class NewRoomPanel extends CustomComponent {

From source file de.fzi.fhemapi.view.vaadin.ui.ServerDetailsForm.java

/**
 * The inital panel which prompts the user to enter the ip and the port of the server.
 * This does not store those in cookies yet, because it is only supported by vaadin 7.
 * @author Can Yumusak
 *
 */

From source file de.kaiserpfalzEdv.infopir.ui.register.editor.RegisterEditorViewImpl.java

/**
 * @author klenkes
 * @version 2015Q1
 * @since 11.09.15 08:17
 */
@UIScope