Module: GxtWidgets::GroupableColumn

Included in:
GxtGroupColumnMenu
Defined in:
lib/gxt-widgets/modules/groupable_column.rb

Instance Method Summary collapse

Instance Method Details

#group_by_this_fieldObject



3
4
5
# 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_groupsObject



7
8
9
# File 'lib/gxt-widgets/modules/groupable_column.rb', line 7

def show_in_groups
  link_element(:text=>"Show In Groups").click
end