Dojo/Form/Element/ComboBox.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Dojo  
Subpackage
Form_Element  

\Zend_Dojo_Form_Element_ComboBox

Package: Zend_Dojo\Form_Element
ComboBox dijit
Note: this would be easier with mixins or traits...
Parent(s)
\Zend_Dojo_Form_Element_DijitMulti < \Zend_Dojo_Form_Element_Dijit < \Zend_Form_Element
Children
\Zend_Dojo_Form_Element_FilteringSelect
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Uses
 
Version
$Id$  

Properties

>VPropertyprotectedbool $_registerInArrayValidator = false
Flag: autoregister inArray validator?
Default valuefalseDetails
Type
bool
>VPropertypublicstring $helper = 'ComboBox'
Use ComboBox dijit view helper
Default value'ComboBox'Details
Type
string

Methods

methodpublicgetAutocomplete() : bool

Get autocomplete flag

Returns
TypeDescription
bool
methodpublicgetStoreId() : string | null

Get datastore identifier

Returns
TypeDescription
string | null
methodpublicgetStoreInfo() : array

Get datastore information

Returns
TypeDescription
array
methodpublicgetStoreParams() : array

Get datastore params

Returns
TypeDescription
array
methodpublicgetStoreType() : string | null

Get datastore dijit type

Returns
TypeDescription
string | null
methodpublicisValid(string $value, mixed $context = null) : bool

Is the value valid?

Parameters
NameTypeDescription
$valuestring
$contextmixed
Returns
TypeDescription
bool
methodpublicsetAutocomplete(bool $flag) : \Zend_Dojo_Form_Element_ComboBox

Set autocomplete flag

Parameters
NameTypeDescription
$flagbool
Returns
TypeDescription
\Zend_Dojo_Form_Element_ComboBox
methodpublicsetStoreId(string $identifier) : \Zend_Dojo_Form_Element_ComboBox

Set datastore identifier

Parameters
NameTypeDescription
$identifierstring
Returns
TypeDescription
\Zend_Dojo_Form_Element_ComboBox
methodpublicsetStoreParams(array $params) : \Zend_Dojo_Form_Element_ComboBox

Set datastore parameters

Parameters
NameTypeDescription
$paramsarray
Returns
TypeDescription
\Zend_Dojo_Form_Element_ComboBox
methodpublicsetStoreType(string $dojoType) : \Zend_Dojo_Form_Element_ComboBox

Set datastore dijit type

Parameters
NameTypeDescription
$dojoTypestring
Returns
TypeDescription
\Zend_Dojo_Form_Element_ComboBox
Documentation was generated by phpDocumentor 2.2.0 .