Sha256: 332db247f9e105eec61b6602b0e4296b8a2736125d9aa15c01b5d8b4e721a3b5

Contents?: true

Size: 808 Bytes

Versions: 3

Compression:

Stored size: 808 Bytes

Contents

class MainScreen
  include Mohawk
  window(:title => /MainFormWindow/)

  text(:text_field, :id => "textField")
  text(:masked_text_field, :id => "maskedTextBox")
  button(:data_entry_form_button, :value => "Data Entry Form")
  button(:about, :value => "About")
  control(:about_control, :value => 'About')
  button(:data_grid, :value => "Data Grid View")
  combo_box(:fruits, :id => "FruitsComboBox")
  checkbox(:first_checkbox, :id =>  "checkBox")
  radio(:first_radio, :id => "radioButton1")
  label(:label_control, :id => "label1")
  link(:link_control, :id => "linkLabel1")
  menu_item(:file_roundabout_way_to_about, :path => ["File", "Roundabout Way", "To", "About"])
  tree_view(:tree_view, :id => "treeView")
  control(:value_control_field, :id => "automatableMonthCalendar1")
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mohawk-0.0.7 features/support/screens/main_screen.rb
mohawk-0.0.6 features/support/screens/main_screen.rb
mohawk-0.0.5 features/support/screens/main_screen.rb