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 com.haulmont.cuba.web.widgets.addons.dragdroplayouts.DDVerticalLayout.java

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

From source file com.haulmont.cuba.web.widgets.addons.dragdroplayouts.DDVerticalSplitPanel.java

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

From source file com.haulmont.cuba.web.widgets.addons.dragdroplayouts.v7.DDHorizontalLayout.java

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

From source file com.haulmont.cuba.web.widgets.addons.dragdroplayouts.v7.DDVerticalLayout.java

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

From source file com.haulmont.cuba.web.widgets.CComboBox.java

public class CComboBox<V> extends ComboBox<V> implements Action.Container, LegacyComponent {

    /**
     * Keeps track of the Actions added to this component, and manages the
     * painting and handling as well.
     */

From source file com.haulmont.cuba.web.widgets.CubaCssActionsLayout.java

/**
 * CssLayout with separate action manager for shortcuts
 */
public class CubaCssActionsLayout extends CssLayout
        implements Action.Container, LegacyComponent, Layout.MarginHandler, Layout.SpacingHandler {
    protected ActionManager actionManager;

From source file com.haulmont.cuba.web.widgets.CubaFileUpload.java

@WebJarResource({ "jquery:jquery.min.js", "jquery-ui:jquery-ui.min.js",
        "jquery-file-upload:jquery-fileupload.min.js", "jquery-file-upload:jquery-iframe-transport.min.js" })
public class CubaFileUpload extends CubaAbstractUploadComponent implements Component.Focusable, LegacyComponent {

    /**
     * The output of the upload is redirected to this receiver.

From source file com.haulmont.cuba.web.widgets.CubaGridLayout.java

public class CubaGridLayout extends GridLayout implements Action.Container, LegacyComponent {

    protected ActionManager actionManager;

    public CubaGridLayout() {
        setHideEmptyRowsAndColumns(true);

From source file com.haulmont.cuba.web.widgets.CubaOrderedActionsLayout.java

/**
 * Ordered layout with CUBA features:
 * <ul>
 *  <li>separate action manager for shortcuts</li>
 *  <li>description icon support</li>
 * </ul>

From source file com.haulmont.cuba.web.widgets.CubaTextField.java

public class CubaTextField extends TextField implements Action.Container, LegacyComponent {

    /**
     * Keeps track of the Actions added to this component, and manages the
     * painting and handling as well.
     */