Uses of Interface
com.vaadin.client.communication.StateChangeEvent.StateChangeHandler
-
-
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client
Classes in com.vaadin.client that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classJavaScriptExtensionMethods in com.vaadin.client with parameters of type StateChangeEvent.StateChangeHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationServerConnector. addStateChangeHandler(StateChangeEvent.StateChangeHandler handler)Adds a handler that is called whenever any part of the state has been updated by the server.com.google.gwt.event.shared.HandlerRegistrationServerConnector. addStateChangeHandler(String propertyName, StateChangeEvent.StateChangeHandler handler)Adds a handler that is called whenever the given part of the state has been updated by the server.voidServerConnector. removeStateChangeHandler(StateChangeEvent.StateChangeHandler handler)Removes a handler that is called whenever any part of the state has been updated by the server.voidServerConnector. removeStateChangeHandler(String propertyName, StateChangeEvent.StateChangeHandler handler)Removes a handler that is called whenever any part of the state has been updated by the server. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.communication
Fields in com.vaadin.client.communication with type parameters of type StateChangeEvent.StateChangeHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<StateChangeEvent.StateChangeHandler>StateChangeEvent. TYPEType of this event, used by the event bus.Methods in com.vaadin.client.communication that return types with arguments of type StateChangeEvent.StateChangeHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<StateChangeEvent.StateChangeHandler>StateChangeEvent. getAssociatedType()Methods in com.vaadin.client.communication with parameters of type StateChangeEvent.StateChangeHandler Modifier and Type Method Description voidStateChangeEvent. dispatch(StateChangeEvent.StateChangeHandler listener) -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.connectors
Classes in com.vaadin.client.connectors that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classAbstractFocusableListingConnector<WIDGET extends com.google.gwt.user.client.ui.Widget & com.google.gwt.event.dom.client.HasAllFocusHandlers>Abstract class for listing widget connectors that contains focusable children to track their focus/blur events.classAbstractListingConnectorA base connector class forAbstractListing.classAbstractMultiSelectConnectorA base connector class for multiselects.classAbstractRendererConnector<T>An abstract base class for renderer connectors.classAbstractSingleSelectConnector<WIDGET extends com.google.gwt.user.client.ui.Widget & com.google.gwt.event.dom.client.HasAllFocusHandlers>An abstract class for single selection connectors.classButtonRendererConnectorA connector forButtonRenderer.classClickableRendererConnector<T>An abstract base class forClickableRendererconnectors.classImageRendererConnectorA connector forImageRenderer.classJavaScriptRendererConnectorConnector for server-side renderer implemented using JavaScript. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.connectors.data
Classes in com.vaadin.client.connectors.data that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classDataCommunicatorConnectorA connector for DataCommunicator class.classHierarchicalDataCommunicatorConnectorA connector for HierarchicalDataCommunicator class. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.connectors.grid
Classes in com.vaadin.client.connectors.grid that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classAbstractGridRendererConnector<T>An abstract base class for renderer connectors.classAbstractSelectionModelConnectorAbstract base class for grid's selection models.classColumnConnectorA connector class for columns of the Grid component.classComponentRendererConnectorConnector forComponentRenderer.classDateRendererConnectorA connector forDateRenderer.classDetailsManagerConnectorConnector class forGrid.DetailsManagerof the Grid component.classEditorConnectorConnector for Grid Editor.classGridConnectorA connector class for the typed Grid component.classGridDragSourceConnectorAdds HTML5 drag and drop functionality to aGrid's rows.classGridDropTargetConnectorMakes Grid an HTML5 drop target.classLocalDateRendererConnectorA connector for LocalDateRenderer.classLocalDateTimeRendererConnectorA connector for LocalDateTimeRenderer.classMultiSelectionModelConnectorConnector for server side multiselection model implementation.classNoSelectionModelConnectorConnector for grids selection model that doesn't allow selecting anything.classNumberRendererConnectorA connector forNumberRenderer.classProgressBarRendererConnectorA connector forProgressBarRenderer.classSingleSelectionModelConnectorClient side connector for grid single selection model.classTextRendererConnectorA connector forTextRenderer.classTreeGridDragSourceConnectorAdds HTML5 drag and drop functionality to a TreeGrid's rows.classTreeGridDropTargetConnectorMakes TreeGrid an HTML5 drop target.classTreeRendererConnectorConnector for TreeRenderer.classUnsafeHtmlRendererConnectorA connector forUnsafeHtmlRendererConnector.UnsafeHtmlRenderer. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.connectors.tree
Classes in com.vaadin.client.connectors.tree that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classTreeMultiSelectionModelConnectorConnector for the server side multiselection model of the tree component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.extensions
Classes in com.vaadin.client.extensions that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classAbstractEventTriggerExtensionConnectorAn abstract extension connector with trigger support.classAbstractExtensionConnectorAn abstract implementation for extension connectors.classBrowserWindowOpenerConnectorClient-side code forBrowserWindowOpener.classDragSourceExtensionConnectorExtension to add drag source functionality to a widget for using HTML5 drag and drop.classDropTargetExtensionConnectorExtension to add drop target functionality to a widget for using HTML5 drag and drop.classFileDownloaderConnectorclassFileDropTargetConnectorExtension to add file drop target functionality to a widget.classResponsiveConnectorThe client side connector for the Responsive extension. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.extensions.javascriptmanager
Classes in com.vaadin.client.extensions.javascriptmanager that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classJavaScriptManagerConnector -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui
Classes in com.vaadin.client.ui that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classAbstractComponentConnectorBase class for component connectors.classAbstractComponentContainerConnectorClient side connector for subclasses of AbstractComponentConnector.classAbstractConnectorAn abstract implementation of Connector.classAbstractFieldConnectorBase class for field connectors.classAbstractHasComponentsConnectorBase class for component connectors whose widget is a component container.classAbstractLayoutConnectorBase class for layout connectors.classAbstractSingleComponentContainerConnectorClient side connector for subclasses of AbstractSingleComponentConnector.classConnectorFocusAndBlurHandlerA handler for focus and blur events which usesFieldRpc.FocusAndBlurServerRpcto transmit received events to the server.classJavaScriptComponentConnectorA connector class for JavaScript components.classLegacyConnectorDeprecated.This class is only intended to ease migration and should not be used for new projects.classMediaBaseConnectorBase class for media component connectors.classUnknownComponentConnectorA placeholder connector class for when a component's connector cannot be determined.classUnknownExtensionConnectorConnector used as a placeholder for extensions that are not present in the widgetset.classVPopupView.CustomPopupThis class is only public to enable overriding showPopup, and is currently not intended to be extended or otherwise used directly.Methods in com.vaadin.client.ui with parameters of type StateChangeEvent.StateChangeHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationAbstractConnector. addStateChangeHandler(StateChangeEvent.StateChangeHandler handler)com.google.gwt.event.shared.HandlerRegistrationAbstractConnector. addStateChangeHandler(String propertyName, StateChangeEvent.StateChangeHandler handler)voidAbstractConnector. removeStateChangeHandler(StateChangeEvent.StateChangeHandler handler)voidAbstractConnector. removeStateChangeHandler(String propertyName, StateChangeEvent.StateChangeHandler handler) -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.absolutelayout
Classes in com.vaadin.client.ui.absolutelayout that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classAbsoluteLayoutConnectorConnects the server sideAbsoluteLayoutwith the client side counterpartVAbsoluteLayout. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.accordion
Classes in com.vaadin.client.ui.accordion that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classAccordionConnectorA connector class for the Accordion component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.audio
Classes in com.vaadin.client.ui.audio that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classAudioConnectorA connector class for the Audio component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.browserframe
Classes in com.vaadin.client.ui.browserframe that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classBrowserFrameConnectorA connector class for the BrowserFrame component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.button
Classes in com.vaadin.client.ui.button that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classButtonConnectorA connector class for the Button component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.checkbox
Classes in com.vaadin.client.ui.checkbox that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classCheckBoxConnectorThe client-side connector for theCheckBoxGroupcomponent. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.colorpicker
Classes in com.vaadin.client.ui.colorpicker that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classAbstractColorPickerConnectorAn abstract class that defines default implementation for a color picker connector.classColorPickerAreaConnectorA class that defines an implementation for a color picker connector.classColorPickerConnectorA class that defines default implementation for a color picker connector.classColorPickerGradientConnectorA class that defines the default implementation for a color picker gradient connector.classColorPickerGridConnectorA class that defines the default implementation for a color picker grid connector. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.combobox
Classes in com.vaadin.client.ui.combobox that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classComboBoxConnectorA connector class for the ComboBox component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.composite
Classes in com.vaadin.client.ui.composite that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classCompositeConnectorConnector for the Composite component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.csslayout
Classes in com.vaadin.client.ui.csslayout that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classCssLayoutConnectorConnects the server side widgetCssLayoutwith the client side counterpartVCssLayout. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.customcomponent
Classes in com.vaadin.client.ui.customcomponent that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classCustomComponentConnectorA connector class for the CustomComponent component base. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.customfield
Classes in com.vaadin.client.ui.customfield that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classCustomFieldConnectorA connector class for the CustomField component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.customlayout
Classes in com.vaadin.client.ui.customlayout that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classCustomLayoutConnectorA connector class for CustomLayout. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.datefield
Classes in com.vaadin.client.ui.datefield that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classAbstractDateFieldConnector<R extends Enum<R>>Base class for various DateField connectors.classAbstractInlineDateFieldConnector<PANEL extends VAbstractCalendarPanel<R>,R extends Enum<R>>Base class for inline data field connector.classAbstractTextualDateConnector<R extends Enum<R>>Abstract base class for date fields with textual date representation.classDateFieldConnectorA connector class for the abstract AbstractLocalDateField component.classDateTimeFieldConnectorThe client-side connector for AbstractLocalDateTimeField.classInlineDateFieldConnectorThe client-side connector for InlineDateField.classInlineDateTimeFieldConnectorThe client-side connector for InlineDateTimeField.classPopupDateFieldConnectorThe client-side connector for DateField.classPopupDateTimeFieldConnectorThe client-side connector for DateTimeField.classTextualDateConnector<PANEL extends VAbstractCalendarPanel<R>,R extends Enum<R>>Abstract date/time field connector which extendAbstractTextualDateConnectorfunctionality with widget that shows date/time chooser as a popup panel. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.draganddropwrapper
Classes in com.vaadin.client.ui.draganddropwrapper that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classDragAndDropWrapperConnectorDeprecated.Replaced in 8.1 withDragSourceExtensionConnectorandDropTargetExtensionConnector. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.embedded
Classes in com.vaadin.client.ui.embedded that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classEmbeddedConnectorA connector class for the Embedded component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.formlayout
Classes in com.vaadin.client.ui.formlayout that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classFormLayoutConnectorA connector class for FormLayout. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.gridlayout
Classes in com.vaadin.client.ui.gridlayout that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classGridLayoutConnectorA connector class for the GridLayout component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.image
Classes in com.vaadin.client.ui.image that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classImageConnectorA connector class for the Image component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.label
Classes in com.vaadin.client.ui.label that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classLabelConnectorA connector class for the Label component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.link
Classes in com.vaadin.client.ui.link that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classLinkConnectorA connector class for the Link component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.listselect
Classes in com.vaadin.client.ui.listselect that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classListSelectConnectorClient side connector forListSelectcomponent. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.loginform
Classes in com.vaadin.client.ui.loginform that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classLoginFormConnectorA connector class for the LoginForm component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.menubar
Classes in com.vaadin.client.ui.menubar that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classMenuBarConnectorA connector class for the MenuBar component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.nativebutton
Classes in com.vaadin.client.ui.nativebutton that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classNativeButtonConnectorA connector class for the NativeButton component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.nativeselect
Classes in com.vaadin.client.ui.nativeselect that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classNativeSelectConnectorThe client-side connector for theNativeSelectcomponent. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.notification
Classes in com.vaadin.client.ui.notification that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classNotificationConnectorThe client-side connector for theNotification. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.optiongroup
Classes in com.vaadin.client.ui.optiongroup that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classCheckBoxGroupConnectorCheckBoxGroup client side connector.classRadioButtonGroupConnectorCheckBoxGroup client side connector. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.orderedlayout
Classes in com.vaadin.client.ui.orderedlayout that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classAbstractOrderedLayoutConnectorBase class for vertical and horizontal ordered layouts.classHorizontalLayoutConnectorConnects the client widgetVHorizontalLayoutwith the Vaadin server side counterpartHorizontalLayout.classVerticalLayoutConnectorConnects the client widgetVVerticalLayoutwith the Vaadin server side counterpartVerticalLayout. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.panel
Classes in com.vaadin.client.ui.panel that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classPanelConnectorA connector class for the Panel component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.passwordfield
Classes in com.vaadin.client.ui.passwordfield that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classPasswordFieldConnectorA connector class for the PasswordField component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.popupview
Classes in com.vaadin.client.ui.popupview that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classPopupViewConnectorA connector class for the PopupView component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.progressbar
Classes in com.vaadin.client.ui.progressbar that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classProgressBarConnectorConnector forVProgressBar. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.richtextarea
Classes in com.vaadin.client.ui.richtextarea that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classRichTextAreaConnectorConnector for RichTextArea. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.slider
Classes in com.vaadin.client.ui.slider that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classSliderConnectorA connector class for the Slider component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.splitpanel
Classes in com.vaadin.client.ui.splitpanel that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classAbstractSplitPanelConnectorAn abstract connector class for the SplitPanel components.classHorizontalSplitPanelConnectorA connector class for the HorizontalSplitPanel component.classVerticalSplitPanelConnectorA connector class for the VerticalSplitPanel component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.tabsheet
Classes in com.vaadin.client.ui.tabsheet that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classTabsheetBaseConnectorAn abstract connector class for components that share features with a TabSheet.classTabsheetConnectorA connector class for the TabSheet component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.textarea
Classes in com.vaadin.client.ui.textarea that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classTextAreaConnectorA connector class for the TextArea component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.textfield
Classes in com.vaadin.client.ui.textfield that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classAbstractTextFieldConnectorConnector class for AbstractTextField.classTextFieldConnectorConnector class for TextField. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.treegrid
Classes in com.vaadin.client.ui.treegrid that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classTreeGridConnectorA connector class for the TreeGrid component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.twincolselect
Classes in com.vaadin.client.ui.twincolselect that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classTwinColSelectConnectorClient side connector forTwinColSelectcomponent. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.ui
Classes in com.vaadin.client.ui.ui that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classUIConnectorA connector class for the UI component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.upload
Classes in com.vaadin.client.ui.upload that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classUploadConnectorA connector class for the Upload component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.video
Classes in com.vaadin.client.ui.video that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classVideoConnectorA connector class for the Video component. -
Uses of StateChangeEvent.StateChangeHandler in com.vaadin.client.ui.window
Classes in com.vaadin.client.ui.window that implement StateChangeEvent.StateChangeHandler Modifier and Type Class Description classWindowConnectorA connector class for the Window component.
-