com.vaadin.ui
Class AbstractSelect.VerticalLocationIs

java.lang.Object
  extended by com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
      extended by com.vaadin.event.dd.acceptcriteria.TargetDetailIs
          extended by com.vaadin.ui.AbstractSelect.VerticalLocationIs
All Implemented Interfaces:
AcceptCriterion, Serializable
Enclosing class:
AbstractSelect

public static class AbstractSelect.VerticalLocationIs
extends TargetDetailIs

An accept criterion to accept drops only on a specific vertical location of an item.

This accept criterion is currently usable in Tree and Table implementations.

See Also:
Serialized Form

Field Summary
static AbstractSelect.VerticalLocationIs BOTTOM
           
static AbstractSelect.VerticalLocationIs MIDDLE
           
static AbstractSelect.VerticalLocationIs TOP
           
 
Method Summary
 
Methods inherited from class com.vaadin.event.dd.acceptcriteria.TargetDetailIs
accept, getIdentifier, paintContent
 
Methods inherited from class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
isClientSideVerifiable, paint, paintResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOP

public static AbstractSelect.VerticalLocationIs TOP

BOTTOM

public static AbstractSelect.VerticalLocationIs BOTTOM

MIDDLE

public static AbstractSelect.VerticalLocationIs MIDDLE


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