protected class CmsQuickLaunchEditor.LayoutDropListener extends java.lang.Object implements com.vaadin.ui.dnd.event.DropListener<com.vaadin.ui.CssLayout>
| Modifier | Constructor and Description |
|---|---|
protected |
LayoutDropListener(com.vaadin.ui.CssLayout layout)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
drop(com.vaadin.ui.dnd.event.DropEvent<com.vaadin.ui.CssLayout> event) |
protected LayoutDropListener(com.vaadin.ui.CssLayout layout)
layout - the drop target layoutpublic void drop(com.vaadin.ui.dnd.event.DropEvent<com.vaadin.ui.CssLayout> event)
drop in interface com.vaadin.ui.dnd.event.DropListener<com.vaadin.ui.CssLayout>DropListener.drop(com.vaadin.ui.dnd.event.DropEvent)