Class Span

  • All Implemented Interfaces:
    IsJSType

    @JsType(isNative=true,
            name="HTMLSpanElement",
            namespace="<global>")
    public final class Span
    extends BaseHtmlElement
    Represents a generic inline container for phrasing content, which does not inherently represent anything.
    Author:
    Andrea "Stock" Stocchero