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