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

    Fields
    Modifier and Type
    Field
    Description
    static final VerticalLocationIs
    Was the drop made below the centeline of the component
    static final VerticalLocationIs
    Was the drop made in the middle of the component
    static 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

    Methods inherited from class java.lang.Object

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

    • TOP

      public static final VerticalLocationIs TOP
      Was the drop made top of the centerline of the component
    • BOTTOM

      public static final VerticalLocationIs BOTTOM
      Was the drop made below the centeline of the component
    • MIDDLE

      public static final VerticalLocationIs MIDDLE
      Was the drop made in the middle of the component