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

  • AbstractElement
  • DefaultFilterElement
  • DefaultLimitElement
  • DefaultPanel
  • DefaultPanelContainer
  • DefaultSearchElement
  • DefaultSortElement
  • DefaultSubmitElement

Interfaces

  • FilterElementInterface
  • LimitElementInterface
  • PanelContainerInterface
  • PanelElementInterface
  • PanelInterface
  • SearchElementInterface
  • SortElementInterface
  • SubmitElementInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Interface PanelElementInterface

A simple element contained within a panel.

Direct known implementers

DcGeneral\Panel\AbstractElement, DcGeneral\Panel\FilterElementInterface, DcGeneral\Panel\LimitElementInterface, DcGeneral\Panel\SearchElementInterface, DcGeneral\Panel\SortElementInterface, DcGeneral\Panel\SubmitElementInterface

Indirect known implementers

DcGeneral\Panel\DefaultFilterElement, DcGeneral\Panel\DefaultLimitElement, DcGeneral\Panel\DefaultSearchElement, DcGeneral\Panel\DefaultSortElement, DcGeneral\Panel\DefaultSubmitElement
Namespace: DcGeneral\Panel
Package: DcGeneral\Panel
Located at Panel/PanelElementInterface.php
Methods summary
public DcGeneral\Panel\PanelInterface
# getPanel( )

Return the parenting panel.

Return the parenting panel.

Returns

DcGeneral\Panel\PanelInterface
public DcGeneral\Panel\PanelElementInterface
# setPanel( DcGeneral\Panel\PanelInterface $objPanel )

Return the parenting panel.

Return the parenting panel.

Parameters

$objPanel
DcGeneral\Panel\PanelInterface
$objPanel The panel to use as parent.

Returns

DcGeneral\Panel\PanelElementInterface
public
# initialize( DcGeneral\Data\ConfigInterface $objConfig, DcGeneral\Panel\PanelElementInterface $objElement = null )

Initialize the passed configuration with the values of the element.

Initialize the passed configuration with the values of the element.

Parameters

$objConfig
DcGeneral\Data\ConfigInterface
$objConfig The config to which the initialization shall be applied to.
$objElement
DcGeneral\Panel\PanelElementInterface
$objElement The element to be initialized (if any).
public DcGeneral\Panel\PanelElementInterface
# render( DcGeneral\View\ViewTemplateInterface $objTemplate )

Render the element using the given Template.

Render the element using the given Template.

Parameters

$objTemplate
DcGeneral\View\ViewTemplateInterface
$objTemplate The Template to use.

Returns

DcGeneral\Panel\PanelElementInterface
contao-community-alliance/dc-general API documentation generated by ApiGen 2.8.0