class ScrollPanel extends Item @single: () -> 'ScrollPanel' @plural: () -> 'ScrollPanels' defaults: { id: 11 } initialize: () -> confirm("Welcome to Panel") @test: () -> confirm( @single()) confirm( @plural() ) confirm( @class_name() ) confirm( @element_name() ) confirm( @table_name() ) test: () -> @Panel = Panel