Class HorizontalLocationIs
java.lang.Object
com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
com.vaadin.event.dd.acceptcriteria.TargetDetailIs
io.jmix.ui.widget.addon.dragdroplayouts.events.HorizontalLocationIs
- All Implemented Interfaces:
com.vaadin.event.dd.acceptcriteria.AcceptCriterion
,Serializable
public final class HorizontalLocationIs
extends com.vaadin.event.dd.acceptcriteria.TargetDetailIs
A client side criterion for determining the horizontal location
- Since:
- 0.6.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HorizontalLocationIs
Was the drop made in the middle of the componentstatic final HorizontalLocationIs
Was the drop made to the left of the centerline of the componentstatic final HorizontalLocationIs
Was the drop made to the right 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
-
LEFT
Was the drop made to the left of the centerline of the component -
CENTER
Was the drop made in the middle of the component -
RIGHT
Was the drop made to the right of the centerline of the component
-