PHP Class FluidTYPO3\Flux\Form\AbstractMultiValueFormField

Inheritance: extends AbstractFormField, implements FluidTYPO3\Flux\Form\MultiValueFieldInterface
Datei anzeigen Open project: fluidtypo3/flux Class Usage Examples

Protected Properties

Property Type Description
$itemListStyle string
$maxItems integer
$minItems integer
$multiple boolean
$renderMode string
$selectedListStyle string
$size integer

Public Methods

Method Description
getItemListStyle ( ) : string
getMaxItems ( ) : integer
getMinItems ( ) : integer
getMultiple ( ) : boolean
getRenderMode ( ) : string
getRenderType ( ) : string
getSelectedListStyle ( ) : string
getSize ( ) : integer
prepareConfiguration ( string $type ) : array
setItemListStyle ( string $itemListStyle ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
setMaxItems ( integer $maxItems ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
setMinItems ( integer $minItems ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
setMultiple ( boolean $multiple ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
setRenderMode ( string $renderMode ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
setRenderType ( string $renderType ) : void
setSelectedListStyle ( string $selectedListStyle ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
setSize ( integer $size ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface

Method Details

getItemListStyle() public method

public getItemListStyle ( ) : string
return string

getMaxItems() public method

public getMaxItems ( ) : integer
return integer

getMinItems() public method

public getMinItems ( ) : integer
return integer

getMultiple() public method

public getMultiple ( ) : boolean
return boolean

getRenderMode() public method

public getRenderMode ( ) : string
return string

getRenderType() public method

public getRenderType ( ) : string
return string

getSelectedListStyle() public method

public getSelectedListStyle ( ) : string
return string

getSize() public method

public getSize ( ) : integer
return integer

prepareConfiguration() public method

public prepareConfiguration ( string $type ) : array
$type string
return array

setItemListStyle() public method

public setItemListStyle ( string $itemListStyle ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$itemListStyle string
return FluidTYPO3\Flux\Form\MultiValueFieldInterface

setMaxItems() public method

public setMaxItems ( integer $maxItems ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$maxItems integer
return FluidTYPO3\Flux\Form\MultiValueFieldInterface

setMinItems() public method

public setMinItems ( integer $minItems ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$minItems integer
return FluidTYPO3\Flux\Form\MultiValueFieldInterface

setMultiple() public method

public setMultiple ( boolean $multiple ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$multiple boolean
return FluidTYPO3\Flux\Form\MultiValueFieldInterface

setRenderMode() public method

public setRenderMode ( string $renderMode ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$renderMode string
return FluidTYPO3\Flux\Form\MultiValueFieldInterface

setRenderType() public method

public setRenderType ( string $renderType ) : void
$renderType string
return void

setSelectedListStyle() public method

public setSelectedListStyle ( string $selectedListStyle ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$selectedListStyle string
return FluidTYPO3\Flux\Form\MultiValueFieldInterface

setSize() public method

public setSize ( integer $size ) : FluidTYPO3\Flux\Form\MultiValueFieldInterface
$size integer
return FluidTYPO3\Flux\Form\MultiValueFieldInterface

Property Details

$itemListStyle protected_oe property

protected string $itemListStyle
return string

$maxItems protected_oe property

protected int $maxItems
return integer

$minItems protected_oe property

protected int $minItems
return integer

$multiple protected_oe property

protected bool $multiple
return boolean

$renderMode protected_oe property

protected string $renderMode
return string

$selectedListStyle protected_oe property

protected string $selectedListStyle
return string

$size protected_oe property

protected int $size
return integer