‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Form\Element\GroupElement Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\Element\GroupElement:
TYPO3\CMS\Backend\Form\Element\AbstractFormElement TYPO3\CMS\Backend\Form\AbstractNode TYPO3\CMS\Backend\Form\NodeInterface

Public Member Functions

array render ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Backend\Form\Element\AbstractFormElement
 __construct (NodeFactory $nodeFactory, array $data)
 

Protected Member Functions

BackendUserAuthentication getBackendUserAuthentication ()
 
LanguageService getLanguageService ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\Element\AbstractFormElement
array renderFieldInformation ()
 
array renderFieldControl ()
 
array renderFieldWizard ()
 
bool hasNullCheckboxButNoPlaceholder ()
 
bool hasNullCheckboxWithPlaceholder ()
 
string formatValue ($format, $itemValue, $formatOptions=[])
 
int formMaxWidth ($size=48)
 
string checkBoxParams ($itemName, $formElementValue, $checkbox, $checkboxesCount, $additionalJavaScript='')
 
array calculateColumnMarkup (int $cols)
 
string appendValueToLabelInDebugMode ($label, $value)
 
BackendUserAuthentication getBackendUser ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
array initializeResultArray ()
 
array mergeChildReturnIntoExistingResult (array $existing, array $childReturn, bool $mergeHtml=true)
 
string getValidationDataAsJsonString (array $config)
 

Protected Attributes

array $defaultFieldInformation
 
array $defaultFieldControl
 
array $defaultFieldWizard
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Form\Element\AbstractFormElement
int $defaultInputWidth = 30
 
int $minimumInputWidth = 10
 
int $maxInputWidth = 50
 
IconFactory $iconFactory
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Form\AbstractNode
NodeFactory $nodeFactory
 
array $data = array( )
 
array $defaultFieldInformation = array( )
 
array $defaultFieldControl = array( )
 
array $defaultFieldWizard = array( )
 

Detailed Description

Generation of elements of the type "group"

Definition at line 28 of file GroupElement.php.

Member Function Documentation

◆ getBackendUserAuthentication()

BackendUserAuthentication TYPO3\CMS\Backend\Form\Element\GroupElement::getBackendUserAuthentication ( )
protected
Returns
‪BackendUserAuthentication

Definition at line 385 of file GroupElement.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Form\Element\GroupElement\render().

◆ getLanguageService()

LanguageService TYPO3\CMS\Backend\Form\Element\GroupElement::getLanguageService ( )
protected
Returns
‪LanguageService

Reimplemented from TYPO3\CMS\Backend\Form\Element\AbstractFormElement.

Definition at line 393 of file GroupElement.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Form\Element\GroupElement\render().

◆ render()

Member Data Documentation

◆ $defaultFieldControl

array TYPO3\CMS\Backend\Form\Element\GroupElement::$defaultFieldControl
protected
Initial value:
= array(
'elementBrowser' => [
'renderType' => 'elementBrowser',
],
'insertClipboard' => [
'renderType' => 'insertClipboard',
'after' => [ 'elementBrowser' ],
],
'editPopup' => [
'renderType' => 'editPopup',
'disabled' => true,
'after' => [ 'insertClipboard' ],
],
'addRecord' => [
'renderType' => 'addRecord',
'disabled' => true,
'after' => [ 'editPopup' ],
],
'listModule' => [
'renderType' => 'listModule',
'disabled' => true,
'after' => [ 'addRecord' ],
],
)

Default field controls for this element.

Definition at line 44 of file GroupElement.php.

◆ $defaultFieldInformation

array TYPO3\CMS\Backend\Form\Element\GroupElement::$defaultFieldInformation
protected
Initial value:
= array(
'tcaDescription' => [
'renderType' => 'tcaDescription',
],
)

Default field information enabled for this element.

Definition at line 34 of file GroupElement.php.

◆ $defaultFieldWizard

array TYPO3\CMS\Backend\Form\Element\GroupElement::$defaultFieldWizard
protected
Initial value:
= array(
'tableList' => [
'renderType' => 'tableList',
],
'recordsOverview' => [
'renderType' => 'recordsOverview',
'after' => [ 'tableList' ],
],
'localizationStateSelector' => [
'renderType' => 'localizationStateSelector',
'after' => [ 'recordsOverview' ],
],
'otherLanguageContent' => [
'renderType' => 'otherLanguageContent',
'after' => [ 'localizationStateSelector' ],
],
'defaultLanguageDifferences' => [
'renderType' => 'defaultLanguageDifferences',
'after' => [ 'otherLanguageContent' ],
],
)

Default field wizards for this element

Definition at line 73 of file GroupElement.php.