module GxtWidgets::GroupableColumn

Public Instance Methods

group_by_this_field() click to toggle source
# File lib/gxt-widgets/modules/groupable_column.rb, line 3
def group_by_this_field
  link_element(:text=>"Group By This Field").click
end
show_in_groups() click to toggle source
# File lib/gxt-widgets/modules/groupable_column.rb, line 7
def show_in_groups
  link_element(:text=>"Show In Groups").click
end