module GxtWidgets::Platforms::SeleniumWebDriver::RowContainer
Public Instance Methods
[](idx)
click to toggle source
# File lib/gxt-widgets/platforms/selenium_webdriver/row_container.rb, line 10 def [](idx) eles = table_rows idx = find_index_by_title(idx, eles) if idx.kind_of?(String) return nil unless idx initialize_row(eles[idx], :platform => :selenium_webdriver) end