Struct silkenweb_html::elements::TbodyBuilder [−][src]
pub struct TbodyBuilder(_);
Implementations
impl TbodyBuilder[src]
impl TbodyBuilder[src]pub fn id(self, value: impl AttributeValue<String>) -> Self[src]
pub fn class(self, value: impl AttributeValue<String>) -> Self[src]
impl TbodyBuilder[src]
impl TbodyBuilder[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 TbodyBuilder[src]
impl TbodyBuilder[src]Trait Implementations
impl Builder for TbodyBuilder[src]
impl Builder for TbodyBuilder[src]impl DomElement for TbodyBuilder[src]
impl DomElement for TbodyBuilder[src]type Target = HtmlTableSectionElement
fn dom_element(&self) -> Self::Target[src]
impl From<TbodyBuilder> for Element[src]
impl From<TbodyBuilder> for Element[src]fn from(builder: TbodyBuilder) -> Self[src]
impl From<TbodyBuilder> for ElementBuilder[src]
impl From<TbodyBuilder> for ElementBuilder[src]fn from(builder: TbodyBuilder) -> Self[src]
Auto Trait Implementations
impl !RefUnwindSafe for TbodyBuilder
impl !RefUnwindSafe for TbodyBuilderimpl !Send for TbodyBuilder
impl !Send for TbodyBuilderimpl !Sync for TbodyBuilder
impl !Sync for TbodyBuilderimpl Unpin for TbodyBuilder
impl Unpin for TbodyBuilderimpl !UnwindSafe for TbodyBuilder
impl !UnwindSafe for TbodyBuilder