Method: LibyuiClient::App#selectionbox
- Defined in:
- lib/libyui_client/app.rb
#selectionbox(filter) ⇒ Widgets::Selectionbox
Initializes new instance of Selectionbox with the filter provided. Does not make request to libyui-rest-api.
142 143 144 |
# File 'lib/libyui_client/app.rb', line 142 def selectionbox(filter) Widgets::Selectionbox.new(@widget_controller, FilterExtractor.new(filter)) end |