Struct cursive::views::IdView [] [src]

pub struct IdView<T: View> { /* fields omitted */ }

Wrapper view that allows to select its content with a fixed string id.

Methods

impl<T: View> IdView<T>
[src]

Wraps the given view. It will be selectable with the given id.

Trait Implementations

impl<T: View + Any> ViewWrapper for IdView<T>
[src]

Type that this view wraps.

Get an immutable reference to the wrapped view.

Get a mutable reference to the wrapped view.

Wraps the find method.

Wraps the draw method.

Wraps the required_size method.

Wraps the on_event method.

Wraps the layout method.

Wraps the take_focus method.

Wraps the needs_relayout method.