Class ListViewController
- java.lang.Object
-
- io.mateu.mdd.vaadin.controllers.Controller
-
- io.mateu.mdd.vaadin.controllers.secondLevel.ListViewComponentController
-
- io.mateu.mdd.vaadin.controllers.secondLevel.ListViewController
-
public class ListViewController extends ListViewComponentController
-
-
Constructor Summary
Constructors Constructor Description ListViewController(ViewStack stack, String path, MDDOpenListViewAction action)ListViewController(ViewStack stack, String path, ListViewComponent listViewComponent)
-
Method Summary
-
Methods inherited from class io.mateu.mdd.vaadin.controllers.secondLevel.ListViewComponentController
apply
-
Methods inherited from class io.mateu.mdd.vaadin.controllers.Controller
apply, next, register
-
-
-
-
Constructor Detail
-
ListViewController
public ListViewController(ViewStack stack, String path, ListViewComponent listViewComponent)
-
ListViewController
public ListViewController(ViewStack stack, String path, MDDOpenListViewAction action) throws Exception
- Throws:
Exception
-
-