We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.provider.
Class AbstractHierarchicalDataProvider<T,F>
- java.lang.Object
-
- com.vaadin.data.provider.AbstractDataProvider<T,F>
-
- com.vaadin.data.provider.AbstractHierarchicalDataProvider<T,F>
-
Type Parameters:
T
- data typeF
- filter typeAll Implemented Interfaces:
DataProvider<T,F>
,HierarchicalDataProvider<T,F>
,Serializable
Direct Known Subclasses:
public abstract class AbstractHierarchicalDataProvider<T,F> extends AbstractDataProvider<T,F> implements HierarchicalDataProvider<T,F>
Abstract hierarchical data provider implementation which takes care of item refreshes and associated events.
Since:
8.1
Author:
Vaadin Ltd
See Also:
-
-
Constructor Summary
Constructors Constructor Description AbstractHierarchicalDataProvider()
-
Method Summary
-
Methods inherited from class com.vaadin.data.provider.AbstractDataProvider
addDataProviderListener, addListener, fireEvent, refreshAll, refreshItem
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vaadin.data.provider.DataProvider
addDataProviderListener, getId, isInMemory, refreshAll, refreshItem, withConfigurableFilter, withConfigurableFilter, withConvertedFilter
-
Methods inherited from interface com.vaadin.data.provider.HierarchicalDataProvider
fetch, fetchChildren, getChildCount, hasChildren, size
-
-