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

    Fields
    Modifier and Type
    Field
    Description
    Was the drop made in the middle of the component
    Was the drop made to the left of the centerline of the component
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LEFT

      public static final HorizontalLocationIs LEFT
      Was the drop made to the left of the centerline of the component
    • CENTER

      public static final HorizontalLocationIs CENTER
      Was the drop made in the middle of the component