Class CmsQuickLaunchEditor.LayoutDropListener

  • All Implemented Interfaces:
    com.vaadin.event.ConnectorEventListener, com.vaadin.event.SerializableEventListener, com.vaadin.ui.dnd.event.DropListener<com.vaadin.ui.CssLayout>, java.io.Serializable, java.util.EventListener
    Enclosing class:
    CmsQuickLaunchEditor

    protected class CmsQuickLaunchEditor.LayoutDropListener
    extends java.lang.Object
    implements com.vaadin.ui.dnd.event.DropListener<com.vaadin.ui.CssLayout>
    The sorting drop listener.

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface com.vaadin.ui.dnd.event.DropListener

        DROP_METHOD
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LayoutDropListener​(com.vaadin.ui.CssLayout layout)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void drop​(com.vaadin.ui.dnd.event.DropEvent<com.vaadin.ui.CssLayout> event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LayoutDropListener

        protected LayoutDropListener​(com.vaadin.ui.CssLayout layout)
        Constructor.

        Parameters:
        layout - the drop target layout
    • Method Detail

      • drop

        public void drop​(com.vaadin.ui.dnd.event.DropEvent<com.vaadin.ui.CssLayout> event)
        Specified by:
        drop in interface com.vaadin.ui.dnd.event.DropListener<com.vaadin.ui.CssLayout>
        See Also:
        DropListener.drop(com.vaadin.ui.dnd.event.DropEvent)