Uses of Class
com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
-
Packages that use ClientSideCriterion Package Description com.vaadin.event.dd.acceptcriteria com.vaadin.ui -
-
Uses of ClientSideCriterion in com.vaadin.event.dd.acceptcriteria
Subclasses of ClientSideCriterion in com.vaadin.event.dd.acceptcriteria 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.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.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.Fields in com.vaadin.event.dd.acceptcriteria declared as ClientSideCriterion Modifier and Type Field Description protected ClientSideCriterion[]And. criteriaConstructors in com.vaadin.event.dd.acceptcriteria with parameters of type ClientSideCriterion Constructor Description And(ClientSideCriterion... criteria)Not(ClientSideCriterion acceptCriterion)Or(ClientSideCriterion... criteria) -
Uses of ClientSideCriterion in com.vaadin.ui
Subclasses of ClientSideCriterion in com.vaadin.ui 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.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.Fields in com.vaadin.ui declared as ClientSideCriterion Modifier and Type Field Description static ClientSideCriterionAbstractSelect.AcceptItem. ALLA simple accept criterion which ensures thatTransferablecontains anItem(or actually its identifier).
-