Class DragAndDropWrapperConnector
- java.lang.Object
-
- com.vaadin.client.ui.AbstractConnector
-
- com.vaadin.client.ui.AbstractComponentConnector
-
- com.vaadin.client.ui.AbstractHasComponentsConnector
-
- com.vaadin.client.ui.customcomponent.CustomComponentConnector
-
- com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler
,StateChangeEvent.StateChangeHandler
,ComponentConnector
,ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler
,HasComponentsConnector
,Paintable
,ServerConnector
,VDragAndDropWrapper.UploadHandler
,Connector
,Serializable
public class DragAndDropWrapperConnector extends CustomComponentConnector implements Paintable, VDragAndDropWrapper.UploadHandler
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.vaadin.client.ui.AbstractComponentConnector
SIGNIFICANT_MOVE_THRESHOLD
-
-
Constructor Summary
Constructors Constructor Description DragAndDropWrapperConnector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VDragAndDropWrapper
getWidget()
Returns the widget associated with this paintable.protected void
init()
Called when the connector has been initialized.void
updateFromUIDL(UIDL uidl, ApplicationConnection client)
void
uploadDone()
-
Methods inherited from class com.vaadin.client.ui.customcomponent.CustomComponentConnector
onConnectorHierarchyChange, updateCaption
-
Methods inherited from class com.vaadin.client.ui.AbstractHasComponentsConnector
addConnectorHierarchyChangeHandler, getChildComponents, setChildComponents
-
Methods inherited from class com.vaadin.client.ui.AbstractComponentConnector
createWidget, delegateCaptionHandling, flush, getIcon, getIconUri, getLayoutManager, getState, getTooltipInfo, hasTooltip, isReadOnly, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onStateChanged, onUnregister, registerTouchHandlers, sendContextClickEvent, setWidgetEnabled, setWidgetStyleName, setWidgetStyleNameWithPrefix, shouldHandleLongTap, unregisterTouchHandlers, updateComponentSize, updateComponentSize, updateEnabledState, updateWidgetSize, updateWidgetStyleNames
-
Methods inherited from class com.vaadin.client.ui.AbstractConnector
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, hasEventListener, isEnabled, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, unregisterRpc
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vaadin.shared.Connector
getConnectorId
-
Methods inherited from interface com.vaadin.client.ServerConnector
addStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, hasEventListener, isEnabled, onUnregister, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, updateEnabledState
-
-
-
-
Method Detail
-
init
protected void init()
Description copied from class:AbstractConnector
Called when the connector has been initialized. Override this method to perform initialization of the connector.- Overrides:
init
in classAbstractConnector
-
updateFromUIDL
public void updateFromUIDL(UIDL uidl, ApplicationConnection client)
- Specified by:
updateFromUIDL
in interfacePaintable
-
getWidget
public VDragAndDropWrapper getWidget()
Description copied from class:AbstractComponentConnector
Returns the widget associated with this paintable. The widget returned by this method must not changed during the life time of the paintable.- Specified by:
getWidget
in interfaceComponentConnector
- Overrides:
getWidget
in classCustomComponentConnector
- Returns:
- The widget associated with this paintable
-
uploadDone
public void uploadDone()
- Specified by:
uploadDone
in interfaceVDragAndDropWrapper.UploadHandler
-
-