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.metas.ui.web.vaadin.window.view.WindowPanelsBar.java

@SuppressWarnings("serial")
public class WindowPanelsBar extends CustomComponent {
    private final HorizontalLayout content;

    public WindowPanelsBar() {
        super();

From source file de.metas.ui.web.vaadin.window.view.WindowRecordIndicators.java

/**
 * Record performance indicators
 * 
 * @author metas-dev <dev@metasfresh.com>
 *
 */

From source file de.metas.ui.web.vaadin.window.WindowNavigationView.java

@SuppressWarnings("serial")
public class WindowNavigationView extends CustomComponent implements MFView, ActionsView {
    private final int windowId;
    private MFViewDisplay viewDisplay;
    private WindowPresenter windowPresenter;

From source file de.unioninvestment.eai.portal.portlet.crud.mvp.views.configuration.DefaultPortletRolesView.java

public class DefaultPortletRolesView extends CustomComponent implements PortletRolesView {

    private static final long serialVersionUID = 1L;

    private VerticalLayout rolesLayout;

From source file de.unioninvestment.eai.portal.portlet.crud.mvp.views.configuration.DefaultPreferencesView.java

@Configurable
@SuppressWarnings("serial")
public class DefaultPreferencesView extends CustomComponent implements PreferencesView {

    private static final long serialVersionUID = 1L;

From source file de.unioninvestment.eai.portal.portlet.crud.mvp.views.DefaultCustomComponentView.java

/**
 * Container fr eine Custom Component.
 * 
 * @author carsten.mjartan
 */
public class DefaultCustomComponentView extends CustomComponent implements CustomComponentView {

From source file de.unioninvestment.eai.portal.portlet.crud.mvp.views.DefaultPanelContentView.java

/**
 * Default-Implementierung fr {@link PanelContentView}, {@link View} fr
 * {@link PanelContentPresenter} Elemente.
 * 
 * @author carsten.mjartan
 * @author Jan Malcomess (codecentric AG)

From source file de.unioninvestment.eai.portal.portlet.crud.mvp.views.DefaultPanelView.java

/**
 * Default-Implementierung fr {@link PanelView}.
 * 
 * @author Bastian Krol
 * @see PanelView
 */

From source file de.unioninvestment.eai.portal.portlet.crud.mvp.views.DefaultPortletView.java

/**
 * {@link View} fr das {@link PortletPresenter} Element. Z. Zt. wird nur ein Unterelement 
 * {@link PanelContentPresenter} erwartet.
 * 
 * @author carsten.mjartan
 */

From source file de.unioninvestment.eai.portal.portlet.crud.mvp.views.DefaultTextAreaView.java

@SuppressWarnings("serial")
public class DefaultTextAreaView extends CustomComponent implements TextAreaView {

    private Presenter presenter;

    /**