Modifier and Type | Class and Description |
---|---|
static class |
BlurNotifier.BlurEvent<C extends Component>
Class that represents the DOM event "blur".
|
class |
ClickEvent<C extends Component>
Event fired when a component is clicked.
|
class |
CompositionEndEvent
The event when a composition is ended.
|
class |
CompositionStartEvent
The event when a composition is started.
|
class |
CompositionUpdateEvent
The event when a composition is updated.
|
static class |
FocusNotifier.FocusEvent<C extends Component>
Class that represents the DOM event "focus".
|
class |
InputEvent
Event fired when the component has received any type of input (e.g.
|
class |
KeyDownEvent
The event when a key is pressed.
|
class |
KeyPressEvent
The event when a key is pressed.
|
class |
KeyUpEvent
The event when a key is released.
|
class |
PollEvent
An event that is fired whenever a client polls the server for asynchronous UI
updates.
|
Modifier and Type | Class and Description |
---|---|
static class |
Accordion.OpenedChangeEvent
An event fired when an Accordion is opened or closed.
|
Modifier and Type | Class and Description |
---|---|
class |
ChartAddSeriesEvent
The ChartAddSeriesEvent class stores data about new series added
to an existing chart.
|
class |
ChartAfterPrintEvent
Fired after a chart is printed using the print menu
|
class |
ChartBeforePrintEvent
Fired before a chart is printed using the print menu
|
class |
ChartClickEvent
The ChartClickEvent class stores information on click events anywhere on the
area of the chart.
|
class |
ChartDrillupAllEvent
ChartDrillupEvent triggered after all the series has been drilled up
if chart has multiple drilldown series
|
class |
ChartDrillupEvent
ChartDrillupEvent triggered when the 'Back to previous series' button is
clicked
|
class |
ChartLoadEvent
Fired after a chart is loaded
|
class |
ChartRedrawEvent
Fired after a chart is redrawn
|
class |
ChartSelectionEvent
The ChartSelectionEvent class stores information on selection events on the
chart's area.
|
class |
DrilldownEvent
The DrilldownEvent class stores information on click events in drilldown
points
|
class |
PointClickEvent
The PointClickEvent class stores data for click events on the points of the
chart.
|
class |
PointLegendItemClickEvent
The PointLegendItemClickEvent class stores information on click events on the
charts's legend items that correspond to a chart point.
|
class |
PointMouseOutEvent
Fired when the mouse exits the neighborhood of a point
|
class |
PointMouseOverEvent
Fired when the mouse pointer moves within the neighborhood
of a point
|
class |
PointRemoveEvent
The PointRemoveEvent class stores data for remove events on the points of the
chart
|
class |
PointSelectEvent
The PointSelectEvent class stores data for select events on the points of the
chart.
|
class |
PointUnselectEvent
The PointUnselectEvent class stores data for unselect events on the points of the
chart.
|
class |
PointUpdateEvent
The PointUpdateEvent class stores data for update events on the points of the
chart
|
class |
SeriesAfterAnimateEvent
Fired after a chart series is animated
|
class |
SeriesCheckboxClickEvent
SeriesCheckboxClickEvent triggered when a checkbox in a legend is clicked
|
class |
SeriesClickEvent
The SeriesClickEvent class stores data for click events on the series of the
chart.
|
class |
SeriesHideEvent
Fired when a series is hidden
|
class |
SeriesLegendItemClickEvent
The SeriesLegendItemClickEvent class stores information on click events on
the charts's legend items that correspond to a chart series.
|
class |
SeriesMouseOutEvent
Fired when the mouse exits the neighborhood of a series
|
class |
SeriesMouseOverEvent
Fired when the mouse moves within the neighborhood of a series
|
class |
SeriesShowEvent
Fired when a series is shown
|
class |
XAxesExtremesSetEvent
The XAxesExtremesSetEvent class stores data for set extremes events
on the x axes of the chart.
|
class |
YAxesExtremesSetEvent
The YAxesExtremesSetEvent class stores data for set extremes events
on the y axes of the chart.
|
Modifier and Type | Class and Description |
---|---|
static class |
GeneratedVaadinCheckbox.ChangeEvent<R extends GeneratedVaadinCheckbox<R,?>> |
Modifier and Type | Class and Description |
---|---|
static class |
GeneratedVaadinComboBox.CustomValueSetEvent<R extends GeneratedVaadinComboBox<R,?>> |
Modifier and Type | Class and Description |
---|---|
static class |
ConfirmDialog.CancelEvent
`cancel` is sent when the user clicks Cancel button
or presses Escape key.
|
static class |
ConfirmDialog.ConfirmEvent
`confirm` is sent when the user clicks Confirm button
|
static class |
ConfirmDialog.RejectEvent
`reject` is sent when the user clicks Reject button
|
Modifier and Type | Class and Description |
---|---|
static class |
Crud.CancelEvent<E>
Event fired when the user cancels the creation of a new item
or modifications to an existing item.
|
static class |
Crud.DeleteEvent<E>
Event fired when the user tries to delete an existing item.
|
static class |
Crud.EditEvent<E>
Event fired when the user starts to edit an existing item.
|
static class |
Crud.NewEvent<E>
Event fired when the user starts to create a new item.
|
static class |
Crud.SaveEvent<E>
Event fired when the user tries to save a new item or modifications to an existing item.
|
Modifier and Type | Class and Description |
---|---|
static class |
GeneratedVaadinDatePicker.ChangeEvent<R extends GeneratedVaadinDatePicker<R,?>> |
Modifier and Type | Class and Description |
---|---|
static class |
Details.OpenedChangeEvent |
Modifier and Type | Class and Description |
---|---|
static class |
Dialog.DialogCloseActionEvent
`vaadin-dialog-close-action` is sent when the user clicks outside the
overlay or presses the escape key.
|
Modifier and Type | Class and Description |
---|---|
class |
ItemClickEvent<T>
Event fired when a Grid item is clicked.
|
class |
ItemDoubleClickEvent<T>
Event fired when a Grid item is double clicked.
|
Modifier and Type | Class and Description |
---|---|
static class |
GridPro.ItemPropertyChangedEvent<E>
Event fired when the user starts to edit an existing item.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractLogin.ForgotPasswordEvent
`forgot-password` is fired when the user clicks Forgot password button
|
static class |
AbstractLogin.LoginEvent
`login` is fired when the user either clicks Submit button or presses an Enter key.
|
Modifier and Type | Class and Description |
---|---|
static class |
GeneratedVaadinRichTextEditor.ChangeEvent<R extends GeneratedVaadinRichTextEditor<R,?>> |
Modifier and Type | Class and Description |
---|---|
static class |
GeneratedVaadinSplitLayout.IronResizeEvent<R extends GeneratedVaadinSplitLayout<R>> |
static class |
GeneratedVaadinSplitLayout.SplitterDragendEvent<R extends GeneratedVaadinSplitLayout<R>> |
Modifier and Type | Class and Description |
---|---|
static class |
GeneratedVaadinTextArea.ChangeEvent<R extends GeneratedVaadinTextArea<R,?>> |
static class |
GeneratedVaadinTextField.ChangeEvent<R extends GeneratedVaadinTextField<R,?>> |
Copyright © 2019. All rights reserved.