class OLE_QA::Framework::OLELS::Ownership_Note
An Ownership Note on an OLE Library System Extent of Ownership Line.
Public Instance Methods
set_elements()
click to toggle source
Set ownership note screen elements.
# File lib/olels/subobjects/ownership_note.rb, line 19 def set_elements element(:note_type_selector) {b.select_list(:id => "extentSubHoldingNoteTypeField_line#{@parent_line.line_id}_line#{line_id}_control")} element(:note_field) {b.text_field(:id => "extentSubHoldingNoteDescField_line#{@parent_line.line_id}_line#{line_id}_control")} element(:add_button) {b.button(:id => "oleEowHoldingNotes_addTagButton_line#{@parent_line.line_id}_line#{line_id}")} element(:remove_button) {b.button(:id => "oleEowHoldingNotes_removeTagButton_line#{@parent_line.line_id}_line#{line_id}")} end