TYPO3  7.6
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
RadioGroupJsonElement Class Reference
Inheritance diagram for RadioGroupJsonElement:
FieldsetJsonElement ContainerJsonElement AbstractJsonElement

Public Member Functions

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

Public Attributes

 $xtype = 'typo3-form-wizard-elements-predefined-radiogroup'
 
 $configuration
 
- Public Attributes inherited from FieldsetJsonElement
 $xtype = 'typo3-form-wizard-elements-basic-fieldset'
 
 $configuration
 
- Public Attributes inherited from ContainerJsonElement
 $elementContainer
 
- Public Attributes inherited from AbstractJsonElement
 $xtype = ''
 
 $configuration = array()
 

Protected Member Functions

 setOptions (array $parameters)
 
 setVarious (array $parameters)
 
- Protected Member Functions inherited from FieldsetJsonElement
 setLegend (array $parameters)
 

Protected Attributes

 $allowedAttributes
 
- Protected Attributes inherited from FieldsetJsonElement
 $allowedAttributes
 

Detailed Description

JSON radiogroup

Definition at line 20 of file RadioGroupJsonElement.php.

Member Function Documentation

setOptions ( array  $parameters)
protected

Set the options for this object

Parameters
array$parametersConfiguration array
Returns
void

Definition at line 79 of file RadioGroupJsonElement.php.

Referenced by RadioGroupJsonElement\setParameters().

setParameters ( array  $parameters)

Set all the parameters for this object

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

Definition at line 66 of file RadioGroupJsonElement.php.

References RadioGroupJsonElement\setOptions(), and RadioGroupJsonElement\setVarious().

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 RadioGroupJsonElement\setParameters().

Member Data Documentation

$allowedAttributes
protected
Initial value:
= array(
'class',
'dir',
'id',
'lang',
'style'
)

Definition at line 51 of file RadioGroupJsonElement.php.

$configuration
Initial value:
= array(
'attributes' => array(),
'legend' => array(
'value' => ''
),
'options' => array(),
'various' => array(
'name' => ''
),
'validation' => array()
)

Definition at line 34 of file RadioGroupJsonElement.php.

$xtype = 'typo3-form-wizard-elements-predefined-radiogroup'

Definition at line 27 of file RadioGroupJsonElement.php.