public class JmixFileUploadConnector
extends com.vaadin.client.ui.AbstractComponentConnector
implements com.vaadin.client.Paintable
| Constructor and Description |
|---|
JmixFileUploadConnector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delegateCaptionHandling() |
JmixFileUploadState |
getState() |
JmixFileUploadWidget |
getWidget() |
protected void |
init() |
void |
onStateChanged(com.vaadin.client.communication.StateChangeEvent stateChangeEvent) |
void |
onUnregister() |
void |
updateFromUIDL(com.vaadin.client.UIDL uidl,
com.vaadin.client.ApplicationConnection client) |
contextHelpIconClick, contextHelpIconClick, createWidget, flush, getIcon, getIconUri, getLayoutManager, getTooltipInfo, hasContextHelpIconListeners, hasTooltip, isContextHelpIconEnabled, isContextHelpTooltipEnabled, isErrorIndicatorVisible, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onDragSourceAttached, onDragSourceDetached, onDropTargetAttached, onDropTargetDetached, registerTouchHandlers, sendContextClickEvent, setWidgetEnabled, setWidgetStyleName, setWidgetStyleNameWithPrefix, shouldHandleLongTap, unregisterTouchHandlers, updateComponentSize, updateComponentSize, updateEnabledState, updateWidgetSize, updateWidgetStyleNamesaddStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, getTag, hasEventListener, isEnabled, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, setTag, unregisterRpcclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, getTag, hasEventListener, isEnabled, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, setTagpublic boolean delegateCaptionHandling()
delegateCaptionHandling in interface com.vaadin.client.ComponentConnectordelegateCaptionHandling in class com.vaadin.client.ui.AbstractComponentConnectorpublic JmixFileUploadWidget getWidget()
getWidget in interface com.vaadin.client.HasWidgetgetWidget in class com.vaadin.client.ui.AbstractComponentConnectorpublic JmixFileUploadState getState()
getState in interface com.vaadin.client.ComponentConnectorgetState in interface com.vaadin.client.ServerConnectorgetState in class com.vaadin.client.ui.AbstractComponentConnectorpublic void onUnregister()
onUnregister in interface com.vaadin.client.ServerConnectoronUnregister in class com.vaadin.client.ui.AbstractComponentConnectorprotected void init()
init in class com.vaadin.client.ui.AbstractConnectorpublic void onStateChanged(com.vaadin.client.communication.StateChangeEvent stateChangeEvent)
onStateChanged in interface com.vaadin.client.communication.StateChangeEvent.StateChangeHandleronStateChanged in class com.vaadin.client.ui.AbstractComponentConnectorpublic void updateFromUIDL(com.vaadin.client.UIDL uidl,
com.vaadin.client.ApplicationConnection client)
updateFromUIDL in interface com.vaadin.client.Paintable