Skip to main content

IArenaBondUnitSelectRootMethods

Trait IArenaBondUnitSelectRootMethods 

Source
pub trait IArenaBondUnitSelectRootMethods: IArenaBondUnitSelectRoot {
    // Provided methods
    fn create(
        self,
        super_: impl Into<ProcInst>,
        default_unit: impl Into<Unit>,
        decide_event_handler: impl Into<ArenaBondUnitSelectMenu_DecideEventHandler>,
    ) { ... }
    fn on_select_menu_item(self, unit: impl Into<Unit>) { ... }
    fn on_decide_menu_item(self, unit: impl Into<Unit>) { ... }
    fn on_help(self, parent: impl Into<ProcInst>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn create( self, super_: impl Into<ProcInst>, default_unit: impl Into<Unit>, decide_event_handler: impl Into<ArenaBondUnitSelectMenu_DecideEventHandler>, )

Create(crate::app::procinst::ProcInst, crate::app::unit::Unit, crate::app::arenabondunitselectmenu::ArenaBondUnitSelectMenu_DecideEventHandler) overload

Source

fn on_select_menu_item(self, unit: impl Into<Unit>)

OnSelectMenuItem(crate::app::unit::Unit) overload

Source

fn on_decide_menu_item(self, unit: impl Into<Unit>)

OnDecideMenuItem(crate::app::unit::Unit) overload

Source

fn on_help(self, parent: impl Into<ProcInst>)

OnHelp(crate::app::procinst::ProcInst) overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IArenaBondUnitSelectRoot> IArenaBondUnitSelectRootMethods for __T

Available on crate feature app-arenabondunitselectroot only.