Skip to main content

RadioNodeListMethods

pub trait RadioNodeListMethods<D: DomTypes> {
    // Required methods
    fn Value(&self, cx: &NoGC) -> DOMString;
    fn SetValue(&self, cx: &mut JSContext, value: DOMString);
    fn IndexedGetter(&self, cx: &NoGC, index: u32) -> Option<DomRoot<D::Node>>;
    fn Length(&self, cx: &JSContext) -> u32;
}

Required Methods§

Source

fn Value(&self, cx: &NoGC) -> DOMString

Source

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

Source

fn IndexedGetter(&self, cx: &NoGC, index: u32) -> Option<DomRoot<D::Node>>

Source

fn Length(&self, cx: &JSContext) -> u32

Implementors§