class GroundColor extends Element @single: () -> 'GroundColor' @plural: () -> 'GroundColors' @colum_structures: -> {} defaults: { x: 11 } initialize: () -> confirm("Welcome to this world") @test: () -> confirm( @single()) confirm( @plural() ) confirm( @class_name() ) confirm( @element_name() ) confirm( @table_name() ) confirm( @path_name() ) confirm( @colum_structures() ) has_picture: () -> true has_part: () -> false extend_column: () -> null test: () -> confirm( @has_picture() ) confirm( @has_part() ) confirm( @parts() ) confirm( @has_helper('column_name') ) confirm( @element_name() ) confirm( @extend_column() ) confirm( @extend_element_name() ) confirm( @find_configurations(window.configurations,'v') ) confirm( @new_index() ) confirm( @set_new_index(3) ) confirm( @set_new_panel('v') ) confirm( @get_new_panel() ) confirm( '@get_panel()' ) confirm( @get_panel() ) confirm( @tag_id('c') ) confirm( @field_tag_id('f') ) confirm( @tag_panel_id() ) confirm( @tag_element_id() ) confirm( @tag_element_type() ) confirm( @tag_new_index() ) confirm( @path_name() ) confirm( @form_template() ) confirm( @scenario_template() ) confirm( @element_face_template() ) confirm( @form_helper_template('colum_name') ) confirm( @tag_attributes('column') ) confirm( @field_tag_attributes('column', 0, {}) ) confirm( @any_tag_attributes('name', {}) ) confirm( @select_tag_attributes(true, 'column', 0) ) confirm( @tag_attr('column', {}) ) confirm( @field_tag_attr('column', 1, {}) ) confirm( @any_tag_attr('name', {}) ) @PanelPicture = PanelPicture