Uses of Interface
com.vaadin.event.dd.acceptcriteria.AcceptCriterion
-
Packages that use AcceptCriterion Package Description com.vaadin.event.dd com.vaadin.event.dd.acceptcriteria com.vaadin.ui -
-
Uses of AcceptCriterion in com.vaadin.event.dd
Methods in com.vaadin.event.dd that return AcceptCriterion Modifier and Type Method Description AcceptCriterionDropHandler. getAcceptCriterion()Returns theAcceptCriterionused to evaluate whether theTransferablewill be handed over toDropHandler.drop(DragAndDropEvent)method. -
Uses of AcceptCriterion in com.vaadin.event.dd.acceptcriteria
Classes in com.vaadin.event.dd.acceptcriteria that implement AcceptCriterion Modifier and Type Class Description classAcceptAllCriterion that accepts all drops anywhere on the component.classAndA compound criterion that accepts the drag if all of its criteria accepts the drag.classClientSideCriterionParent class for criteria that can be completely validated on client side.classContainsDataFlavorA Criterion that checks whetherTransferablecontains given data flavor.classNotCriterion that wraps another criterion and inverts its return value.classOrA compound criterion that accepts the drag if any of its criterion accepts it.classServerSideCriterionParent class for criteria which are verified on the server side during a drag operation to accept/discard dragged content (presented byTransferable).classSourceIsClient side criteria that checks if the drag source is one of the given components.classSourceIsTargetA criterion that ensures the drag source is the same as drop target.classTargetDetailIsCriterion for checking if drop target details contains the specific property with the specific value.Methods in com.vaadin.event.dd.acceptcriteria that return AcceptCriterion Modifier and Type Method Description static AcceptCriterionAcceptAll. get() -
Uses of AcceptCriterion in com.vaadin.ui
Classes in com.vaadin.ui that implement AcceptCriterion Modifier and Type Class Description static classAbstractSelect.AcceptItemThis criterion accepts a only aTransferablethat contains given Item (practically its identifier) from a specific AbstractSelect.static classAbstractSelect.TargetItemIsCriterion which accepts a drop only if the drop target is (one of) the given Item identifier(s).static classAbstractSelect.VerticalLocationIsAn accept criterion to accept drops only on a specific vertical location of an item.static classTable.TableDropCriterionLazy loading accept criterion for Table.classTree.TargetInSubtreeAn accept criterion that checks the parent node (or parent hierarchy) for the item identifier given in constructor.static classTree.TargetItemAllowsChildrenA criterion that acceptsTransferableonly directly on a tree node that can have children.static classTree.TreeDropCriterionLazy loading accept criterion for Tree.
-