16 abstract class Dropdown implements C\Dropdown\Dropdown
88 $clone->aria_label =
$label;
appendOnClick(Signal $signal)
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
trait ComponentHelper
Provides common functionality for component implementations.
checkStringArg($which, $value)
Throw an InvalidArgumentException if $value is no string.
withOnHover(Signal $signal)
appendOnHover(Signal $signal)
appendTriggeredSignal(Component\Signal $signal, $event)
Append a triggered signal to other signals of the same event.
withOnClick(Signal $signal)
__construct($items)
Dropdown constructor.
This implements commonalities between different types of Dropdowns.
withTriggeredSignal(Component\Signal $signal, $event)
Add a triggered signal, replacing any other signals registered on the same event. ...