Uses of Package
com.vaadin.event.dd.acceptcriteria

Packages that use com.vaadin.event.dd.acceptcriteria
com.vaadin.event.dd   
com.vaadin.event.dd.acceptcriteria   
com.vaadin.ui   
 

Classes in com.vaadin.event.dd.acceptcriteria used by com.vaadin.event.dd
AcceptCriterion
          Criterion that can be used create policy to accept/discard dragged content (presented by Transferable).
 

Classes in com.vaadin.event.dd.acceptcriteria used by com.vaadin.event.dd.acceptcriteria
AcceptCriterion
          Criterion that can be used create policy to accept/discard dragged content (presented by Transferable).
ClientSideCriterion
          Parent class for criteria that can be completely validated on client side.
SourceIsTarget
          A criterion that ensures the drag source is the same as drop target.
 

Classes in com.vaadin.event.dd.acceptcriteria used by com.vaadin.ui
AcceptCriterion
          Criterion that can be used create policy to accept/discard dragged content (presented by Transferable).
ClientSideCriterion
          Parent class for criteria that can be completely validated on client side.
ServerSideCriterion
          Parent class for criteria which are verified on the server side during a drag operation to accept/discard dragged content (presented by Transferable).
TargetDetailIs
          Criterion for checking if drop target details contains the specific property with the specific value.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.