Struct silkenweb_html::elements::TfootBuilder [−][src]
pub struct TfootBuilder(_);
Implementations
impl TfootBuilder[src]
impl TfootBuilder[src]pub fn id(self, value: impl AttributeValue<String>) -> Self[src]
pub fn class(self, value: impl AttributeValue<String>) -> Self[src]
impl TfootBuilder[src]
impl TfootBuilder[src]pub fn on_blur(
self,
f: impl 'static + FnMut(FocusEvent, HtmlTableSectionElement)
) -> Self[src]
self,
f: impl 'static + FnMut(FocusEvent, HtmlTableSectionElement)
) -> Self
pub fn on_click(
self,
f: impl 'static + FnMut(MouseEvent, HtmlTableSectionElement)
) -> Self[src]
self,
f: impl 'static + FnMut(MouseEvent, HtmlTableSectionElement)
) -> Self
pub fn on_change(
self,
f: impl 'static + FnMut(Event, HtmlTableSectionElement)
) -> Self[src]
self,
f: impl 'static + FnMut(Event, HtmlTableSectionElement)
) -> Self
pub fn on_dblclick(
self,
f: impl 'static + FnMut(MouseEvent, HtmlTableSectionElement)
) -> Self[src]
self,
f: impl 'static + FnMut(MouseEvent, HtmlTableSectionElement)
) -> Self
pub fn on_focusout(
self,
f: impl 'static + FnMut(FocusEvent, HtmlTableSectionElement)
) -> Self[src]
self,
f: impl 'static + FnMut(FocusEvent, HtmlTableSectionElement)
) -> Self
pub fn on_input(
self,
f: impl 'static + FnMut(InputEvent, HtmlTableSectionElement)
) -> Self[src]
self,
f: impl 'static + FnMut(InputEvent, HtmlTableSectionElement)
) -> Self
pub fn on_keydown(
self,
f: impl 'static + FnMut(KeyboardEvent, HtmlTableSectionElement)
) -> Self[src]
self,
f: impl 'static + FnMut(KeyboardEvent, HtmlTableSectionElement)
) -> Self
pub fn on_keyup(
self,
f: impl 'static + FnMut(KeyboardEvent, HtmlTableSectionElement)
) -> Self[src]
self,
f: impl 'static + FnMut(KeyboardEvent, HtmlTableSectionElement)
) -> Self
pub fn effect(self, f: impl Effect<HtmlTableSectionElement>) -> Self[src]
impl TfootBuilder[src]
impl TfootBuilder[src]Trait Implementations
impl Builder for TfootBuilder[src]
impl Builder for TfootBuilder[src]impl DomElement for TfootBuilder[src]
impl DomElement for TfootBuilder[src]type Target = HtmlTableSectionElement
fn dom_element(&self) -> Self::Target[src]
impl From<TfootBuilder> for Element[src]
impl From<TfootBuilder> for Element[src]fn from(builder: TfootBuilder) -> Self[src]
impl From<TfootBuilder> for ElementBuilder[src]
impl From<TfootBuilder> for ElementBuilder[src]fn from(builder: TfootBuilder) -> Self[src]
Auto Trait Implementations
impl !RefUnwindSafe for TfootBuilder
impl !RefUnwindSafe for TfootBuilderimpl !Send for TfootBuilder
impl !Send for TfootBuilderimpl !Sync for TfootBuilder
impl !Sync for TfootBuilderimpl Unpin for TfootBuilder
impl Unpin for TfootBuilderimpl !UnwindSafe for TfootBuilder
impl !UnwindSafe for TfootBuilder