Package com.morpheusdata.core.providers
Interface StorageVolumeResourceViewUIFacet
- All Superinterfaces:
PluginProvider,ResourceViewUIFacet<StorageVolume>
Provides support for custom detail entries in StorageVolume Info sections.
This interface allows plugins to inject custom storage volume information
into existing detail views without requiring a full tab implementation.
- Since:
- 0.16.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.morpheusdata.core.providers.PluginProvider
PluginProvider.EventSubscriberFacet<E extends Event> -
Method Summary
Modifier and TypeMethodDescriptiongetDetailViewInfo(StorageVolume storageVolume) Get custom storage volume details from the plugin to render in the info sectionMethods inherited from interface com.morpheusdata.core.providers.PluginProvider
getCode, getMorpheus, getName, getPlugin, isPluginMethods inherited from interface com.morpheusdata.core.providers.ResourceViewUIFacet
show
-
Method Details
-
getDetailViewInfo
Get custom storage volume details from the plugin to render in the info section- Specified by:
getDetailViewInfoin interfaceResourceViewUIFacet<StorageVolume>- Parameters:
storageVolume- The StorageVolume instance to get details for- Returns:
- List of DetailEntry objects to display in the Info section
-