I like your component, but on the example code you have inside the SlideMenuView:
final VerticalLayout root = new VerticalLayout();
setContent(root);
but you don’t have the setContent method there. How you add a view to work with?
I like your component, but on the example code you have inside the SlideMenuView:
final VerticalLayout root = new VerticalLayout();
setContent(root);
but you don’t have the setContent method there. How you add a view to work with?