Class JmixFileDownloaderConnector
java.lang.Object
com.vaadin.client.ui.AbstractConnector
com.vaadin.client.extensions.AbstractExtensionConnector
io.jmix.ui.widget.client.downloader.JmixFileDownloaderConnector
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler
,com.vaadin.client.communication.StateChangeEvent.StateChangeHandler
,com.vaadin.client.ServerConnector
,com.vaadin.shared.Connector
,Serializable
public class JmixFileDownloaderConnector
extends com.vaadin.client.extensions.AbstractExtensionConnector
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
downloadFileById
(String resourceId) protected void
extend
(com.vaadin.client.ServerConnector target) void
viewDocumentById
(String resourceId) Methods inherited from class com.vaadin.client.extensions.AbstractExtensionConnector
setParent
Methods inherited from class com.vaadin.client.ui.AbstractConnector
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getState, getStateType, getTag, hasEventListener, init, isEnabled, onStateChanged, onUnregister, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setTag, unregisterRpc, updateEnabledState
-
Constructor Details
-
JmixFileDownloaderConnector
public JmixFileDownloaderConnector()
-
-
Method Details
-
extend
protected void extend(com.vaadin.client.ServerConnector target) - Specified by:
extend
in classcom.vaadin.client.extensions.AbstractExtensionConnector
-
downloadFileById
-
viewDocumentById
-