Class VDDAbsoluteLayout
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
com.vaadin.client.ui.VAbsoluteLayout
io.jmix.ui.widget.client.addon.dragdroplayouts.ui.absolutelayout.VDDAbsoluteLayout
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.EventListener,com.google.gwt.user.client.ui.HasVisibility,com.google.gwt.user.client.ui.HasWidgets,com.google.gwt.user.client.ui.HasWidgets.ForIsWidget,com.google.gwt.user.client.ui.IndexedPanel,com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget,com.google.gwt.user.client.ui.IsWidget,com.vaadin.client.ui.dd.VHasDropHandler,VDDHasDropHandler<VDDAbsoluteLayoutDropHandler>,VHasDragCaptionProvider,VHasDragFilter,VHasDragImageReferenceSupport,VHasDragMode,VHasGrabFilter,VHasIframeShims,VLayoutDragDropMouseHandler.DragStartListener,Iterable<com.google.gwt.user.client.ui.Widget>
public class VDDAbsoluteLayout
extends com.vaadin.client.ui.VAbsoluteLayout
implements VHasDragMode, VDDHasDropHandler<VDDAbsoluteLayoutDropHandler>, VLayoutDragDropMouseHandler.DragStartListener, VHasDragFilter, VHasIframeShims, VHasDragImageReferenceSupport, VHasGrabFilter, VHasDragCaptionProvider
Client side implementation for
DDAbsoluteLayout- Since:
- 0.4.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.client.ui.VAbsoluteLayout
com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapperNested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabledNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidgetNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.IndexedPanel
com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget -
Field Summary
FieldsFields inherited from class com.vaadin.client.ui.VAbsoluteLayout
canvas, TAGNAMEFields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandragStart(com.google.gwt.user.client.ui.Widget widget, LayoutDragMode mode) Can be used to listen to drag start events, must return true for the drag to commence.Returns the drag filter used by the layoutReturns the drag modeReturns the drop handler which handles the drop eventsprotected final VLayoutDragDropMouseHandlervoidiframeShimsEnabled(boolean enabled) booleanprotected voidonLoad()protected voidonUnload()protected booleanpostDropHook(com.vaadin.client.ui.dd.VDragEvent drag) A hook for extended components to post process the the drop before it is sent to the server.protected voidpostEnterHook(com.vaadin.client.ui.dd.VDragEvent drag) A hook for extended components to post process the the enter event.protected voidpostLeaveHook(com.vaadin.client.ui.dd.VDragEvent drag) A hook for extended components to post process the the leave event.protected voidpostOverHook(com.vaadin.client.ui.dd.VDragEvent drag) A hook for extended components to post process the the over event.voidsetDragCaptionProvider(VDragCaptionProvider dragCaption) voidsetDragFilter(VDragFilter filter) voidsetDragImageProvider(VDragImageProvider provider) voidsetDragMode(LayoutDragMode mode) voidsetDropHandler(VDDAbsoluteLayoutDropHandler dropHandler) voidsetGrabFilter(VGrabFilter grabFilter) protected voidupdateDragDetails(com.vaadin.client.ui.dd.VDragEvent drag) Methods inherited from class com.vaadin.client.ui.VAbsoluteLayout
add, cleanupWrappers, contains, getChildWrapper, getWidget, getWidgetCaption, getWidgetCount, getWidgetIndex, getWidgetSlotHeight, getWidgetSlotWidth, layoutHorizontally, layoutVertically, remove, setStyleName, setStylePrimaryName, setWidgetCaption, setWidgetPosition, setWidgetWrapperStyleNames, updateStylenamesMethods inherited from class com.google.gwt.user.client.ui.ComplexPanel
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidgetIndex, insert, insert, iterator, removeMethods inherited from class com.google.gwt.user.client.ui.Panel
add, adopt, clear, doAttachChildren, doDetachChildren, orphan, removeMethods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, setLayoutData, sinkEvents, unsinkEventsMethods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
CLASSNAME
- See Also:
-
-
Constructor Details
-
VDDAbsoluteLayout
public VDDAbsoluteLayout()
-
-
Method Details
-
onLoad
protected void onLoad()- Overrides:
onLoadin classcom.google.gwt.user.client.ui.Widget
-
onUnload
protected void onUnload()- Overrides:
onUnloadin classcom.google.gwt.user.client.ui.Widget
-
postDropHook
protected boolean postDropHook(com.vaadin.client.ui.dd.VDragEvent drag) A hook for extended components to post process the the drop before it is sent to the server. Useful if you don't want to override the whole drop handler. -
postEnterHook
protected void postEnterHook(com.vaadin.client.ui.dd.VDragEvent drag) A hook for extended components to post process the the enter event. Useful if you don't want to override the whole drophandler. -
postLeaveHook
protected void postLeaveHook(com.vaadin.client.ui.dd.VDragEvent drag) A hook for extended components to post process the the leave event. Useful if you don't want to override the whole drophandler. -
postOverHook
protected void postOverHook(com.vaadin.client.ui.dd.VDragEvent drag) A hook for extended components to post process the the over event. Useful if you don't want to override the whole drophandler. -
dragStart
Can be used to listen to drag start events, must return true for the drag to commence. Return false to interrupt the drag:- Specified by:
dragStartin interfaceVLayoutDragDropMouseHandler.DragStartListener- Parameters:
widget- The widget which is about to be draggedmode- The draggin mode- Returns:
- Should the dragging be commenced.
-
getDropHandler
Returns the drop handler which handles the drop events- Specified by:
getDropHandlerin interfaceVDDHasDropHandler<VDDAbsoluteLayoutDropHandler>- Specified by:
getDropHandlerin interfacecom.vaadin.client.ui.dd.VHasDropHandler
-
setDropHandler
- Specified by:
setDropHandlerin interfaceVDDHasDropHandler<VDDAbsoluteLayoutDropHandler>
-
getDragFilter
Description copied from interface:VHasDragFilterReturns the drag filter used by the layout- Specified by:
getDragFilterin interfaceVHasDragFilter- Returns:
-
getDragMode
Description copied from interface:VHasDragModeReturns the drag mode- Specified by:
getDragModein interfaceVHasDragMode- Returns:
-
updateDragDetails
protected void updateDragDetails(com.vaadin.client.ui.dd.VDragEvent drag) -
setDragFilter
- Specified by:
setDragFilterin interfaceVHasDragFilter
-
iframeShimsEnabled
public void iframeShimsEnabled(boolean enabled) - Specified by:
iframeShimsEnabledin interfaceVHasIframeShims
-
isIframeShimsEnabled
public boolean isIframeShimsEnabled()- Specified by:
isIframeShimsEnabledin interfaceVHasIframeShims
-
setDragMode
- Specified by:
setDragModein interfaceVHasDragMode
-
setDragImageProvider
- Specified by:
setDragImageProviderin interfaceVHasDragImageReferenceSupport
-
getMouseHandler
-
getGrabFilter
- Specified by:
getGrabFilterin interfaceVHasGrabFilter
-
setGrabFilter
- Specified by:
setGrabFilterin interfaceVHasGrabFilter
-
setDragCaptionProvider
- Specified by:
setDragCaptionProviderin interfaceVHasDragCaptionProvider
-
getDragCaptionProvider
- Specified by:
getDragCaptionProviderin interfaceVHasDragCaptionProvider
-