cfme.utils.appliance.implementations package¶
Submodules¶
Module contents¶
-
class
cfme.utils.appliance.implementations.Implementation(owner)[source]¶ Bases:
objectUI implementation using the normal ux
-
appliance¶
-
create_view(view_class, additional_context=None)[source]¶ Method that is used to instantiate a Widgetastic View.
Views may define
LOCATIONon them, that implies aforce_navigate()call withLOCATIONas parameter.Parameters: - view_class – A view class, subclass of
widgetastic.widget.View - additional_context – Additional informations passed to the view (user name, VM name, ...)
which is also passed to the
force_navigate()in case when navigation is requested.
Returns: An instance of the
view_class- view_class – A view class, subclass of
-