Class: OLE_QA::Framework::OLELS::Holdings_Note

Inherits:
Line_Object show all
Defined in:
lib/olels/objects/holdings_note.rb

Overview

A Holdings Note on the OLE Library System Instance Editor

Instance Attribute Summary

Attributes inherited from Line_Object

#line_number, #sublines

Attributes inherited from Common_Object

#elements, #functions, #ole

Instance Method Summary collapse

Methods inherited from Line_Object

#initialize, #line_id, #set_subline

Methods inherited from Common_Object

#initialize, #set_functions

Methods included from Helpers

#browser, #load_yml, #set_element, #set_function

Constructor Details

This class inherits a constructor from OLE_QA::Framework::Line_Object

Instance Method Details

#set_elementsObject

Set holdings note screen elements.



19
20
21
22
23
24
# File 'lib/olels/objects/holdings_note.rb', line 19

def set_elements
  element(:note_type_selector)                {b.select_list(:id => "OleHoldingNoteTypeField_line#{line_id}_control")}
  element(:note_field)                        {b.text_field(:id => "OleHoldingNoteDescField_line#{line_id}_control")}
  element(:add_button)                        {b.button(:id => "OleHoldingNotes_addTagButton_line#{line_id}")}
  element(:remove_button)                     {b.button(:id => "OleHoldingNotes_removeTagButton_line#{line_id}")}
end