Class ListViewComponentController
- java.lang.Object
-
- io.mateu.mdd.vaadin.controllers.Controller
-
- io.mateu.mdd.vaadin.controllers.secondLevel.ListViewComponentController
-
- Direct Known Subclasses:
CrudController,ListViewController
public class ListViewComponentController extends Controller
-
-
Constructor Summary
Constructors Constructor Description ListViewComponentController(ViewStack stack, String path, ListViewComponent listViewComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(ViewStack stack, String path, String step, String cleanStep, String remaining)-
Methods inherited from class io.mateu.mdd.vaadin.controllers.Controller
apply, next, register
-
-
-
-
Constructor Detail
-
ListViewComponentController
public ListViewComponentController(ViewStack stack, String path, ListViewComponent listViewComponent)
-
-