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

pub struct IdView<T: View> {
    // some 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]

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 get_min_size method.

Wraps the on_event method.

Wraps the layout method.

Wraps the take_focus method.

Wraps the needs_relayout method.