Class: Library
- Inherits:
-
Object
- Object
- Library
- Includes:
- GlobalMethods, HeaderBar, HeaderFooterBar, LeftMenuBar, LibraryWidget, ListContent, ListWidget, PageObject
- Defined in:
- lib/sakai-oae-test-api/page_classes.rb
Overview
Library pages in Courses/Groups/Research
Instance Method Summary collapse
-
#empty_library_element ⇒ Object
The page element that appears when there are no contents in the Library.
Methods included from ListContent
#add_to_library, #comments_count, #content_description, #content_owner, #content_tags, #content_type, #delete, #search_by_tag, #share, #thumbnail, #used_in_count, #view_owner_of
Methods included from PageObject
#method_missing, #name_li, #name_link
Methods included from ListWidget
Methods included from LibraryWidget
#add_selected_to, #add_to, #check_content, #checkbox, #remove_selected, #search_library_for=, #share_selected, #sort_by=, #uncheck_content
Methods included from LeftMenuBar
#add_new_area, #change_title_of, #delete_page, #expand, #menu_available?, #permissions_for_page, #public_pages, #view_profile_of_page
Methods included from HeaderBar
#add_content, #categories, #change_picture, #join_group, #join_requests, #manage_participants, #message, #page_title, #request_to_join_group, #settings
Methods included from HeaderFooterBar
#acknowledgements, #add_collection, #add_content, #browse_footer, #browse_footer_link, #change_language, #change_location, #click_link, #explore_footer, #explore_footer_link, #login, #messages_container, #my_account, #sign_out, #sign_up, #toggle_collector, #user_agreement
Methods included from GlobalMethods
#close_notification, #menu_item, #open_page, #view_person
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class PageObject
Instance Method Details
#empty_library_element ⇒ Object
The page element that appears when there are no contents in the Library
1551 1552 1553 |
# File 'lib/sakai-oae-test-api/page_classes.rb', line 1551 def empty_library_element self.div(:id=>data_sakai_ref).div(:id=>"mylibrary_empty") end |