Uses of Interface
one.microstream.storage.restclient.StorageViewElement
Package | Description |
---|---|
one.microstream.storage.restclient | |
one.microstream.storage.restclient.app.ui |
-
Uses of StorageViewElement in one.microstream.storage.restclient
Subinterfaces of StorageViewElement in one.microstream.storage.restclient Modifier and Type Interface Description interface
StorageViewComplexRangeEntry
interface
StorageViewObject
interface
StorageViewRange
interface
StorageViewValue
Classes in one.microstream.storage.restclient that implement StorageViewElement Modifier and Type Class Description static class
StorageViewComplexRangeEntry.Default
static class
StorageViewElement.Abstract
static class
StorageViewObject.Complex
static class
StorageViewObject.Simple
static class
StorageViewRange.Default
static class
StorageViewValue.Default
Methods in one.microstream.storage.restclient 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 that return StorageViewElement Modifier and Type Method Description StorageViewElement
StorageViewElement.Abstract. parent()
StorageViewElement
StorageViewElement. parent()
StorageViewElement
StorageView.Default. root()
StorageViewElement
StorageView. root()
Methods in one.microstream.storage.restclient 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)
-
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()
Methods in one.microstream.storage.restclient.app.ui with parameters of type StorageViewElement Modifier and Type Method Description boolean
StorageViewDataProvider.Default. hasChildren(StorageViewElement item)
static <F> StorageViewDataProvider<F>
StorageViewDataProvider. New(StorageViewElement root)
void
StorageViewDataProvider.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 int
StorageViewDataProvider.Default. getChildCount(com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery<StorageViewElement,F> query)