public class PopupButtonConnector
extends com.vaadin.client.ui.button.ButtonConnector
implements com.vaadin.client.HasComponentsConnector, com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler, com.google.gwt.user.client.Event.NativePreviewHandler
| Constructor and Description |
|---|
PopupButtonConnector() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addConnectorHierarchyChangeHandler(com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler handler) |
protected VPopupButton |
createWidget() |
boolean |
delegateCaptionHandling() |
java.util.List<com.vaadin.client.ComponentConnector> |
getChildComponents() |
PopupButtonState |
getState() |
VPopupButton |
getWidget() |
void |
init() |
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event) |
void |
onConnectorHierarchyChange(com.vaadin.client.ConnectorHierarchyChangeEvent event) |
void |
onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent event) |
void |
onStateChanged(com.vaadin.client.communication.StateChangeEvent stateChangeEvent) |
void |
onUnregister() |
void |
setChildComponents(java.util.List<com.vaadin.client.ComponentConnector> children) |
void |
updateCaption(com.vaadin.client.ComponentConnector component) |
contextHelpIconClick, contextHelpIconClick, 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, setTag, updateEnabledStatepublic void init()
init in class com.vaadin.client.ui.button.ButtonConnectorpublic void onUnregister()
onUnregister in interface com.vaadin.client.ServerConnectoronUnregister in class com.vaadin.client.ui.AbstractComponentConnectorpublic void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick in interface com.google.gwt.event.dom.client.ClickHandleronClick in class com.vaadin.client.ui.button.ButtonConnectorpublic 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 onConnectorHierarchyChange(com.vaadin.client.ConnectorHierarchyChangeEvent event)
onConnectorHierarchyChange in interface com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandlerprotected VPopupButton createWidget()
createWidget in class com.vaadin.client.ui.AbstractComponentConnectorpublic VPopupButton getWidget()
getWidget in interface com.vaadin.client.HasWidgetgetWidget in class com.vaadin.client.ui.button.ButtonConnectorpublic PopupButtonState getState()
getState in interface com.vaadin.client.ComponentConnectorgetState in interface com.vaadin.client.ServerConnectorgetState in class com.vaadin.client.ui.button.ButtonConnectorpublic void updateCaption(com.vaadin.client.ComponentConnector component)
updateCaption in interface com.vaadin.client.HasComponentsConnectorpublic java.util.List<com.vaadin.client.ComponentConnector> getChildComponents()
getChildComponents in interface com.vaadin.client.HasComponentsConnectorpublic void setChildComponents(java.util.List<com.vaadin.client.ComponentConnector> children)
setChildComponents in interface com.vaadin.client.HasComponentsConnectorpublic com.google.gwt.event.shared.HandlerRegistration addConnectorHierarchyChangeHandler(com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler handler)
addConnectorHierarchyChangeHandler in interface com.vaadin.client.HasComponentsConnectorpublic void onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent event)
onPreviewNativeEvent in interface com.google.gwt.user.client.Event.NativePreviewHandlerpublic boolean delegateCaptionHandling()
delegateCaptionHandling in interface com.vaadin.client.ComponentConnectordelegateCaptionHandling in class com.vaadin.client.ui.button.ButtonConnector