| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components.events |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClickEvent<S>
Event fired when a component is clicked.
|
interface |
ColumnReorderEvent<T,P>
Item listing column reorder event.
|
interface |
ColumnResizeEvent<T,P>
Item listing column resize event.
|
interface |
CustomValueSetEvent<T>
SingleSelect custom value set event. |
interface |
ItemClickEvent<S,T>
Event fired when a component which represents an item is clicked.
|
interface |
ItemEvent<S,T>
Event fired from a component which represents an item.
|
interface |
ItemListingClickEvent<S,T,P>
An
ItemClickEvent bound to an ItemListing. |
interface |
ItemListingDnDEvent<T,P>
Base
ItemListing drag'n'drop event. |
interface |
ItemListingDragEndEvent<T,P>
Drag end event of
ItemListing rows. |
interface |
ItemListingDragStartEvent<T,P>
Drag start event of
ItemListing rows. |
interface |
ItemListingDropEvent<T,P>
Drop event that occurs on the
ItemListing or its rows. |
interface |
ItemListingItemEvent<S,T,P>
An
ItemEvent bound to an ItemListing. |
interface |
ReadonlyChangeEvent
Input read-only state change event. |
Copyright © 2020 The Holon Platform. All rights reserved.