public interface IsFocusable<H extends HTMLElement<H>,W extends FocusableWidget<H,W>>
Modifier and Type | Method and Description |
---|---|
default W |
blur() |
default W |
click() |
default W |
focus()
WARNING: On IOS, only work when a touch/click/event is fired.
|
H |
getElement() |
H getElement()
@WillMutate default W focus()
default W blur()
default W click()
Copyright © 2018 Xalys. All rights reserved.