Class DefaultSearchElement
Default implementation of a search panel element.
- DcGeneral\Panel\AbstractElement implements DcGeneral\Panel\PanelElementInterface
-
DcGeneral\Panel\DefaultSearchElement implements DcGeneral\Panel\SearchElementInterface
protected
array
|
|
protected
|
#
setPersistent( string $strProperty, string $strValue )
Store the persistent value in the input provider. |
public
|
#
initialize(
Initialize the passed configuration with the values of the element. |
public
|
#
render(
Render the element using the given Template. |
public
|
|
public
string[]
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
getEnvironment(),
getInputProvider(),
getOtherConfig(),
getPanel(),
setPanel()
|
protected
array
|
$arrProperties |
|
#
The properties to be allowed to be searched on. |
protected
string
|
$strSelectedProperty |
|
#
The currently active property to be searched on. |
protected
mixed
|
$mixValue |
|
#
The current value to be searched. |
$objPanel
|