Struct tui_realm_stdlib::InputPropsBuilder [−][src]
pub struct InputPropsBuilder { /* fields omitted */ }Implementations
with_foreground
Set foreground color for component
with_background
Set background color for component
pub fn with_borders(
&mut self,
borders: Borders,
variant: BorderType,
color: Color
) -> &mut Self
pub fn with_borders(
&mut self,
borders: Borders,
variant: BorderType,
color: Color
) -> &mut Self
with_borders
Set component borders style
with_label
Set input label
with_input
Set input type for component
with_input_len
Set max input len
with_value
Set initial value for component