[][src]Trait webkit2gtk_webextension::DOMHTMLElementExt

pub trait DOMHTMLElementExt: 'static {
    fn click(&self);
fn get_access_key(&self) -> Option<GString>;
fn get_children(&self) -> Option<DOMHTMLCollection>;
fn get_content_editable(&self) -> Option<GString>;
fn get_dir(&self) -> Option<GString>;
fn get_inner_html(&self) -> Option<GString>;
fn get_inner_text(&self) -> Option<GString>;
fn get_is_content_editable(&self) -> bool;
fn get_lang(&self) -> Option<GString>;
fn get_outer_html(&self) -> Option<GString>;
fn get_outer_text(&self) -> Option<GString>;
fn get_tab_index(&self) -> c_long;
fn get_title(&self) -> Option<GString>;
fn set_access_key(&self, value: &str);
fn set_content_editable(&self, value: &str) -> Result<(), Error>;
fn set_dir(&self, value: &str);
fn set_inner_html(&self, contents: &str) -> Result<(), Error>;
fn set_inner_text(&self, value: &str) -> Result<(), Error>;
fn set_lang(&self, value: &str);
fn set_outer_html(&self, contents: &str) -> Result<(), Error>;
fn set_outer_text(&self, value: &str) -> Result<(), Error>;
fn set_tab_index(&self, value: c_long);
fn set_title(&self, value: &str);
fn get_property_draggable(&self) -> bool;
fn set_property_draggable(&self, draggable: bool);
fn get_property_hidden(&self) -> bool;
fn set_property_hidden(&self, hidden: bool);
fn get_property_spellcheck(&self) -> bool;
fn set_property_spellcheck(&self, spellcheck: bool);
fn get_property_translate(&self) -> bool;
fn set_property_translate(&self, translate: bool);
fn get_property_webkitdropzone(&self) -> Option<GString>;
fn set_property_webkitdropzone(&self, webkitdropzone: Option<&str>);
fn connect_property_access_key_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_content_editable_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_dir_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_draggable_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_hidden_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_inner_text_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_is_content_editable_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_lang_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_outer_text_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_spellcheck_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_tab_index_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_title_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_translate_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_webkitdropzone_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn click(&self)

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

fn get_children(&self) -> Option<DOMHTMLCollection>

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

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

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

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

fn get_is_content_editable(&self) -> bool

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

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

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

fn get_tab_index(&self) -> c_long

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

fn set_access_key(&self, value: &str)

fn set_content_editable(&self, value: &str) -> Result<(), Error>

fn set_dir(&self, value: &str)

fn set_inner_html(&self, contents: &str) -> Result<(), Error>

fn set_inner_text(&self, value: &str) -> Result<(), Error>

fn set_lang(&self, value: &str)

fn set_outer_html(&self, contents: &str) -> Result<(), Error>

fn set_outer_text(&self, value: &str) -> Result<(), Error>

fn set_tab_index(&self, value: c_long)

fn set_title(&self, value: &str)

fn get_property_draggable(&self) -> bool

fn set_property_draggable(&self, draggable: bool)

fn get_property_hidden(&self) -> bool

fn set_property_hidden(&self, hidden: bool)

fn get_property_spellcheck(&self) -> bool

fn set_property_spellcheck(&self, spellcheck: bool)

fn get_property_translate(&self) -> bool

fn set_property_translate(&self, translate: bool)

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

fn set_property_webkitdropzone(&self, webkitdropzone: Option<&str>)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

impl<O: IsA<DOMHTMLElement>> DOMHTMLElementExt for O[src]

Loading content...