Class: NattyUI::Table::Cell::Attributes
- Inherits:
-
Attributes::Base
- Object
- Attributes::Base
- NattyUI::Table::Cell::Attributes
- Includes:
- Attributes::Align, Attributes::Padding, Attributes::Style, Attributes::Vertical, Attributes::Width
- Defined in:
- lib/natty-ui/table.rb
Instance Attribute Summary collapse
-
#align ⇒ :left, ...
included
from Attributes::Align
Horizontal element alignment.
-
#max_width ⇒ Integer?
included
from Attributes::Width
Maximum element width.
-
#min_width ⇒ Integer?
included
from Attributes::Width
Minimum element width.
-
#padding ⇒ Array<Integer>
included
from Attributes::Padding
Text padding within the element.
-
#padding_bottom ⇒ Integer
included
from Attributes::Padding
Text bottom padding.
-
#padding_left ⇒ Integer
included
from Attributes::Padding
Text left padding.
-
#padding_right ⇒ Integer
included
from Attributes::Padding
Text right padding.
-
#padding_top ⇒ Integer
included
from Attributes::Padding
Text top padding.
-
#style ⇒ Array?
included
from Attributes::Style
Text style.
-
#vertical ⇒ :top, ...
included
from Attributes::Vertical
Vertical element alignment.
-
#width ⇒ Integer, ...
included
from Attributes::Width
Element width.
Instance Method Summary collapse
- #style_bbcode ⇒ Object included from Attributes::Style
Instance Attribute Details
#align ⇒ :left, ... Originally defined in module Attributes::Align
Horizontal element alignment.
#max_width ⇒ Integer? Originally defined in module Attributes::Width
Maximum element width.
#min_width ⇒ Integer? Originally defined in module Attributes::Width
Minimum element width.
#padding ⇒ Array<Integer> Originally defined in module Attributes::Padding
Text padding within the element.
#padding_bottom ⇒ Integer Originally defined in module Attributes::Padding
Text bottom padding.
#padding_left ⇒ Integer Originally defined in module Attributes::Padding
Text left padding.
#padding_right ⇒ Integer Originally defined in module Attributes::Padding
Text right padding.
#padding_top ⇒ Integer Originally defined in module Attributes::Padding
Text top padding.
#style ⇒ Array? Originally defined in module Attributes::Style
Text style.
#vertical ⇒ :top, ... Originally defined in module Attributes::Vertical
Vertical element alignment.
#width ⇒ Integer, ... Originally defined in module Attributes::Width
Element width.