Class: FunFX::Flex::Elements::FlexListLabel

Inherits:
FlexDisplayObject show all
Defined in:
lib/funfx/flex/elements.rb

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 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

#automation_indexObject



76
77
78
# File 'lib/funfx/flex/elements.rb', line 76

def automation_index
  get_property_value('automationIndex', String)
end

#automation_nameObject



68
69
70
# File 'lib/funfx/flex/elements.rb', line 68

def automation_name
  get_property_value('automationName', String)
end

#automation_valueObject



64
65
66
# File 'lib/funfx/flex/elements.rb', line 64

def automation_value
  get_property_value('automationValue', String)
end

#class_nameObject



72
73
74
# File 'lib/funfx/flex/elements.rb', line 72

def class_name
  get_property_value('className', String)
end