TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement Class Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement:
TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement TYPO3\CMS\Form\Domain\Model\Json\ContainerJsonElement TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement tx_form_Domain_Model_JSON_Radiogroup

Public Member Functions

 setParameters (array $parameters)
 
- Public Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement
 setParameters (array $parameters)
 
- Public Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Json\ContainerJsonElement
 addElement (\TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement $element)
 
- Public Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 setParameters (array $parameters)
 
 childElementsAllowed ()
 

Public Attributes

 $xtype = 'typo3-form-wizard-elements-predefined-radiogroup'
 
 $configuration
 
- Public Attributes inherited from TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement
 $xtype = 'typo3-form-wizard-elements-basic-fieldset'
 
 $configuration
 
- Public Attributes inherited from TYPO3\CMS\Form\Domain\Model\Json\ContainerJsonElement
 $elementContainer
 
- Public Attributes inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 $xtype = ''
 
 $configuration = array()
 

Protected Member Functions

 setOptions (array $parameters)
 
 setVarious (array $parameters)
 
- Protected Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement
 setLegend (array $parameters)
 
- Protected Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 setAttributes (array $parameters)
 
 setFilters (array $parameters)
 
 setLabel (array $parameters)
 
 setLayout (array $parameters)
 
 setValidation (array $parameters)
 

Protected Attributes

 $allowedAttributes
 
- Protected Attributes inherited from TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement
 $allowedAttributes
 
- Protected Attributes inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 $allowedAttributes = array()
 
 $childElementsAllowed = TRUE
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! JSON radiogroup

Author
Patrick Broens patri.nosp@m.ck@p.nosp@m.atric.nosp@m.kbro.nosp@m.ens.n.nosp@m.l

Definition at line 22 of file RadioGroupJsonElement.php.

Member Function Documentation

◆ setOptions()

TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement::setOptions ( array  $parameters)
protected

Set the options for this object

Parameters
array$parametersConfiguration array
Returns
void

Definition at line 80 of file RadioGroupJsonElement.php.

References TYPO3\CMS\Core\TypoScript\TemplateService\sortedKeyList().

Referenced by TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement\setParameters().

◆ setParameters()

TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement::setParameters ( array  $parameters)

Set all the parameters for this object

Parameters
array$parametersConfiguration array
Returns
void
See also
::setParameters()

Definition at line 68 of file RadioGroupJsonElement.php.

References TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement\setOptions(), and TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement\setVarious().

◆ setVarious()

TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement::setVarious ( array  $parameters)
protected

Set the various properties for this object

Parameters
array$parametersConfiguration array
Returns
void

Definition at line 109 of file RadioGroupJsonElement.php.

Referenced by TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement\setParameters().

Member Data Documentation

◆ $allowedAttributes

TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement::$allowedAttributes
protected
Initial value:
= array(
'class',
'dir',
'id',
'lang',
'style'
)

Definition at line 53 of file RadioGroupJsonElement.php.

◆ $configuration

TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement::$configuration
Initial value:
= array(
'attributes' => array(),
'legend' => array(
'value' => ''
),
'options' => array(),
'various' => array(
'name' => ''
),
'validation' => array()
)

Definition at line 36 of file RadioGroupJsonElement.php.

◆ $xtype

TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement::$xtype = 'typo3-form-wizard-elements-predefined-radiogroup'

Definition at line 29 of file RadioGroupJsonElement.php.