Class TestResourcesControlPanel
java.lang.Object
io.micronaut.controlpanel.core.AbstractControlPanel<List<ControlPanelPropertyResolutionListener.Resolution>>
io.micronaut.testresources.controlpanel.TestResourcesControlPanel
- All Implemented Interfaces:
io.micronaut.controlpanel.core.ConfigurableControlPanel
,io.micronaut.controlpanel.core.ControlPanel<List<ControlPanelPropertyResolutionListener.Resolution>>
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,io.micronaut.core.util.Toggleable
public class TestResourcesControlPanel
extends io.micronaut.controlpanel.core.AbstractControlPanel<List<ControlPanelPropertyResolutionListener.Resolution>>
A control panel for test resource resolvers.
Each resolver will result in the creation of a separate control panel.
The control panel is responsible for showing the properties resolved
by this particular test resources resolver.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.controlpanel.core.ControlPanel
io.micronaut.controlpanel.core.ControlPanel.Category, io.micronaut.controlpanel.core.ControlPanel.View
-
Field Summary
Fields inherited from class io.micronaut.controlpanel.core.AbstractControlPanel
configuration, controlPanelName
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ConstructorDescriptionTestResourcesControlPanel
(String id, String name, ControlPanelPropertyResolutionListener resolutionListener) -
Method Summary
Methods inherited from class io.micronaut.controlpanel.core.AbstractControlPanel
getIcon, getName, getOrder, getTitle, isEnabled
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.controlpanel.core.ControlPanel
getCategory
-
Constructor Details
-
TestResourcesControlPanel
public TestResourcesControlPanel(String id, String name, ControlPanelPropertyResolutionListener resolutionListener)
-
-
Method Details
-
getBadge
-
getBody
-
getBodyView
public io.micronaut.controlpanel.core.ControlPanel.View getBodyView() -
getDetailedView
public io.micronaut.controlpanel.core.ControlPanel.View getDetailedView()
-