Class: FunFX::Flex::Elements::FlexProgressBar

Inherits:
FlexObject 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 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, #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

#bar_colorObject



618
619
620
# File 'lib/funfx/flex/elements.rb', line 618

def bar_color
  get_property_value('barColor', String)
end

#border_colorObject



622
623
624
# File 'lib/funfx/flex/elements.rb', line 622

def border_color
  get_property_value('borderColor', String)
end

#colorObject



626
627
628
# File 'lib/funfx/flex/elements.rb', line 626

def color
  get_property_value('color', String)
end

#conversionObject



582
583
584
# File 'lib/funfx/flex/elements.rb', line 582

def conversion
  get_property_value('conversion', Integer)
end

#directionObject



586
587
588
# File 'lib/funfx/flex/elements.rb', line 586

def direction
  get_property_value('direction', String)
end

#disabled_colorObject



630
631
632
# File 'lib/funfx/flex/elements.rb', line 630

def disabled_color
  get_property_value('disabledColor', String)
end

#fill_colorsObject



634
635
636
# File 'lib/funfx/flex/elements.rb', line 634

def fill_colors
  get_property_value('fillColors', String)
end

#font_familyObject



638
639
640
# File 'lib/funfx/flex/elements.rb', line 638

def font_family
  get_property_value('fontFamily', String)
end

#font_sizeObject



642
643
644
# File 'lib/funfx/flex/elements.rb', line 642

def font_size
  get_property_value('fontSize', Integer)
end

#font_styleObject



646
647
648
# File 'lib/funfx/flex/elements.rb', line 646

def font_style
  get_property_value('fontStyle', String)
end

#font_weightObject



650
651
652
# File 'lib/funfx/flex/elements.rb', line 650

def font_weight
  get_property_value('fontWeight', String)
end

#indeterminate?Boolean

Returns:

  • (Boolean)


590
591
592
# File 'lib/funfx/flex/elements.rb', line 590

def indeterminate?
  get_property_value('indeterminate', TrueClass)
end

#labelObject



594
595
596
# File 'lib/funfx/flex/elements.rb', line 594

def label
  get_property_value('label', String)
end

#label_placementObject



598
599
600
# File 'lib/funfx/flex/elements.rb', line 598

def label_placement
  get_property_value('labelPlacement', String)
end

#label_widthObject



654
655
656
# File 'lib/funfx/flex/elements.rb', line 654

def label_width
  get_property_value('labelWidth', Integer)
end

#maximumObject



602
603
604
# File 'lib/funfx/flex/elements.rb', line 602

def maximum
  get_property_value('maximum', Integer)
end

#minimumObject



606
607
608
# File 'lib/funfx/flex/elements.rb', line 606

def minimum
  get_property_value('minimum', Integer)
end

#percent_completeObject



610
611
612
# File 'lib/funfx/flex/elements.rb', line 610

def percent_complete
  get_property_value('percentComplete', Integer)
end

#text_alignObject



658
659
660
# File 'lib/funfx/flex/elements.rb', line 658

def text_align
  get_property_value('textAlign', String)
end

#text_decorationObject



662
663
664
# File 'lib/funfx/flex/elements.rb', line 662

def text_decoration
  get_property_value('textDecoration', String)
end

#text_indentObject



666
667
668
# File 'lib/funfx/flex/elements.rb', line 666

def text_indent
  get_property_value('textIndent', Integer)
end

#theme_colorObject



670
671
672
# File 'lib/funfx/flex/elements.rb', line 670

def theme_color
  get_property_value('themeColor', String)
end

#valueObject



614
615
616
# File 'lib/funfx/flex/elements.rb', line 614

def value
  get_property_value('value', Integer)
end