We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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:
Enclosing class:
- extends TargetDetailIs
public static class AbstractSelect.VerticalLocationIs
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:
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