Class MerchandiseController


  • public class MerchandiseController
    extends GridTabController<MerchandiseLineItem>
    Controller for the Merchandise tab. Renders a grid of merchandise line items, supporting three display modes:
    • Per-unit items (e.g. Memorial Video) — shown with a quantity spinner and computed total
    • Items with no default cost — shown with an editable price field
    • Items with a default cost — shown with a read-only price label
    Items with a description requirement also render an additional text field.
    • Constructor Detail

      • MerchandiseController

        public MerchandiseController()