Example usage for com.vaadin.ui LegacyComponent interface-usage

List of usage examples for com.vaadin.ui LegacyComponent interface-usage

Introduction

In this page you can find the example usage for com.vaadin.ui LegacyComponent interface-usage.

Usage

From source file fi.jasoft.dragdroplayouts.DDVerticalLayout.java

/**
 * Vertical layout with drag and drop support
 * 
 * @author John Ahlroos / www.jasoft.fi
 * @since 0.4.0
 */

From source file fi.jasoft.dragdroplayouts.DDVerticalSplitPanel.java

/**
 * Vertical split panel with drag and drop support
 * 
 * @author John Ahlroos / www.jasoft.fi
 * @since 0.4.0
 */

From source file fi.jasoft.dragdroplayouts.v7.DDHorizontalLayout.java

/**
 * Horizontal layout with drag and drop support
 * 
 * @author John Ahlroos / www.jasoft.fi
 * @since 0.4.0
 */

From source file fi.jasoft.dragdroplayouts.v7.DDVerticalLayout.java

/**
 * Vertical layout with drag and drop support
 * 
 * @author John Ahlroos / www.jasoft.fi
 * @since 0.4.0
 */

From source file org.peergreen.vaadin.diagram.Diagram.java

/**
 * Diagram component that has to be embedded by applications wanted to use Diagram addon.
 * @author Florent Benoit
 */

public class Diagram extends com.vaadin.ui.AbstractComponent implements DropTarget, LegacyComponent {

From source file org.semanticsoft.vaaclipse.widgets.ExtendedVerticalLayout.java

public class ExtendedVerticalLayout extends VerticalLayout implements LegacyComponent {
    private Map<String, String> variables = new HashMap<String, String>();
    private boolean enableBoundsUpdate = false;

    @Override
    public void paintContent(PaintTarget target) throws PaintException {

From source file org.vaadin.alump.ckeditor.AbstractCKEditorTextField.java

/**
 * Server side component for the VCKEditorTextField widget. Is abstract as does not contain definition from where
 * the JavaScript libraries are loaded.
 * @see org.vaadin.alump.ckeditor.CKEditorTextField
 */
public abstract class AbstractCKEditorTextField extends AbstractField<String>

From source file org.vaadin.openesignforms.ckeditor.CKEditorTextField.java

/**
 * Server side component for the VCKEditorTextField widget.  
 */
public class CKEditorTextField extends AbstractField<String>
        implements FieldEvents.BlurNotifier, FieldEvents.FocusNotifier, Component.Focusable, LegacyComponent {
    private static final long serialVersionUID = 7258228217453800663L;

From source file org.vaadin.tltv.multiscrolltable.ui.CustomScrollTable.java

public class CustomScrollTable extends AbstractComponent implements LegacyComponent, ValueChangeListener,
        ItemSetChangeListener, PropertySetChangeListener, ScrollContentChangeListener {

    private static final long serialVersionUID = 4875429342703360229L;

    private static final int ROW_BUFFER_SIZE = 5;