module Tablo::Config::Defaults
Overview
Default values for Table and/or Column initialization, with associated getters and setters.
Defined in:
config.crConstant Summary
-
BODY_ALIGNMENT =
nil
-
A default value of
nil
makes alignment dependent on data source type -
BODY_FORMATTER =
DEFAULT_FORMATTER
-
(see
DEFAULT_FORMATTER
) -
BODY_STYLER =
DEFAULT_STYLER
-
(see
DEFAULT_STYLER
) -
BODY_WRAP =
nil
-
Defaut wrapping value for multiline bodies
nil
= no limit,n
= limit ton
lines -
BORDER_DEFINITION =
Border::PreSet::Ascii
-
Default value for Border definition
-
BORDER_STYLER =
DEFAULT_STYLER
-
(see
DEFAULT_STYLER
) -
COLUMN_WIDTH =
12
-
Defaut column width
-
FOOTER =
Heading.new
-
Creates an instance of
Heading
struct with default parameters, where the value attribute isnil
, so there is nothing to display -
GROUP_ALIGNMENT =
DEFAULT_HEADING_ALIGNMENT
-
GROUP_FORMATTER =
DEFAULT_FORMATTER
-
(see
DEFAULT_FORMATTER
) -
GROUP_STYLER =
DEFAULT_STYLER
-
(see
DEFAULT_STYLER
) -
HEADER_ALIGNMENT =
nil
-
A default value of
nil
makes alignment dependent on data source type -
HEADER_FORMATTER =
DEFAULT_FORMATTER
-
(see
DEFAULT_FORMATTER
) -
HEADER_FREQUENCY =
0
-
Defaut header frequency (see header_frequency parameter in
Table.new
) -
HEADER_STYLER =
DEFAULT_STYLER
-
(see
DEFAULT_STYLER
) -
HEADER_WRAP =
nil
-
Defaut wrapping value for multiline headers
nil
= no limit,n
= limit ton
lines -
HEADING_ALIGNMENT =
DEFAULT_HEADING_ALIGNMENT
-
HEADING_FORMATTER =
DEFAULT_FORMATTER
-
(see
DEFAULT_FORMATTER
) -
HEADING_STYLER =
DEFAULT_STYLER
-
(see
DEFAULT_STYLER
) -
LEFT_PADDING =
1
-
Default left padding
-
MASKED_HEADERS =
false
-
Defaut value for masked headers
-
OMIT_GROUP_HEADER_RULE =
false
-
Defaut value for omit_group_header_rule
-
OMIT_LAST_RULE =
false
-
Defaut value for omit_last_rule
Omitting last rule allows joining of parent and child tables -
PADDING_CHARACTER =
" "
-
Default padding character (a String, size 1)
-
RIGHT_PADDING =
1
-
Default right padding
-
ROW_DIVIDER_FREQUENCY =
nil
-
Defaut row divider frequency
-
SUBTITLE =
Heading.new
-
Creates an instance of
Heading
struct with default parameters, where the value attribute isnil
, so there is nothing to display -
TITLE =
Heading.new
-
Creates an instance of
Heading
struct with default parameters, where the value attribute isnil
, so there is nothing to display -
TRUNCATION_INDICATOR =
"~"
-
Defaut truncation indicator (a string, size 1)
-
WRAP_MODE =
WrapMode::Word
-
Defaut wrap mode (see
WrapMode
)
Class Method Summary
-
.body_alignment : Justify | Nil
(Default: see
BODY_ALIGNMENT
) -
.body_alignment=(body_alignment : Justify | Nil)
(Default: see
BODY_ALIGNMENT
) -
.body_formatter : Cell::Data::Formatter
(Default: see
BODY_FORMATTER
) -
.body_formatter=(body_formatter : Cell::Data::Formatter)
(Default: see
BODY_FORMATTER
) -
.body_styler : Cell::Data::Styler
(Default: see
BODY_STYLER
) -
.body_styler=(body_styler : Cell::Data::Styler)
(Default: see
BODY_STYLER
) -
.body_wrap : Int32 | Nil
(Default: see
BODY_WRAP
) -
.body_wrap=(body_wrap : Int32 | Nil)
(Default: see
BODY_WRAP
) -
.border_definition : String | Border::PreSet
(Default: see
BORDER_DEFINITION
) -
.border_definition=(border_definition : String | Border::PreSet)
(Default: see
BORDER_DEFINITION
) -
.border_styler : Border::Styler
Default: see
BORDER_STYLER
) -
.border_styler=(border_styler : Border::Styler)
Default: see
BORDER_STYLER
) -
.column_width : Int32
(Default: see
COLUMN_WIDTH
) -
.column_width=(column_width : Int32)
(Default: see
COLUMN_WIDTH
) -
.footer : Heading
(Default: see
FOOTER
) -
.footer=(footer : Heading)
(Default: see
FOOTER
) -
.group_alignment : Justify
Default: see
GROUP_ALIGNMENT
) -
.group_alignment=(group_alignment : Justify)
Default: see
GROUP_ALIGNMENT
) -
.group_formatter : Cell::Text::Formatter
Default: see
GROUP_FORMATTER
) -
.group_formatter=(group_formatter : Cell::Text::Formatter)
Default: see
GROUP_FORMATTER
) -
.group_styler : Cell::Text::Styler
Default: see
GROUP_STYLER
) -
.group_styler=(group_styler : Cell::Text::Styler)
Default: see
GROUP_STYLER
) -
.header_alignment : Justify | Nil
(Default: see
HEADER_ALIGNMENT
) -
.header_alignment=(header_alignment : Justify | Nil)
(Default: see
HEADER_ALIGNMENT
) -
.header_formatter : Cell::Data::Formatter
Default: see
HEADER_FORMATTER
) -
.header_formatter=(header_formatter : Cell::Data::Formatter)
Default: see
HEADER_FORMATTER
) -
.header_frequency : Int32 | Nil
(Default: see
HEADER_FREQUENCY
) -
.header_frequency=(header_frequency : Int32 | Nil)
(Default: see
HEADER_FREQUENCY
) -
.header_styler : Cell::Data::Styler
Default: see
HEADER_STYLER
) -
.header_styler=(header_styler : Cell::Data::Styler)
Default: see
HEADER_STYLER
) -
.header_wrap : Int32 | Nil
(Default: see
HEADER_WRAP
) -
.header_wrap=(header_wrap : Int32 | Nil)
(Default: see
HEADER_WRAP
) -
.heading_alignment : Justify
Default: see
HEADING_ALIGNMENT
) -
.heading_alignment=(heading_alignment : Justify)
Default: see
HEADING_ALIGNMENT
) -
.heading_formatter : Cell::Text::Formatter
Default: see
HEADING_FORMATTER
) -
.heading_formatter=(heading_formatter : Cell::Text::Formatter)
Default: see
HEADING_FORMATTER
) -
.heading_styler : Cell::Text::Styler
Default: see
HEADING_STYLER
) -
.heading_styler=(heading_styler : Cell::Text::Styler)
Default: see
HEADING_STYLER
) -
.left_padding : Int32
(Default: see
LEFT_PADDING
) -
.left_padding=(left_padding : Int32)
(Default: see
LEFT_PADDING
) -
.masked_headers=(masked_headers : Bool)
(Default: see
MASKED_HEADERS
) -
.masked_headers? : Bool
(Default: see
MASKED_HEADERS
) -
.omit_group_header_rule=(omit_group_header_rule : Bool)
(Default: see
OMIT_GROUP_HEADER_RULE
-
.omit_group_header_rule? : Bool
(Default: see
OMIT_GROUP_HEADER_RULE
-
.omit_last_rule=(omit_last_rule : Bool)
Default: see
OMIT_LAST_RULE
) -
.omit_last_rule? : Bool
Default: see
OMIT_LAST_RULE
) -
.padding_character : String
(Default: see
PADDING_CHARACTER
) -
.padding_character=(padding_character : String)
(Default: see
PADDING_CHARACTER
) -
.right_padding : Int32
(Default: see
RIGHT_PADDING
) -
.right_padding=(right_padding : Int32)
(Default: see
RIGHT_PADDING
) -
.row_divider_frequency : Int32 | Nil
(Default: see
ROW_DIVIDER_FREQUENCY
) -
.row_divider_frequency=(row_divider_frequency : Int32 | Nil)
(Default: see
ROW_DIVIDER_FREQUENCY
) -
.subtitle : Heading
(Default: see
SUBTITLE
) -
.subtitle=(subtitle : Heading)
(Default: see
SUBTITLE
) -
.title : Heading
(Default: see
TITLE
) -
.title=(title : Heading)
(Default: see
TITLE
) -
.truncation_indicator : String
(Default: see
TRUNCATION_INDICATOR
) -
.truncation_indicator=(truncation_indicator : String)
(Default: see
TRUNCATION_INDICATOR
) -
.wrap_mode : WrapMode
(Default: see
WRAP_MODE
) -
.wrap_mode=(wrap_mode : WrapMode)
(Default: see
WRAP_MODE
)
Class Method Detail
(Default: see BODY_ALIGNMENT
)
(Default: see BORDER_DEFINITION
)
(Default: see HEADER_ALIGNMENT
)
Default: see HEADER_FORMATTER
)
Default: see HEADING_ALIGNMENT
)
Default: see HEADING_FORMATTER
)
(Default: see OMIT_GROUP_HEADER_RULE
(Default: see ROW_DIVIDER_FREQUENCY
)