We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.event.dd.acceptcriteria.
Package com.vaadin.event.dd.acceptcriteria
Interface Summary | |
---|---|
AcceptCriterion | Criterion that can be used create policy to accept/discard dragged content
(presented by Transferable ). |
Class Summary | |
---|---|
AcceptAll | Criterion that accepts all drops anywhere on the component. |
And | A compound criterion that accepts the drag if all of its criteria accepts the drag. |
ClientSideCriterion | Parent class for criteria that can be completely validated on client side. |
ContainsDataFlavor | A Criterion that checks whether Transferable contains given data
flavor. |
Not | Criterion that wraps another criterion and inverts its return value. |
Or | A compound criterion that accepts the drag if any of its criterion accepts it. |
ServerSideCriterion | Parent class for criteria which are verified on the server side during a drag
operation to accept/discard dragged content (presented by
Transferable ). |
SourceIs | Client side criteria that checks if the drag source is one of the given components. |
SourceIsTarget | A criterion that ensures the drag source is the same as drop target. |
TargetDetailIs | Criterion for checking if drop target details contains the specific property with the specific value. |
Annotation Types Summary | |
---|---|
ClientCriterion | An annotation type used to point the client side counterpart for server side
a AcceptCriterion class. |