Overview

Namespaces

  • DcGeneral
    • Clipboard
    • Contao
      • Callback
      • Compatibility
      • DataDefinition
        • Definition
      • Dca
        • Builder
          • Legacy
        • Definition
        • Palette
        • Populator
      • Event
      • View
        • Contao2BackendView
          • Event
    • Controller
    • Data
    • DataDefinition
      • Builder
      • Definition
        • Properties
        • View
          • Panel
      • ModelRelationship
      • Palette
        • Builder
          • Event
        • Condition
          • Palette
          • Property
    • EnvironmentPopulator
    • Event
    • Exception
    • Factory
      • Event
    • Panel
    • View
      • Event

Classes

  • Contao2BackendViewDefinition

Interfaces

  • Contao2BackendViewDefinitionInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class Contao2BackendViewDefinition

Interface BasicDefinitionInterface

DcGeneral\Contao\DataDefinition\Definition\Contao2BackendViewDefinition implements DcGeneral\Contao\DataDefinition\Definition\Contao2BackendViewDefinitionInterface
Namespace: DcGeneral\Contao\DataDefinition\Definition
Package: DcGeneral\DataDefinition\Definition
Located at Contao/DataDefinition/Definition/Contao2BackendViewDefinition.php
Methods summary
public
# __construct( )

Create a new instance of the Contao2BackendViewDefinition.

Create a new instance of the Contao2BackendViewDefinition.

The sections will get initialized with instances of the default implementation.

public DcGeneral\DataDefinition\Definition\View\ListingConfigInterface
# getListingConfig( )

Retrieve the listing configuration.

Retrieve the listing configuration.

Returns

DcGeneral\DataDefinition\Definition\View\ListingConfigInterface

Implementation of

DcGeneral\DataDefinition\Definition\ViewDefinitionInterface::getListingConfig()
public DcGeneral\DataDefinition\Definition\View\CommandCollectionInterface
# getGlobalCommands( )

Retrieve the global commands.

Retrieve the global commands.

Returns

DcGeneral\DataDefinition\Definition\View\CommandCollectionInterface

Implementation of

DcGeneral\DataDefinition\Definition\ViewDefinitionInterface::getGlobalCommands()
public DcGeneral\DataDefinition\Definition\View\CommandCollectionInterface
# getModelCommands( )

Retrieve the model command colletion.

Retrieve the model command colletion.

Returns

DcGeneral\DataDefinition\Definition\View\CommandCollectionInterface

Implementation of

DcGeneral\DataDefinition\Definition\ViewDefinitionInterface::getModelCommands()
public DcGeneral\DataDefinition\Definition\View\PanelLayoutInterface
# getPanelLayout( )

Retrieve the panel layout.

Retrieve the panel layout.

Returns

DcGeneral\DataDefinition\Definition\View\PanelLayoutInterface

Implementation of

DcGeneral\DataDefinition\Definition\ViewDefinitionInterface::getPanelLayout()
Constants inherited from DcGeneral\Contao\DataDefinition\Definition\Contao2BackendViewDefinitionInterface
NAME
Properties summary
protected DcGeneral\DataDefinition\Definition\View\ListingConfigInterface $listingConfig
#

The listing configuration for this backend view.

The listing configuration for this backend view.

protected DcGeneral\DataDefinition\Definition\View\CommandCollectionInterface $globalCommands
#

The collection of global commands for this backend view.

The collection of global commands for this backend view.

protected DcGeneral\DataDefinition\Definition\View\CommandCollectionInterface $modelCommands
#

The collection of commands invokable on a model for this backend view.

The collection of commands invokable on a model for this backend view.

protected DcGeneral\DataDefinition\Definition\View\PanelLayoutInterface $panelLayout
#

The current panel layout.

The current panel layout.

contao-community-alliance/dc-general API documentation generated by ApiGen 2.8.0