class OLE_QA::Framework::OLELS::Ownership_Extent_Line

An Extent of Ownership Line on the OLE Library System Instance Editor.

Public Instance Methods

set_elements() click to toggle source
# File lib/olels/objects/ownership_extent_line.rb, line 19
def set_elements
  element(:type_selector)                     {b.select_list(:id => "extentTextualHoldingsType_line#{line_id}_control")}
  element(:statement_field)                   {b.text_field(:id => "extentTextualHoldings_line#{line_id}_control")}
  element(:add_button)                        {b.button(:id => "extentOfOwnership_addTagButton_line#{line_id}")}
  element(:remove_button)                     {b.button(:id => "extentOfOwnership_removeTagButton_line#{line_id}")}
end
set_sublines() click to toggle source
# File lib/olels/objects/ownership_extent_line.rb, line 26
def set_sublines
  set_subline(:ownership_note, OLE_QA::Framework::OLELS::Ownership_Note)
end