Overview

Namespaces

  • Charcoal
    • Ui
      • Dashboard
      • Form
      • FormGroup
      • FormInput
      • Layout
      • Menu
      • MenuItem
      • ServiceProvider

Classes

  • AbstractDashboard
  • DashboardBuilder
  • DashboardConfig
  • FormInputConfig
  • GenericDashboard

Interfaces

  • DashboardInterface

Traits

  • DashboardTrait
  • Overview
  • Namespace
  • Class

Class GenericDashboard

A Generic Dashboard

Concreete implementation of Charcoal\Ui\Dashboard\DashboardInterface.

Charcoal\Config\AbstractEntity
Extended by Charcoal\Ui\AbstractUiItem implements Charcoal\User\AuthAwareInterface, Psr\Log\LoggerAwareInterface, Charcoal\Ui\UiItemInterface uses Charcoal\User\AuthAwareTrait (not available) Psr\Log\LoggerAwareTrait (not available) Charcoal\Translator\TranslatorAwareTrait (not available) Charcoal\Ui\UiItemTrait, Charcoal\View\ViewableTrait (not available)
Extended by Charcoal\Ui\Dashboard\AbstractDashboard implements Charcoal\Ui\Dashboard\DashboardInterface uses Charcoal\Ui\Dashboard\DashboardTrait, Charcoal\Ui\Layout\LayoutAwareTrait
Extended by Charcoal\Ui\Dashboard\GenericDashboard
Namespace: Charcoal\Ui\Dashboard
Located at Charcoal/Ui/Dashboard/GenericDashboard.php
Methods summary
public string
# type( )

Retrieve the dashboard type.

Retrieve the dashboard type.

Returns

string

Overrides

Charcoal\Ui\AbstractUiItem::type()
Methods inherited from Charcoal\Ui\Dashboard\AbstractDashboard
__construct()
Methods inherited from Charcoal\Ui\AbstractUiItem
active(), setActive(), setDependencies()
Methods inherited from Charcoal\Ui\Layout\LayoutAwareInterface
layout(), setLayout(), setLayoutBuilder()
Methods inherited from Charcoal\Ui\Dashboard\DashboardInterface
addWidget(), hasWidgets(), numWidgets(), setWidgets(), widgets()
Methods inherited from Charcoal\Ui\UiItemInterface
description(), notes(), setDescription(), setNotes(), setShowDescription(), setShowFooter(), setShowHeader(), setShowNotes(), setShowSubtitle(), setShowTitle(), setSubtitle(), setTemplate(), setTitle(), setType(), showDescription(), showFooter(), showHeader(), showNotes(), showSubtitle(), showTitle(), subtitle(), template(), title()
Methods used from Charcoal\Ui\Dashboard\DashboardTrait
addWidget(), hasWidgets(), numWidgets(), setWidgetBuilder(), setWidgetCallback(), setWidgets(), sortWidgetsByPriority(), widgets()
Methods used from Charcoal\Ui\Layout\LayoutAwareTrait
layout(), setLayout(), setLayoutBuilder()
Methods used from Charcoal\Ui\UiItemTrait
description(), icon(), notes(), setDescription(), setIcon(), setNotes(), setShowDescription(), setShowFooter(), setShowHeader(), setShowNotes(), setShowSubtitle(), setShowTitle(), setSubtitle(), setTemplate(), setTitle(), setType(), showDescription(), showFooter(), showHeader(), showNotes(), showSubtitle(), showTitle(), subtitle(), template(), title(), translator()
Properties used from Charcoal\Ui\Dashboard\DashboardTrait
$widgetBuilder
Properties used from Charcoal\Ui\Layout\LayoutAwareTrait
$layoutBuilder
API documentation generated by ApiGen