Class: OLE_QA::Framework::OLELS::Access_Info_Line
- Inherits:
-
Line_Object
- Object
- Common_Object
- Data_Object
- Line_Object
- OLE_QA::Framework::OLELS::Access_Info_Line
- Defined in:
- lib/olels/objects/access_info_line.rb
Overview
An Access Information Line on the OLE Library System Instance Record Editor
Instance Attribute Summary
Attributes inherited from Line_Object
Attributes inherited from Common_Object
Instance Method Summary collapse
-
#set_elements ⇒ Object
Set screen elements for access info line.
Methods inherited from Line_Object
#initialize, #line_id, #set_subline
Methods inherited from Common_Object
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_elements ⇒ Object
Set screen elements for access info line.
19 20 21 22 23 |
# File 'lib/olels/objects/access_info_line.rb', line 19 def set_elements element(:access_info_field) {b.text_field(:id => "OleAccessInformationField_line#{line_id}_control")} element(:add_button) {b.(:id => "oleAccessInformation_addTagButton_line#{line_id}")} element(:remove_button) {b.(:id => "oleAccessInformation_removeTagButton_line#{line_id}")} end |