Class: BBMB::Html::View::Positions

Inherits:
HtmlGrid::List
  • Object
show all
Includes:
ListPrices
Defined in:
lib/bbmb/html/view/order.rb

Direct Known Subclasses

FavoritesPositions

Constant Summary collapse

CSS_CLASS =
'list'
COMPONENTS =
{
  [0,0]  =>  :quantity,
  [1,0]  =>  :description,
  [2,0]  =>  :price_base,
  [3,0]  =>  :total,
}
CSS_HEAD_MAP =
{
  [0,0] => 'right',
  [2,0] => 'right',
  [3,0] => 'right',
}
CSS_MAP =
{
  [0,0] => 'tiny right',
  [1,0] => 'description',
  [2,0] => 'right',
  [3,0] => 'total',
}

Constants included from ListPrices

ListPrices::BACKGROUND_ROW, ListPrices::BACKGROUND_SUFFIX, ListPrices::HEAD_OFFSET_STEP, ListPrices::OFFSET_STEP

Method Summary

Methods included from ListPrices

#price1, #price2, #price3, #price4, #price5, #price6, #price_levels, #pricex

Methods included from Vat

#vat