public class FileDownloaderConnector extends AbstractExtensionConnector implements com.google.gwt.event.dom.client.ClickHandler
| Constructor and Description |
|---|
FileDownloaderConnector() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
extend(ServerConnector target)
Called when the extension is attached to its parent.
|
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event) |
void |
setParent(ServerConnector parent)
Sets the parent for this connector.
|
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getState, getStateType, hasEventListener, init, isEnabled, onStateChanged, onUnregister, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, unregisterRpc, updateEnabledStateprotected void extend(ServerConnector target)
AbstractExtensionConnectorextend in class AbstractExtensionConnectortarget - The connector this extension extendspublic void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick in interface com.google.gwt.event.dom.client.ClickHandlerpublic void setParent(ServerConnector parent)
ServerConnector
Note that calling this method does not fire a
ConnectorHierarchyChangeEvent. The event is fired only when the
whole hierarchy has been updated.
setParent in interface ServerConnectorsetParent in class AbstractExtensionConnectorparent - The new parent of the connectorCopyright © 2016 Vaadin Ltd. All rights reserved.