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, controlPanelName

    Fields inherited from interface io.micronaut.core.order.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    io.micronaut.controlpanel.core.ControlPanel.View
     
    io.micronaut.controlpanel.core.ControlPanel.View
     
    int
     

    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

  • Method Details

    • getBadge

      public String getBadge()
    • getErrorCount

      public int getErrorCount()
    • getBody

    • getBodyView

      public io.micronaut.controlpanel.core.ControlPanel.View getBodyView()
    • getDetailedView

      public io.micronaut.controlpanel.core.ControlPanel.View getDetailedView()