TYPO3 CMS  TYPO3_6-2
tx_form_Domain_Model_Element_Checkboxgroup Class Reference
Inheritance diagram for tx_form_Domain_Model_Element_Checkboxgroup:
TYPO3\CMS\Form\Domain\Model\Element\CheckboxGroupElement TYPO3\CMS\Form\Domain\Model\Element\FieldsetElement TYPO3\CMS\Form\Domain\Model\Element\ContainerElement TYPO3\CMS\Form\Domain\Model\Element\AbstractElement

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Element\CheckboxGroupElement
 addElement (\TYPO3\CMS\Form\Domain\Model\Element\AbstractElement $element)
 
- Public Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Element\ContainerElement
 addElement (\TYPO3\CMS\Form\Domain\Model\Element\AbstractElement $element)
 
 getElements ()
 
- Public Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Element\AbstractElement
 __construct ()
 
 setElementId ()
 
 getElementId ()
 
 getElementType ()
 
 setName ($name='')
 
 getName ()
 
 acceptsParentName ()
 
 setAttribute ($attribute, $value)
 
 getAllowedAttributes ()
 
 getMandatoryAttributes ()
 
 hasAllowedAttributes ()
 
 hasAllowedAdditionals ()
 
 getAllowedAdditionals ()
 
 getAttributes ()
 
 hasAttribute ($key)
 
 getAttributeValue ($key)
 
 getAdditional ()
 
 getAdditionalObjectByKey ($key)
 
 getAdditionalValue ($key)
 
 setLayout ($layout='')
 
 getLayout ()
 
 setValue ($value='')
 
 getValue ()
 
 setData ($data='')
 
 setMessagesFromValidation ()
 
 setErrorsFromValidation ()
 
 setAdditional ($additional, $type, $value)
 
 additionalIsSet ($key)
 
 setAdditionalLayout ($key, $layout)
 
 makeFilter ($class, $arguments=array())
 
 addFilter ($filter)
 
 checkFilterAndSetIncomingDataFromRequest ()
 
- Public Attributes inherited from TYPO3\CMS\Form\Domain\Model\Element\AbstractElement
const ELEMENT_TYPE_FORM = 'FORM'
 
const ELEMENT_TYPE_PLAIN = 'PLAIN'
 
const ELEMENT_TYPE_CONTENT = 'CONTENT'
 
- Protected Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Element\AbstractElement
 createAttributes ()
 
 createAdditional ()
 
 createFilter ()
 
- Protected Attributes inherited from TYPO3\CMS\Form\Domain\Model\Element\FieldsetElement
 $allowedAttributes
 
- Protected Attributes inherited from TYPO3\CMS\Form\Domain\Model\Element\ContainerElement
 $elements = array()
 
- Protected Attributes inherited from TYPO3\CMS\Form\Domain\Model\Element\AbstractElement
 $elementId
 
 $elementType = self::ELEMENT_TYPE_FORM
 
 $name
 
 $acceptsParentName = FALSE
 
 $attributes
 
 $additional
 
 $layout
 
 $value
 
 $data
 
 $allowedAdditional
 
 $mandatoryAttributes = array()
 
 $allowedAttributes = array()
 
 $localCobj
 
 $requestHandler
 
 $elementCounter
 
 $validateClass
 
 $filter
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 3997 of file LegacyClassesForIde.php.