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 interfaceStorageViewComplexRangeEntryinterfaceStorageViewObjectinterfaceStorageViewRangeinterfaceStorageViewValueClasses in one.microstream.storage.restclient 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 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 StorageViewElementStorageViewElement.Abstract. parent()StorageViewElementStorageViewElement. parent()StorageViewElementStorageView.Default. root()StorageViewElementStorageView. 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 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 intStorageViewDataProvider.Default. getChildCount(com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery<StorageViewElement,F> query)