PHP 클래스 MetaModels\DcGeneral\Events\Table\InputScreen\Subscriber

상속: extends MetaModels\DcGeneral\Events\BaseSubscriber
파일 보기 프로젝트 열기: metamodels/core

공개 메소드들

메소드 설명
getBackendSections ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void Retrieve a list of all backend sections, like "content", "system" etc.
getPanelLayoutWizard ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\ManipulateWidgetEvent $event ) : void Calculate the wizard.
getParentTables ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void Returns an array with all valid tables that can be used as parent table.
getRenderModes ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void Retrieve a list of all render modes.
getRenderTypes ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void Populates an array with all valid "rendertype".
modelToLabel ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\ModelToLabelEvent $event ) : void Render the html for the input screen.
setParentTableVisibility ( ContaoCommunityAlliance\DcGeneral\Factory\Event\BuildDataDefinitionEvent $event ) : void Set the visibility condition for the widget.

보호된 메소드들

메소드 설명
registerEventsInDispatcher ( ) : void Register all listeners to handle creation of a data container.

메소드 상세

getBackendSections() 공개 메소드

Retrieve a list of all backend sections, like "content", "system" etc.
public getBackendSections ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent The event.
리턴 void

getPanelLayoutWizard() 공개 메소드

Calculate the wizard.
public getPanelLayoutWizard ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\ManipulateWidgetEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\ManipulateWidgetEvent The event.
리턴 void

getParentTables() 공개 메소드

Excludes the metamodel table itself in ctable mode, as that one would be "selftree" then and not ctable.
public getParentTables ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent The event.
리턴 void

getRenderModes() 공개 메소드

Retrieve a list of all render modes.
public getRenderModes ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent The event.
리턴 void

getRenderTypes() 공개 메소드

Populates an array with all valid "rendertype".
public getRenderTypes ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\GetPropertyOptionsEvent The event.
리턴 void

modelToLabel() 공개 메소드

Render the html for the input screen.
public modelToLabel ( ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\ModelToLabelEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Contao\View\Contao2BackendView\Event\ModelToLabelEvent The event.
리턴 void

registerEventsInDispatcher() 보호된 메소드

Register all listeners to handle creation of a data container.
protected registerEventsInDispatcher ( ) : void
리턴 void

setParentTableVisibility() 공개 메소드

Set the visibility condition for the widget.
public setParentTableVisibility ( ContaoCommunityAlliance\DcGeneral\Factory\Event\BuildDataDefinitionEvent $event ) : void
$event ContaoCommunityAlliance\DcGeneral\Factory\Event\BuildDataDefinitionEvent The event.
리턴 void