List of usage examples for com.vaadin.event.dd.acceptcriteria ClientSideCriterion subclass-usage
From source file org.eclipse.hawkbit.ui.dd.criteria.ServerItemIdClientCriterion.java
/**
* Server part for the client-side accept criterion that verifies the selected
* drag source id-based for for the proposed drop target. 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 {@value Mode#STRICT} or {@value Mode#PREFIX}.
From source file org.eclipse.hawkbit.ui.dd.criteria.ServerViewComponentClientCriterion.java
/** * Server part for the client-side accept criterion * <code>ViewComponentClientCriterion</code>. Specifies valid drop targets (and * the associated drop areas) for a drag source. */ public class ServerViewComponentClientCriterion extends ClientSideCriterion {