Package elemental2.dom
Interface LinkStyle
-
- All Known Implementing Classes:
HTMLLinkElement
,HTMLStyleElement
@JsType(isNative=true, namespace="<global>") public interface LinkStyle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StyleSheet
getSheet()
void
setSheet(StyleSheet sheet)
-
-
-
Method Detail
-
getSheet
@JsProperty StyleSheet getSheet()
-
setSheet
@JsProperty void setSheet(StyleSheet sheet)
-
-