Class: FunFX::Flex::Elements::FlexPanel

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

Direct Known Subclasses

FlexAlert, FlexTitleWindow

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 FlexContainer

#background_alpha, #background_color, #background_disabled_color, #background_image, #background_size, #creation_index, #creation_policy, #drag_cancel, #drag_drop, #drag_start, #fill_alphas, #fill_colors, #font_family, #font_size, #font_style, #font_weight, #label, #mouse_scroll, #num_children, #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

#drop_shadow_enabled?Boolean

Returns:

  • (Boolean)


1738
1739
1740
# File 'lib/funfx/flex/elements.rb', line 1738

def drop_shadow_enabled?
  get_property_value('dropShadowEnabled', TrueClass)
end


1742
1743
1744
# File 'lib/funfx/flex/elements.rb', line 1742

def footer_colors
  get_property_value('footerColors', String)
end

#header_colorsObject



1746
1747
1748
# File 'lib/funfx/flex/elements.rb', line 1746

def header_colors
  get_property_value('headerColors', String)
end

#header_heightObject



1750
1751
1752
# File 'lib/funfx/flex/elements.rb', line 1750

def header_height
  get_property_value('headerHeight', Integer)
end

#statusObject



1734
1735
1736
# File 'lib/funfx/flex/elements.rb', line 1734

def status
  get_property_value('status', String)
end

#titleObject



1730
1731
1732
# File 'lib/funfx/flex/elements.rb', line 1730

def title
  get_property_value('title', String)
end