Example usage for com.vaadin.event.dd DropHandler interface-usage

List of usage examples for com.vaadin.event.dd DropHandler interface-usage

Introduction

In this page you can find the example usage for com.vaadin.event.dd DropHandler interface-usage.

Usage

From source file ch.vorburger.vaadin.beans.dragdroplayouts.DelegatingDropHandler.java

/**
 * DropHandler Delegate.
 * 
 * @author Michael Vorburger
 */
@SuppressWarnings("serial")

From source file com.constellio.app.ui.pages.management.updates.UpdateManagerViewImpl.java

public class UpdateManagerViewImpl extends BaseViewImpl implements UpdateManagerView, DropHandler {

    private final UpdateManagerPresenter presenter;
    private UploadWaitWindow uploadWaitWindow;
    private VerticalLayout layout;
    private Component panel;

From source file com.foc.vaadin.gui.components.FVTreeDropHandler_ObjectTree.java

@SuppressWarnings("serial")
public class FVTreeDropHandler_ObjectTree implements DropHandler {

    private OptionDialog_Form optionDialogForm = null;
    private FObjectTree objectTree = null;
    private FObjectNode sourceNode = null;

From source file com.foc.vaadin.gui.components.tableAndTree.FVTableDropHandler.java

@SuppressWarnings("serial")
public abstract class FVTableDropHandler implements DropHandler {

    private ITableTree table = null;

    public FVTableDropHandler(ITableTree table) {

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

/**
 * Abstract class for layout drop handlers
 * 
 * @author John Ahlroos / www.jasoft.fi
 * @since 0.7.0
 */

From source file com.hivesys.dashboard.view.repository.DragAndDropBox.java

/**
 *
 * @author swoorup
 */
@StyleSheet("dragndropexample.css")
public abstract class DragAndDropBox extends DragAndDropWrapper implements DropHandler {

From source file com.jorambarrez.NodeDropHandler.java

/**
 * @author Joram Barrez
 */
public class NodeDropHandler implements DropHandler {

    private static final long serialVersionUID = 1L;

From source file com.klwork.explorer.ui.custom.UploadComponent.java

/**
 * Component that can be used to upload files using file-select and 
 * HTML5 file dragging. Exposes events to listen to upload start, progress, 
 * finish and cancel.
 * 
 * @author Joram Barrez

From source file com.liferay.mail.vaadin.FolderTree.java

/**
 * @author Henri Sara
 */
public class FolderTree extends Tree implements DropHandler, Action.Handler {

    private static class AccountAction extends Action {

From source file com.peergreen.webconsole.scope.deployment.internal.dd.DeploymentDropHandler.java

/**
 * @author Mohammed Boukada
 */
public class DeploymentDropHandler implements DropHandler {

    private DeploymentViewManager deploymentViewManager;