Class: FunFX::Flex::Elements::FlexListLabel
- Inherits:
-
FlexDisplayObject
- Object
- FunFX::Flex::Element
- FlexDisplayObject
- FunFX::Flex::Elements::FlexListLabel
- Defined in:
- lib/funfx/flex/elements.rb
Direct Known Subclasses
FlexDataGridItemRenderer, FlexListItemRenderer, FlexMenuBarItem, FlexMenuItemRenderer, FlexTileListItemRenderer, FlexTreeItemRenderer
Constant Summary
Constants inherited from FunFX::Flex::Element
FunFX::Flex::Element::MAX_TRIES
Instance Attribute Summary
Attributes inherited from FunFX::Flex::Element
Instance Method Summary collapse
- #automation_index ⇒ Object
- #automation_name ⇒ Object
- #automation_value ⇒ Object
- #class_name ⇒ Object
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_index ⇒ Object
76 77 78 |
# File 'lib/funfx/flex/elements.rb', line 76 def automation_index get_property_value('automationIndex', String) end |
#automation_name ⇒ Object
68 69 70 |
# File 'lib/funfx/flex/elements.rb', line 68 def automation_name get_property_value('automationName', String) end |
#automation_value ⇒ Object
64 65 66 |
# File 'lib/funfx/flex/elements.rb', line 64 def automation_value get_property_value('automationValue', String) end |
#class_name ⇒ Object
72 73 74 |
# File 'lib/funfx/flex/elements.rb', line 72 def class_name get_property_value('className', String) end |