This interface describes a search panel element.
addProperty(string $strProperty) : \ContaoCommunityAlliance\DcGeneral\Panel\SearchElementInterface
stringThe property to allow to search on.
getPropertyNames() : string[]
string[]getSelectedProperty() : string
stringgetValue() : string
stringsetSelectedProperty(string $strProperty) : \ContaoCommunityAlliance\DcGeneral\Panel\SearchElementInterface
stringThe property to activate search on.
setValue(string $mixValue) : \ContaoCommunityAlliance\DcGeneral\Panel\SearchElementInterface
stringThe value to search for.