Interface SystemConsoleViewDomainHook

All Superinterfaces:
Hook
All Known Implementing Classes:
AdminInfoSystemConsoleHooker, ConnectionPoolInfoSystemConsoleHooker, GeneralInfoSystemConsoleHooker, MemoryInfoSystemConsoleHooker

public interface SystemConsoleViewDomainHook extends Hook
Defines a hook for attaching system console views.
  • Method Details

    • getNavigationText

      String getNavigationText()
      The text used in the navigation panel.
    • getNavigationIcon

      ImageResource getNavigationIcon()
      The icon used in the navigation panel
    • getMainWidget

      Widget getMainWidget()
    • consumes

      boolean consumes()