Interface MenuWidgetFactory

interface MenuWidgetFactory {
    createMenuWidget(effectiveMenuPath, menu, contextMatcher, options): Menu;
}

Implemented by

Methods