Class: BBMB::Html::View::OrderConfirmation

Inherits:
HtmlGrid::Composite show all
Defined in:
lib/bbmb/html/view/current_order.rb

Constant Summary collapse

COMPONENTS =
{
  [0,0] => :order_confirmation,
  [1,0] => "order_confirmation_text",
}
SYMBOL_MAP =
{
  :order_confirmation => HtmlGrid::InputCheckbox,
}

Constants inherited from HtmlGrid::Composite

HtmlGrid::Composite::LEGACY_INTERFACE