Uses of Class
io.mateu.mdd.vaadin.navigation.View
-
Packages that use View Package Description io.mateu.mdd.vaadin io.mateu.mdd.vaadin.components.views io.mateu.mdd.vaadin.navigation io.mateu.mdd.vaadin.views -
-
Uses of View in io.mateu.mdd.vaadin
Methods in io.mateu.mdd.vaadin with parameters of type View Modifier and Type Method Description voidMateuUI. openInWindow(View view) -
Uses of View in io.mateu.mdd.vaadin.components.views
Methods in io.mateu.mdd.vaadin.components.views that return View Modifier and Type Method Description ViewAbstractViewComponent. getView()Methods in io.mateu.mdd.vaadin.components.views with parameters of type View Modifier and Type Method Description voidAbstractViewComponent. setView(View view) -
Uses of View in io.mateu.mdd.vaadin.navigation
Methods in io.mateu.mdd.vaadin.navigation that return View Modifier and Type Method Description ViewViewStack. get(int index)ViewViewStack. get(String state)ViewViewStack. getLast()ViewViewStack. getParent(com.vaadin.navigator.View view)ViewViewStack. getViewInStack(int pos)ViewViewStack. push(String state, com.vaadin.ui.Component component, Controller c)ViewViewStack. push(String state, View v, Controller c)Methods in io.mateu.mdd.vaadin.navigation that return types with arguments of type View Modifier and Type Method Description List<View>ViewStack. getStack()Map<View,String>ViewStack. getStateByView()Map<String,View>ViewStack. getViewByState()Methods in io.mateu.mdd.vaadin.navigation with parameters of type View Modifier and Type Method Description ViewViewStack. push(String state, View v, Controller c) -
Uses of View in io.mateu.mdd.vaadin.views
Subclasses of View in io.mateu.mdd.vaadin.views Modifier and Type Class Description classBrokenLinkViewclassComponentViewclassDummyViewclassProblemView
-