Class VirtualListDelegate<V>
java.lang.Object
io.jmix.flowui.component.delegate.AbstractComponentDelegate<JmixVirtualList<V>>
io.jmix.flowui.component.delegate.VirtualListDelegate<V>
@Component("flowui_VirtualListDelegate")
@Scope("prototype")
public class VirtualListDelegate<V>
extends AbstractComponentDelegate<JmixVirtualList<V>>
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.vaadin.flow.data.provider.DataProvider<V,
?> protected com.vaadin.flow.shared.Registration
Fields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
component
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
com.vaadin.flow.data.provider.DataProvider<V,
?> protected void
onItemsChanged
(EntityItems.ItemsChangeEvent<V> itemsChangeEvent) protected void
unbind()
Methods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
getComponent
-
Field Details
-
dataProvider
-
itemsChangeRegistration
protected com.vaadin.flow.shared.Registration itemsChangeRegistration
-
-
Constructor Details
-
VirtualListDelegate
-
-
Method Details
-
bind
-
unbind
protected void unbind() -
doBind
-
onItemsChanged
-
getDataProvider
-