[][src]Trait webkit2gtk_webextension::DOMHTMLAreaElementExt

pub trait DOMHTMLAreaElementExt: 'static {
    fn get_alt(&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_no_href(&self) -> bool;
fn get_pathname(&self) -> Option<GString>;
fn get_port(&self) -> Option<GString>;
fn get_protocol(&self) -> Option<GString>;
fn get_search(&self) -> Option<GString>;
fn get_shape(&self) -> Option<GString>;
fn get_target(&self) -> Option<GString>;
fn set_alt(&self, value: &str);
fn set_coords(&self, value: &str);
fn set_hash(&self, value: &str);
fn set_href(&self, value: &str);
fn set_no_href(&self, value: bool);
fn set_shape(&self, value: &str);
fn set_target(&self, value: &str);
fn set_property_host(&self, host: Option<&str>);
fn set_property_hostname(&self, hostname: Option<&str>);
fn set_property_pathname(&self, pathname: Option<&str>);
fn set_property_port(&self, port: Option<&str>);
fn set_property_protocol(&self, protocol: Option<&str>);
fn set_property_search(&self, search: Option<&str>);
fn connect_property_alt_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_no_href_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_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; }

Required methods

fn get_alt(&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_no_href(&self) -> bool

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

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

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

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

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

fn set_alt(&self, value: &str)

fn set_coords(&self, value: &str)

fn set_hash(&self, value: &str)

fn set_href(&self, value: &str)

fn set_no_href(&self, value: bool)

fn set_shape(&self, value: &str)

fn set_target(&self, value: &str)

fn set_property_host(&self, host: Option<&str>)

fn set_property_hostname(&self, hostname: Option<&str>)

fn set_property_pathname(&self, pathname: Option<&str>)

fn set_property_port(&self, port: Option<&str>)

fn set_property_protocol(&self, protocol: Option<&str>)

fn connect_property_alt_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_no_href_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_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

Loading content...

Implementors

impl<O: IsA<DOMHTMLAreaElement>> DOMHTMLAreaElementExt for O[src]

Loading content...