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
FieldsModifier and TypeFieldDescriptionprotected com.vaadin.flow.data.provider.DataProvider<V,?> protected com.vaadin.flow.shared.RegistrationFields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
component -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidcom.vaadin.flow.data.provider.DataProvider<V,?> protected voidonItemsChanged(EntityItems.ItemsChangeEvent<V> itemsChangeEvent) protected voidunbind()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
-