[][src]Trait webkit2gtk_webextension::DOMHTMLAnchorElementExt

pub trait DOMHTMLAnchorElementExt: 'static {
    fn get_charset(&self) -> Option<GString>;
fn get_coords(&self) -> Option<GString>;
fn get_hash(&self) -> Option<GString>;
fn get_host(&self) -> Option<GString>;
fn get_hostname(&self) -> Option<GString>;
fn get_href(&self) -> Option<GString>;
fn get_hreflang(&self) -> Option<GString>;
fn get_name(&self) -> Option<GString>;
fn get_pathname(&self) -> Option<GString>;
fn get_port(&self) -> Option<GString>;
fn get_protocol(&self) -> Option<GString>;
fn get_rel(&self) -> Option<GString>;
fn get_rev(&self) -> Option<GString>;
fn get_search(&self) -> Option<GString>;
fn get_shape(&self) -> Option<GString>;
fn get_target(&self) -> Option<GString>;
fn get_text(&self) -> Option<GString>;
fn get_type_attr(&self) -> Option<GString>;
fn set_charset(&self, value: &str);
fn set_coords(&self, value: &str);
fn set_hash(&self, value: &str);
fn set_host(&self, value: &str);
fn set_hostname(&self, value: &str);
fn set_href(&self, value: &str);
fn set_hreflang(&self, value: &str);
fn set_name(&self, value: &str);
fn set_pathname(&self, value: &str);
fn set_port(&self, value: &str);
fn set_protocol(&self, value: &str);
fn set_rel(&self, value: &str);
fn set_rev(&self, value: &str);
fn set_search(&self, value: &str);
fn set_shape(&self, value: &str);
fn set_target(&self, value: &str);
fn set_type_attr(&self, value: &str);
fn set_property_text(&self, text: Option<&str>);
fn get_property_type(&self) -> Option<GString>;
fn set_property_type(&self, type_: Option<&str>);
fn connect_property_charset_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_coords_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_hash_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_host_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_hostname_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_href_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_hreflang_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_pathname_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_port_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_protocol_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_rel_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_rev_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_search_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_shape_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_target_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_text_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fn set_charset(&self, value: &str)

fn set_coords(&self, value: &str)

fn set_hash(&self, value: &str)

fn set_host(&self, value: &str)

fn set_hostname(&self, value: &str)

fn set_href(&self, value: &str)

fn set_hreflang(&self, value: &str)

fn set_name(&self, value: &str)

fn set_pathname(&self, value: &str)

fn set_port(&self, value: &str)

fn set_protocol(&self, value: &str)

fn set_rel(&self, value: &str)

fn set_rev(&self, value: &str)

fn set_shape(&self, value: &str)

fn set_target(&self, value: &str)

fn set_type_attr(&self, value: &str)

fn set_property_text(&self, text: Option<&str>)

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

fn set_property_type(&self, type_: Option<&str>)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

impl<O: IsA<DOMHTMLAnchorElement>> DOMHTMLAnchorElementExt for O[src]

Loading content...