Chris
Chris

Reputation: 7853

Register a onClickEvent on the SplitLayout of Vaadin

How can i add a clickListener to the handle of the splitter of the SplitLayout in Vaadin Flow 24?

Can i access this element somehow? element.shadowRoot is Optional.emtpy().

Or can i add a clickListener to the SplitLayout itsself and then distinguish in the event if the click was triggered by the handle or not? (Didn't find a way for this either).

Upvotes: 0

Views: 30

Answers (0)

Related Questions