Package 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
-
-
Field Summary
Fields Modifier and Type Field 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
-
-