#[non_exhaustive]pub struct TableConfigurationBuilder { /* private fields */ }Expand description
A builder for TableConfiguration.
Implementations§
source§impl TableConfigurationBuilder
impl TableConfigurationBuilder
sourcepub fn field_wells(self, input: TableFieldWells) -> Self
pub fn field_wells(self, input: TableFieldWells) -> Self
The field wells of the visual.
sourcepub fn set_field_wells(self, input: Option<TableFieldWells>) -> Self
pub fn set_field_wells(self, input: Option<TableFieldWells>) -> Self
The field wells of the visual.
sourcepub fn get_field_wells(&self) -> &Option<TableFieldWells>
pub fn get_field_wells(&self) -> &Option<TableFieldWells>
The field wells of the visual.
sourcepub fn sort_configuration(self, input: TableSortConfiguration) -> Self
pub fn sort_configuration(self, input: TableSortConfiguration) -> Self
The sort configuration for a TableVisual.
sourcepub fn set_sort_configuration(
self,
input: Option<TableSortConfiguration>,
) -> Self
pub fn set_sort_configuration( self, input: Option<TableSortConfiguration>, ) -> Self
The sort configuration for a TableVisual.
sourcepub fn get_sort_configuration(&self) -> &Option<TableSortConfiguration>
pub fn get_sort_configuration(&self) -> &Option<TableSortConfiguration>
The sort configuration for a TableVisual.
sourcepub fn table_options(self, input: TableOptions) -> Self
pub fn table_options(self, input: TableOptions) -> Self
The table options for a table visual.
sourcepub fn set_table_options(self, input: Option<TableOptions>) -> Self
pub fn set_table_options(self, input: Option<TableOptions>) -> Self
The table options for a table visual.
sourcepub fn get_table_options(&self) -> &Option<TableOptions>
pub fn get_table_options(&self) -> &Option<TableOptions>
The table options for a table visual.
sourcepub fn total_options(self, input: TotalOptions) -> Self
pub fn total_options(self, input: TotalOptions) -> Self
The total options for a table visual.
sourcepub fn set_total_options(self, input: Option<TotalOptions>) -> Self
pub fn set_total_options(self, input: Option<TotalOptions>) -> Self
The total options for a table visual.
sourcepub fn get_total_options(&self) -> &Option<TotalOptions>
pub fn get_total_options(&self) -> &Option<TotalOptions>
The total options for a table visual.
sourcepub fn field_options(self, input: TableFieldOptions) -> Self
pub fn field_options(self, input: TableFieldOptions) -> Self
The field options for a table visual.
sourcepub fn set_field_options(self, input: Option<TableFieldOptions>) -> Self
pub fn set_field_options(self, input: Option<TableFieldOptions>) -> Self
The field options for a table visual.
sourcepub fn get_field_options(&self) -> &Option<TableFieldOptions>
pub fn get_field_options(&self) -> &Option<TableFieldOptions>
The field options for a table visual.
sourcepub fn paginated_report_options(
self,
input: TablePaginatedReportOptions,
) -> Self
pub fn paginated_report_options( self, input: TablePaginatedReportOptions, ) -> Self
The paginated report options for a table visual.
sourcepub fn set_paginated_report_options(
self,
input: Option<TablePaginatedReportOptions>,
) -> Self
pub fn set_paginated_report_options( self, input: Option<TablePaginatedReportOptions>, ) -> Self
The paginated report options for a table visual.
sourcepub fn get_paginated_report_options(
&self,
) -> &Option<TablePaginatedReportOptions>
pub fn get_paginated_report_options( &self, ) -> &Option<TablePaginatedReportOptions>
The paginated report options for a table visual.
sourcepub fn table_inline_visualizations(
self,
input: TableInlineVisualization,
) -> Self
pub fn table_inline_visualizations( self, input: TableInlineVisualization, ) -> Self
Appends an item to table_inline_visualizations.
To override the contents of this collection use set_table_inline_visualizations.
A collection of inline visualizations to display within a chart.
sourcepub fn set_table_inline_visualizations(
self,
input: Option<Vec<TableInlineVisualization>>,
) -> Self
pub fn set_table_inline_visualizations( self, input: Option<Vec<TableInlineVisualization>>, ) -> Self
A collection of inline visualizations to display within a chart.
sourcepub fn get_table_inline_visualizations(
&self,
) -> &Option<Vec<TableInlineVisualization>>
pub fn get_table_inline_visualizations( &self, ) -> &Option<Vec<TableInlineVisualization>>
A collection of inline visualizations to display within a chart.
sourcepub fn interactions(self, input: VisualInteractionOptions) -> Self
pub fn interactions(self, input: VisualInteractionOptions) -> Self
The general visual interactions setup for a visual.
sourcepub fn set_interactions(self, input: Option<VisualInteractionOptions>) -> Self
pub fn set_interactions(self, input: Option<VisualInteractionOptions>) -> Self
The general visual interactions setup for a visual.
sourcepub fn get_interactions(&self) -> &Option<VisualInteractionOptions>
pub fn get_interactions(&self) -> &Option<VisualInteractionOptions>
The general visual interactions setup for a visual.
sourcepub fn build(self) -> TableConfiguration
pub fn build(self) -> TableConfiguration
Consumes the builder and constructs a TableConfiguration.
Trait Implementations§
source§impl Clone for TableConfigurationBuilder
impl Clone for TableConfigurationBuilder
source§fn clone(&self) -> TableConfigurationBuilder
fn clone(&self) -> TableConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for TableConfigurationBuilder
impl Debug for TableConfigurationBuilder
source§impl Default for TableConfigurationBuilder
impl Default for TableConfigurationBuilder
source§fn default() -> TableConfigurationBuilder
fn default() -> TableConfigurationBuilder
source§impl PartialEq for TableConfigurationBuilder
impl PartialEq for TableConfigurationBuilder
source§fn eq(&self, other: &TableConfigurationBuilder) -> bool
fn eq(&self, other: &TableConfigurationBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TableConfigurationBuilder
Auto Trait Implementations§
impl Freeze for TableConfigurationBuilder
impl RefUnwindSafe for TableConfigurationBuilder
impl Send for TableConfigurationBuilder
impl Sync for TableConfigurationBuilder
impl Unpin for TableConfigurationBuilder
impl UnwindSafe for TableConfigurationBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more