Struct tui::widgets::List [] [src]

pub struct List<'a, T> where T: AsRef<str> + 'a { /* fields omitted */ }

Methods

impl<'a, T> List<'a, T> where T: AsRef<str> + 'a
[src]

Trait Implementations

impl<'a, T> Default for List<'a, T> where T: AsRef<str> + 'a
[src]

Returns the "default value" for a type. Read more

impl<'a, T> Widget for List<'a, T> where T: AsRef<str> + 'a
[src]

Draws the current state of the widget in the given buffer. That the only method required to implement a custom widget. Read more

Helper method to quickly set the background of all cells inside the specified area.

Helper method that can be chained with a widget's builder methods to render it.