[][src]Trait webkit2gtk_webextension::DOMHTMLTableCellElementExt

pub trait DOMHTMLTableCellElementExt: 'static {
    fn get_abbr(&self) -> Option<GString>;
fn get_align(&self) -> Option<GString>;
fn get_axis(&self) -> Option<GString>;
fn get_bg_color(&self) -> Option<GString>;
fn get_cell_index(&self) -> c_long;
fn get_ch(&self) -> Option<GString>;
fn get_ch_off(&self) -> Option<GString>;
fn get_col_span(&self) -> c_long;
fn get_headers(&self) -> Option<GString>;
fn get_height(&self) -> Option<GString>;
fn get_no_wrap(&self) -> bool;
fn get_row_span(&self) -> c_long;
fn get_scope(&self) -> Option<GString>;
fn get_v_align(&self) -> Option<GString>;
fn get_width(&self) -> Option<GString>;
fn set_abbr(&self, value: &str);
fn set_align(&self, value: &str);
fn set_axis(&self, value: &str);
fn set_bg_color(&self, value: &str);
fn set_ch(&self, value: &str);
fn set_ch_off(&self, value: &str);
fn set_col_span(&self, value: c_long);
fn set_headers(&self, value: &str);
fn set_height(&self, value: &str);
fn set_no_wrap(&self, value: bool);
fn set_row_span(&self, value: c_long);
fn set_scope(&self, value: &str);
fn set_v_align(&self, value: &str);
fn set_width(&self, value: &str);
fn connect_property_abbr_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_align_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_axis_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_bg_color_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_cell_index_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_ch_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_ch_off_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_col_span_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_headers_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_height_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_no_wrap_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_row_span_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_scope_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_v_align_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_width_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

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

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

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

fn get_cell_index(&self) -> c_long

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

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

fn get_col_span(&self) -> c_long

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

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

fn get_no_wrap(&self) -> bool

fn get_row_span(&self) -> c_long

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

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

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

fn set_abbr(&self, value: &str)

fn set_align(&self, value: &str)

fn set_axis(&self, value: &str)

fn set_bg_color(&self, value: &str)

fn set_ch(&self, value: &str)

fn set_ch_off(&self, value: &str)

fn set_col_span(&self, value: c_long)

fn set_headers(&self, value: &str)

fn set_height(&self, value: &str)

fn set_no_wrap(&self, value: bool)

fn set_row_span(&self, value: c_long)

fn set_scope(&self, value: &str)

fn set_v_align(&self, value: &str)

fn set_width(&self, value: &str)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

impl<O: IsA<DOMHTMLTableCellElement>> DOMHTMLTableCellElementExt for O[src]

Loading content...