Interface Element.FocusOptionsType
- Enclosing class:
Element
@JsType(isNative=true,
name="?",
namespace="<global>")
public static interface Element.FocusOptionsType
-
Method Summary
Modifier and TypeMethodDescriptionstatic Element.FocusOptionsType
create()
boolean
void
setPreventScroll
(boolean preventScroll)
-
Method Details
-
create
-
isPreventScroll
@JsProperty boolean isPreventScroll() -
setPreventScroll
@JsProperty void setPreventScroll(boolean preventScroll)
-