pub struct TfootBuilder(/* private fields */);Implementations§
Source§impl TfootBuilder
impl TfootBuilder
pub fn id(self, value: impl AttributeValue<String>) -> Self
pub fn class(self, value: impl AttributeValue<String>) -> Self
Source§impl TfootBuilder
impl TfootBuilder
pub fn on_blur( self, f: impl 'static + FnMut(FocusEvent, HtmlTableSectionElement), ) -> Self
pub fn on_click( self, f: impl 'static + FnMut(MouseEvent, HtmlTableSectionElement), ) -> Self
pub fn on_change( self, f: impl 'static + FnMut(Event, HtmlTableSectionElement), ) -> Self
pub fn on_dblclick( self, f: impl 'static + FnMut(MouseEvent, HtmlTableSectionElement), ) -> Self
pub fn on_focusout( self, f: impl 'static + FnMut(FocusEvent, HtmlTableSectionElement), ) -> Self
pub fn on_input( self, f: impl 'static + FnMut(InputEvent, HtmlTableSectionElement), ) -> Self
pub fn on_keydown( self, f: impl 'static + FnMut(KeyboardEvent, HtmlTableSectionElement), ) -> Self
pub fn on_keyup( self, f: impl 'static + FnMut(KeyboardEvent, HtmlTableSectionElement), ) -> Self
pub fn effect(self, f: impl Effect<HtmlTableSectionElement>) -> Self
Trait Implementations§
Source§impl Builder for TfootBuilder
impl Builder for TfootBuilder
Source§impl DomElement for TfootBuilder
impl DomElement for TfootBuilder
type Target = HtmlTableSectionElement
fn dom_element(&self) -> Self::Target
Source§impl From<TfootBuilder> for Element
impl From<TfootBuilder> for Element
Source§fn from(builder: TfootBuilder) -> Self
fn from(builder: TfootBuilder) -> Self
Converts to this type from the input type.
Source§impl From<TfootBuilder> for ElementBuilder
impl From<TfootBuilder> for ElementBuilder
Source§fn from(builder: TfootBuilder) -> Self
fn from(builder: TfootBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TfootBuilder
impl !RefUnwindSafe for TfootBuilder
impl !Send for TfootBuilder
impl !Sync for TfootBuilder
impl Unpin for TfootBuilder
impl !UnwindSafe for TfootBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more