Example usage for com.vaadin.client.ui.dd VAcceptCriterion subclass-usage

List of usage examples for com.vaadin.client.ui.dd VAcceptCriterion subclass-usage

Introduction

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

Usage

From source file net.sourceforge.javydreamercsw.validation.manager.web.client.ValidationManagerUIClient.java

@AcceptCriterion(ValidationManagerUI.class)
public class ValidationManagerUIClient extends VAcceptCriterion {

    @Override
    protected boolean accept(VDragEvent drag, UIDL configuration) {
        // TODO: provide implementation

From source file org.eclipse.hawkbit.ui.dd.client.criteria.ItemIdClientCriterion.java

/**
 * Client-side accept criterion used to verify if the selected drag source is
 * valid for the proposed drop target on an id base. Valid drag sources are
 * pre-configured for the criterion. If one pre-configured value matches the
 * selected drag source, the drag source is accepted. The match mode is
 * configurable and may either be STRICT or PREFIX.

From source file org.eclipse.hawkbit.ui.dd.client.criteria.ViewClientCriterion.java

/**
 * Client part for the client-side accept criterion.<br>
 * This class represents a composite for
 * <code>ViewComponentClientCriterion</code> elements.<br>
 * The criterion is not only responsible to check if the current drop location
 * is a valid drop target, but also concerns about:

From source file org.eclipse.hawkbit.ui.dd.client.criteria.ViewComponentClientCriterion.java

/**
 * Client part for the client-side accept criterion.<br>
 * The criterion is not only responsible to check if the current drop location
 * is a valid drop target, but also concerns about:
 * <ul>
 * <li>Fail fast, if the criterion is not responsible of the current drag source