Class DefaultFilterElement
Default implementation of a filter panel element.
- DcGeneral\Panel\AbstractElement implements DcGeneral\Panel\PanelElementInterface
-
DcGeneral\Panel\DefaultFilterElement implements DcGeneral\Panel\FilterElementInterface
protected
null|mixed
|
|
protected
|
|
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
mixed
|
getEnvironment(),
getInputProvider(),
getOtherConfig(),
getPanel(),
setPanel()
|
protected
string
|
$strProperty |
|
#
Name of the property this filter reacts on. |
protected
mixed
|
$mixValue |
|
#
The current value of this filter. |
protected
array
|
$arrfilterOptions |
|
#
All valid filter options of the property. |
$objPanel
|