Class: GwtWidgets::DialogBox
- Inherits:
-
PageObject::Elements::Div
- Object
- PageObject::Elements::Div
- GwtWidgets::DialogBox
- Defined in:
- lib/gwt_widgets/dialog_box.rb
Instance Method Summary collapse
Instance Method Details
#caption ⇒ Object
3 4 5 |
# File 'lib/gwt_widgets/dialog_box.rb', line 3 def div_element(:class => 'Caption').text end |
#close ⇒ Object
11 12 13 |
# File 'lib/gwt_widgets/dialog_box.rb', line 11 def close (:class => 'gwt-Button', :text => 'Close').click end |
#content ⇒ Object
7 8 9 |
# File 'lib/gwt_widgets/dialog_box.rb', line 7 def content div_element(:class => 'dialogContent').text end |