Uses of Interface
com.vaadin.event.HasUserOriginated
-
Packages that use HasUserOriginated Package Description com.vaadin.data com.vaadin.event com.vaadin.event.selection com.vaadin.ui -
-
Uses of HasUserOriginated in com.vaadin.data
Classes in com.vaadin.data that implement HasUserOriginated Modifier and Type Class Description static classHasValue.ValueChangeEvent<V>An event fired when the value of aHasValuechanges. -
Uses of HasUserOriginated in com.vaadin.event
Classes in com.vaadin.event that implement HasUserOriginated Modifier and Type Class Description classCollapseEvent<T>An event that is fired when an item is collapsed in a listing component that displays hierarchical data.classExpandEvent<T>An event that is fired when an item is expanded in a listing component that displays hierarchical data.classSortEvent<T extends SortOrder<?>>Event describing a change in sorting of aDataProvider. -
Uses of HasUserOriginated in com.vaadin.event.selection
Subinterfaces of HasUserOriginated in com.vaadin.event.selection Modifier and Type Interface Description interfaceSelectionEvent<T>A selection event that unifies the way to access to selection event for multi selection and single selection components (in case when only one selected item is required).Classes in com.vaadin.event.selection that implement HasUserOriginated Modifier and Type Class Description classMultiSelectionEvent<T>Event fired when the the selection changes in aSelectionModel.Multi.classSingleSelectionEvent<T>Fired when the selection changes in a listing component. -
Uses of HasUserOriginated in com.vaadin.ui
Classes in com.vaadin.ui that implement HasUserOriginated Modifier and Type Class Description static classAbstractSplitPanel.SplitPositionChangeEventEvent that indicates a change in SplitPanel's splitter position.static classGrid.ColumnReorderEventAn event that is fired when the columns are reordered.static classGrid.ColumnResizeEventAn event that is fired when a column is resized, either programmatically or by the user.static classGrid.ColumnVisibilityChangeEventAn event that is fired when a column's visibility changes.static classNotification.CloseEventEvent fired when a notification is closed.static classTabSheet.SelectedTabChangeEventSelected tab change event.
-