Uses of Class
io.mateu.mdd.vaadin.navigation.ViewStack
-
-
Uses of ViewStack in io.mateu.mdd.vaadin
Methods in io.mateu.mdd.vaadin that return ViewStack Modifier and Type Method Description ViewStackMateuUI. getStack()Constructors in io.mateu.mdd.vaadin with parameters of type ViewStack Constructor Description MateuWindow(MateuUI ui, ViewStack stack, String caption) -
Uses of ViewStack in io.mateu.mdd.vaadin.components.views
Methods in io.mateu.mdd.vaadin.components.views with parameters of type ViewStack Modifier and Type Method Description voidAbstractViewComponent. setStack(ViewStack stack) -
Uses of ViewStack in io.mateu.mdd.vaadin.controllers
Methods in io.mateu.mdd.vaadin.controllers with parameters of type ViewStack Modifier and Type Method Description AbstractViewComponentController. apply(ViewStack stack, String path)voidController. apply(ViewStack stack, String path, String step, String cleanStep, String remaining)voidController. next(ViewStack stack, String path, String step, String remaining)com.vaadin.ui.ComponentController. register(ViewStack stack, String path, com.vaadin.ui.Component component)Constructors in io.mateu.mdd.vaadin.controllers with parameters of type ViewStack Constructor Description BrokenLinkController(ViewStack stack, String path) -
Uses of ViewStack in io.mateu.mdd.vaadin.controllers.firstLevel
Methods in io.mateu.mdd.vaadin.controllers.firstLevel with parameters of type ViewStack Modifier and Type Method Description voidAreaController. apply(ViewStack stack, String path, String step, String cleanStep, String remaining)voidHomeController. apply(ViewStack stack, String path, String step, String cleanStep, String remaining)voidPrivateController. apply(ViewStack stack, String path, String step, String cleanStep, String remaining)voidPublicController. apply(ViewStack stack, String path, String step, String cleanStep, String remaining)Constructors in io.mateu.mdd.vaadin.controllers.firstLevel with parameters of type ViewStack Constructor Description AreaController(ViewStack stack, String path, AbstractArea area)HomeController(ViewStack stack, boolean privada)MenuController(ViewStack stack, String path, AbstractMenu menu)ModuleController(ViewStack stack, String path, io.mateu.mdd.shared.interfaces.IModule module)PrivateController(ViewStack stack, String path)PublicController(ViewStack stack, String path) -
Uses of ViewStack in io.mateu.mdd.vaadin.controllers.secondLevel
Methods in io.mateu.mdd.vaadin.controllers.secondLevel with parameters of type ViewStack Modifier and Type Method Description voidActionController. apply(ViewStack stack, String path, String step, String cleanStep, String remaining)voidEditorController. apply(ViewStack stack, String path, String step, String cleanStep, String remaining)voidListViewComponentController. apply(ViewStack stack, String path, String step, String cleanStep, String remaining)Constructors in io.mateu.mdd.vaadin.controllers.secondLevel with parameters of type ViewStack Constructor Description ActionController(ViewStack stack, String path)CrudController(ViewStack stack, String path, MDDOpenCRUDAction action)CustomComponentController(ViewStack stack, String path, MDDOpenCustomComponentAction action)EditorController(ViewStack stack, String path, MDDOpenEditorAction action)EditorController(ViewStack stack, String path, EditorViewComponent editorViewComponent)EditorController(ViewStack stack, String path, ListViewComponent listViewComponent, Object bean)EditorController(ViewStack stack, String path, Object bean)ListViewComponentController(ViewStack stack, String path, ListViewComponent listViewComponent)ListViewController(ViewStack stack, String path, MDDOpenListViewAction action)ListViewController(ViewStack stack, String path, ListViewComponent listViewComponent)WizardController(ViewStack stack, String path, WizardPage firstPage) -
Uses of ViewStack in io.mateu.mdd.vaadin.controllers.thirdLevel
Methods in io.mateu.mdd.vaadin.controllers.thirdLevel with parameters of type ViewStack Modifier and Type Method Description voidFieldController. apply(ViewStack stack, String path, String step, String cleanStep, String remaining)voidMethodController. apply(ViewStack stack, String path, String step, String cleanStep, String remaining)Constructors in io.mateu.mdd.vaadin.controllers.thirdLevel with parameters of type ViewStack Constructor Description FieldController(ViewStack stack, String path, FieldInterfaced field, EditorViewComponent editorViewComponent)MethodController(ViewStack stack, String path, Object instance, Method method)MethodController(ViewStack stack, String path, Method method) -
Uses of ViewStack in io.mateu.mdd.vaadin.navigation
Methods in io.mateu.mdd.vaadin.navigation that return ViewStack Modifier and Type Method Description ViewStackMateuViewProvider. getStack()Constructors in io.mateu.mdd.vaadin.navigation with parameters of type ViewStack Constructor Description MateuViewProvider(ViewStack stack)View(ViewStack stack, com.vaadin.ui.Component component) -
Uses of ViewStack in io.mateu.mdd.vaadin.views
Constructors in io.mateu.mdd.vaadin.views with parameters of type ViewStack Constructor Description BrokenLinkView(ViewStack stack)ComponentView(ViewStack stack, String title, com.vaadin.icons.VaadinIcons icon, com.vaadin.ui.Component component)DummyView(String title, ViewStack stack)ProblemView(ViewStack stack, String title, String text)ProblemView(ViewStack stack, String title, Throwable throwable)
-