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