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

  • BaseButtonEvent
  • BaseGetButtonsEvent
  • BuildWidgetEvent
  • DecodePropertyValueForWidgetEvent
  • EditModelBeforeSaveEvent
  • EncodePropertyValueFromWidgetEvent
  • GetBreadcrumbEvent
  • GetEditModeButtonsEvent
  • GetGlobalButtonEvent
  • GetGlobalButtonsEvent
  • GetGroupHeaderEvent
  • GetOperationButtonEvent
  • GetParentHeaderEvent
  • GetPasteButtonEvent
  • GetPasteRootButtonEvent
  • GetPropertyOptionsEvent
  • GetSelectModeButtonsEvent
  • ManipulateWidgetEvent
  • ModelToLabelEvent
  • ParentViewChildRecordEvent
  • ResolveWidgetErrorMessageEvent
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class GetPasteRootButtonEvent

Class GetPasteRootButtonEvent.

This event gets emitted when a root button get's rendered in hierarchical mode.

Symfony\Component\EventDispatcher\Event
Extended by DcGeneral\Event\AbstractEnvironmentAwareEvent implements DcGeneral\EnvironmentAwareInterface
Extended by DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
Extended by DcGeneral\Contao\View\Contao2BackendView\Event\GetPasteRootButtonEvent
Namespace: DcGeneral\Contao\View\Contao2BackendView\Event
Package: DcGeneral\Contao\View\Contao2BackendView\Event
Located at Contao/View/Contao2BackendView/Event/GetPasteRootButtonEvent.php
Methods summary
public mixed
# setHref( string $href )

Set the href for the button.

Set the href for the button.

Parameters

$href
string
$href The href.

Returns

mixed
$this
public string
# getHref( )

Get the href for the button.

Get the href for the button.

Returns

string
public mixed
# setPasteDisabled( boolean $pasteDisabled )

Set the determinator if the button shall be disabled or not.

Set the determinator if the button shall be disabled or not.

Parameters

$pasteDisabled
boolean
$pasteDisabled The flag.

Returns

mixed
$this
public boolean
# isPasteDisabled( )

Check if the paste button shall be disabled or not.

Check if the paste button shall be disabled or not.

Returns

boolean
Methods inherited from DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
getAttributes(), getHtml(), getKey(), getLabel(), getTitle(), setAttributes(), setHtml(), setKey(), setLabel(), setTitle()
Methods inherited from DcGeneral\Event\AbstractEnvironmentAwareEvent
__construct(), getEnvironment()
Constants inherited from DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
NAME
Properties summary
protected string $href
#

The href information to use for the paste button.

The href information to use for the paste button.

protected boolean $pasteDisabled
#

Determinator if the paste button shall be disabled.

Determinator if the paste button shall be disabled.

Properties inherited from DcGeneral\Contao\View\Contao2BackendView\Event\BaseButtonEvent
$attributes, $html, $key, $label, $title
Properties inherited from DcGeneral\Event\AbstractEnvironmentAwareEvent
$environment
contao-community-alliance/dc-general API documentation generated by ApiGen 2.8.0