T - Item typeP - Property typepublic static interface ItemListing.ItemEditorEvent<T,P> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Map<P,Input<?>> |
getBindings()
Get the available editor bindings, i.e.
|
com.vaadin.flow.component.grid.editor.Editor<T> |
getEditor()
Get the item editor.
|
T |
getItem()
Gets the item being edited.
|
ItemListing<T,P> |
getListing()
Get the
ItemListing to which the ditor is bound. |
default boolean |
isAdditionalItem()
Gets whether the item is an additional item.
|
ItemListing<T,P> getListing()
ItemListing to which the ditor is bound.com.vaadin.flow.component.grid.editor.Editor<T> getEditor()
T getItem()
default boolean isAdditionalItem()
Additional items are provided in addition to the ones returned by the concrete data provider.
ItemListingDataProviderAdapterCopyright © 2020 The Holon Platform. All rights reserved.