Class VerticalLocationIs
java.lang.Object
com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
com.vaadin.event.dd.acceptcriteria.TargetDetailIs
io.jmix.ui.widget.addon.dragdroplayouts.events.VerticalLocationIs
- All Implemented Interfaces:
com.vaadin.event.dd.acceptcriteria.AcceptCriterion
,Serializable
public final class VerticalLocationIs
extends com.vaadin.event.dd.acceptcriteria.TargetDetailIs
A client side criterion for determining the vertical location
- Since:
- 0.4.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final VerticalLocationIs
Was the drop made below the centeline of the componentstatic final VerticalLocationIs
Was the drop made in the middle of the componentstatic final VerticalLocationIs
Was the drop made top of the centerline of the component -
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 Details
-
TOP
Was the drop made top of the centerline of the component -
BOTTOM
Was the drop made below the centeline of the component -
MIDDLE
Was the drop made in the middle of the component
-