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:
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:
-
-
Field Summary
Fields Modifier and Type Field and Description 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
-
-
-
-
Field Detail
-
TOP
public static AbstractSelect.VerticalLocationIs TOP
-
BOTTOM
public static AbstractSelect.VerticalLocationIs BOTTOM
-
MIDDLE
public static AbstractSelect.VerticalLocationIs MIDDLE
-
-