Package elemental2.dom
Interface Element.FocusOptionsType
-
- Enclosing class:
- Element
@JsType(isNative=true, name="?", namespace="<global>") public static interface Element.FocusOptionsType
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Element.FocusOptionsType
create()
boolean
isPreventScroll()
void
setPreventScroll(boolean preventScroll)
-
-
-
Method Detail
-
create
@JsOverlay static Element.FocusOptionsType create()
-
isPreventScroll
@JsProperty boolean isPreventScroll()
-
setPreventScroll
@JsProperty void setPreventScroll(boolean preventScroll)
-
-