Method: CWM::MultiSelectionBox#value
- Defined in:
- library/cwm/src/lib/cwm/common_widgets.rb
#value ⇒ Array<String>
Get widget value
Calling this method only make sense when the widget is displayed (see #displayed?).
241 242 243 |
# File 'library/cwm/src/lib/cwm/common_widgets.rb', line 241 def value Yast::UI.QueryWidget(Id(), :SelectedItems) end |