Uses of Interface
one.microstream.storage.restclient.types.StorageViewElement
| Package | Description |
|---|---|
| one.microstream.storage.restclient.app.ui | |
| one.microstream.storage.restclient.types |
-
Uses of StorageViewElement in one.microstream.storage.restclient.app.ui
Methods in one.microstream.storage.restclient.app.ui that return types with arguments of type StorageViewElement Modifier and Type Method Description com.vaadin.flow.component.treegrid.TreeGrid<StorageViewElement>StorageViewTreeGridBuilder. build()com.vaadin.flow.component.treegrid.TreeGrid<StorageViewElement>StorageViewTreeGridBuilder.Default. build()protected Stream<StorageViewElement>StorageViewDataProvider.Default. fetchChildrenFromBackEnd(com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery<StorageViewElement,F> query)Methods in one.microstream.storage.restclient.app.ui with parameters of type StorageViewElement Modifier and Type Method Description booleanStorageViewDataProvider.Default. hasChildren(StorageViewElement item)static <F> StorageViewDataProvider<F>StorageViewDataProvider. New(StorageViewElement root)voidStorageViewDataProvider.Default. refreshItem(StorageViewElement item, boolean refreshChildren)Method parameters in one.microstream.storage.restclient.app.ui with type arguments of type StorageViewElement Modifier and Type Method Description protected Stream<StorageViewElement>StorageViewDataProvider.Default. fetchChildrenFromBackEnd(com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery<StorageViewElement,F> query)intStorageViewDataProvider.Default. getChildCount(com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery<StorageViewElement,F> query) -
Uses of StorageViewElement in one.microstream.storage.restclient.types
Subinterfaces of StorageViewElement in one.microstream.storage.restclient.types Modifier and Type Interface Description interfaceStorageViewComplexRangeEntryinterfaceStorageViewObjectinterfaceStorageViewRangeinterfaceStorageViewValueClasses in one.microstream.storage.restclient.types that implement StorageViewElement Modifier and Type Class Description static classStorageViewComplexRangeEntry.Defaultstatic classStorageViewElement.Abstractstatic classStorageViewObject.Complexstatic classStorageViewObject.Simplestatic classStorageViewRange.Defaultstatic classStorageViewValue.DefaultMethods in one.microstream.storage.restclient.types with type parameters of type StorageViewElement Modifier and Type Method Description default <T extends StorageViewElement>
TStorageViewElement. parentOfType(Class<T> parentType)Methods in one.microstream.storage.restclient.types that return StorageViewElement Modifier and Type Method Description StorageViewElementStorageViewElement.Abstract. parent()StorageViewElementStorageViewElement. parent()StorageViewElementStorageView.Default. root()StorageViewElementStorageView. root()Methods in one.microstream.storage.restclient.types that return types with arguments of type StorageViewElement Modifier and Type Method Description List<StorageViewElement>StorageViewComplexRangeEntry.Default. members(boolean forceRefresh)List<StorageViewElement>StorageViewElement. members(boolean forceRefresh)List<StorageViewElement>StorageViewObject.Complex. members(boolean forceRefresh)List<StorageViewElement>StorageViewRange.Default. members(boolean forceRefresh)List<StorageViewElement>StorageViewValue.Default. members(boolean forceRefresh)