[][src]Trait webkit2gtk_webextension::DOMHTMLLabelElementExt

pub trait DOMHTMLLabelElementExt: 'static {
    fn get_form(&self) -> Option<DOMHTMLFormElement>;
fn get_html_for(&self) -> Option<GString>;
fn set_html_for(&self, value: &str);
fn connect_property_form_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_html_for_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_form(&self) -> Option<DOMHTMLFormElement>

fn get_html_for(&self) -> Option<GString>

fn set_html_for(&self, value: &str)

fn connect_property_form_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_html_for_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<DOMHTMLLabelElement>> DOMHTMLLabelElementExt for O[src]

Loading content...