HTMLAreaElementMethods

Trait HTMLAreaElementMethods 

Source
pub trait HTMLAreaElementMethods<D>
where D: DomTypes,
{
Show 30 methods // Required methods fn Target(&self) -> DOMString; fn SetTarget(&self, cx: &mut JSContext, value: DOMString); fn Rel(&self) -> DOMString; fn SetRel(&self, cx: &mut JSContext, value: DOMString); fn RelList( &self, cx: &mut JSContext, ) -> Root<Dom<<D as DomTypes>::DOMTokenList>>; fn ReferrerPolicy(&self) -> DOMString; fn SetReferrerPolicy(&self, cx: &mut JSContext, value: DOMString); fn NoHref(&self) -> bool; fn SetNoHref(&self, cx: &mut JSContext, value: bool); fn Href(&self) -> USVString; fn SetHref(&self, cx: &mut JSContext, value: USVString); fn Origin(&self) -> USVString; fn Protocol(&self) -> USVString; fn SetProtocol(&self, cx: &mut JSContext, value: USVString); fn Username(&self) -> USVString; fn SetUsername(&self, cx: &mut JSContext, value: USVString); fn Password(&self) -> USVString; fn SetPassword(&self, cx: &mut JSContext, value: USVString); fn Host(&self) -> USVString; fn SetHost(&self, cx: &mut JSContext, value: USVString); fn Hostname(&self) -> USVString; fn SetHostname(&self, cx: &mut JSContext, value: USVString); fn Port(&self) -> USVString; fn SetPort(&self, cx: &mut JSContext, value: USVString); fn Pathname(&self) -> USVString; fn SetPathname(&self, cx: &mut JSContext, value: USVString); fn Search(&self) -> USVString; fn SetSearch(&self, cx: &mut JSContext, value: USVString); fn Hash(&self) -> USVString; fn SetHash(&self, cx: &mut JSContext, value: USVString);
}

Required Methods§

Source

fn Target(&self) -> DOMString

Source

fn SetTarget(&self, cx: &mut JSContext, value: DOMString)

Source

fn Rel(&self) -> DOMString

Source

fn SetRel(&self, cx: &mut JSContext, value: DOMString)

Source

fn RelList( &self, cx: &mut JSContext, ) -> Root<Dom<<D as DomTypes>::DOMTokenList>>

Source

fn ReferrerPolicy(&self) -> DOMString

Source

fn SetReferrerPolicy(&self, cx: &mut JSContext, value: DOMString)

Source

fn NoHref(&self) -> bool

Source

fn SetNoHref(&self, cx: &mut JSContext, value: bool)

Source

fn Href(&self) -> USVString

Source

fn SetHref(&self, cx: &mut JSContext, value: USVString)

Source

fn Origin(&self) -> USVString

Source

fn Protocol(&self) -> USVString

Source

fn SetProtocol(&self, cx: &mut JSContext, value: USVString)

Source

fn Username(&self) -> USVString

Source

fn SetUsername(&self, cx: &mut JSContext, value: USVString)

Source

fn Password(&self) -> USVString

Source

fn SetPassword(&self, cx: &mut JSContext, value: USVString)

Source

fn Host(&self) -> USVString

Source

fn SetHost(&self, cx: &mut JSContext, value: USVString)

Source

fn Hostname(&self) -> USVString

Source

fn SetHostname(&self, cx: &mut JSContext, value: USVString)

Source

fn Port(&self) -> USVString

Source

fn SetPort(&self, cx: &mut JSContext, value: USVString)

Source

fn Pathname(&self) -> USVString

Source

fn SetPathname(&self, cx: &mut JSContext, value: USVString)

Source

fn Search(&self) -> USVString

Source

fn SetSearch(&self, cx: &mut JSContext, value: USVString)

Source

fn Hash(&self) -> USVString

Source

fn SetHash(&self, cx: &mut JSContext, value: USVString)

Implementors§