Class: FunFX::Flex::Elements::FlexList

Inherits:
FlexListBase show all
Includes:
TabularData
Defined in:
lib/funfx/flex/elements.rb

Direct Known Subclasses

FlexHorizontalList, FlexTileList

Constant Summary

Constants inherited from FunFX::Flex::Element

FunFX::Flex::Element::MAX_TRIES

Instance Attribute Summary

Attributes inherited from FunFX::Flex::Element

#flex_app, #flex_locator

Instance Method Summary collapse

Methods included from TabularData

#column_names, #num_columns, #num_rows, #values

Methods inherited from FlexListBase

#allow_multiple_selection?, #alternating_row_colors, #background_disabled_color, #column_count, #column_width, #data_tip_field, #deselect, #double_click, #drag_cancel, #drag_drop, #drag_start, #focus_alpha, #icon_field, #label_field, #locked_column_count, #locked_row_count, #mouse_scroll, #multi_select, #num_automation_children, #roll_over_color, #row_count, #row_height, #scroll, #select, #selectable?, #selected_index, #selected_indices, #selected_item, #selected_items, #selection_color, #selection_disabled_color, #show_data_tips?, #text_roll_over_color, #text_selected_color, #type, #use_roll_over?, #variable_row_height?, #vertical_align, #word_wrap?

Methods inherited from FlexScrollBase

#mouse_scroll

Methods inherited from FlexObject

#automation_class_name, #automation_index, #automation_name, #change_focus, #class_name, #current_state, #enabled?, #error_color, #error_string, #focus_enabled?, #id, #num_automation_children, #percent_height, #percent_width, #scale_x, #scale_y, #theme_color, #tool_tip, #use_hand_cursor?

Methods inherited from FlexDisplayObject

#alpha, #click, #height, #mouse_enabled?, #mouse_move, #tab_children?, #tab_enabled?, #tab_index, #visible?, #width, #x, #y

Methods inherited from FunFX::Flex::Element

#fire_event, #flex_invoke, #get_property_value, #get_tabular_property_value, #initialize, #invoke_tabular_method, #label_element, #raise_if_funfx_error, #shift_case

Constructor Details

This class inherits a constructor from FunFX::Flex::Element

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FunFX::Flex::Element

Instance Method Details

#edit(item_renderer, row_index, column_index) ⇒ Object



1040
1041
1042
# File 'lib/funfx/flex/elements.rb', line 1040

def edit(item_renderer, row_index, column_index)
  fire_event('Edit', item_renderer, row_index, column_index)
end