com.vaadin.ui
Class AbstractSelect.VerticalLocationIs
java.lang.Object
com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
com.vaadin.event.dd.acceptcriteria.TargetDetailIs
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOP
public static AbstractSelect.VerticalLocationIs TOP
BOTTOM
public static AbstractSelect.VerticalLocationIs BOTTOM
MIDDLE
public static AbstractSelect.VerticalLocationIs MIDDLE
Copyright © 2000-2010 IT Mill Ltd. All Rights Reserved.