Class TestResourcesControlPanel
java.lang.Object
io.micronaut.controlpanel.core.AbstractControlPanel<TestResourcesControlPanelBody>
io.micronaut.testresources.controlpanel.TestResourcesControlPanel
- All Implemented Interfaces:
 io.micronaut.controlpanel.core.ConfigurableControlPanel,io.micronaut.controlpanel.core.ControlPanel<TestResourcesControlPanelBody>,io.micronaut.core.naming.Named,io.micronaut.core.order.Ordered,io.micronaut.core.util.Toggleable
public class TestResourcesControlPanel
extends io.micronaut.controlpanel.core.AbstractControlPanel<TestResourcesControlPanelBody>
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, controlPanelNameFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE - 
Constructor Summary
ConstructorsConstructorDescriptionTestResourcesControlPanel(String id, String name, ControlPanelPropertyResolutionListener resolutionListener)  - 
Method Summary
Methods inherited from class io.micronaut.controlpanel.core.AbstractControlPanel
getIcon, getName, getOrder, getTitle, isEnabledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.controlpanel.core.ControlPanel
getCategory 
- 
Constructor Details
- 
TestResourcesControlPanel
public TestResourcesControlPanel(String id, String name, ControlPanelPropertyResolutionListener resolutionListener)  
 - 
 - 
Method Details
- 
getBadge
 - 
getErrorCount
public int getErrorCount() - 
getBody
 - 
getBodyView
public io.micronaut.controlpanel.core.ControlPanel.View getBodyView() - 
getDetailedView
public io.micronaut.controlpanel.core.ControlPanel.View getDetailedView() 
 -