Package io.mateu.mdd.vaadin.controllers
Class Controller
- java.lang.Object
-
- io.mateu.mdd.vaadin.controllers.Controller
-
- Direct Known Subclasses:
ActionController,AreaController,BrokenLinkController,CollectionController,CustomComponentController,EditorController,FieldController,HomeController,ListViewComponentController,MethodController,PrivateController,PublicController
public class Controller extends Object
-
-
Constructor Summary
Constructors Constructor Description Controller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractViewComponentapply(ViewStack stack, String path)voidapply(ViewStack stack, String path, String step, String cleanStep, String remaining)voidnext(ViewStack stack, String path, String step, String remaining)com.vaadin.ui.Componentregister(ViewStack stack, String path, com.vaadin.ui.Component component)
-
-
-
Method Detail
-
apply
public AbstractViewComponent apply(ViewStack stack, String path) throws Throwable
- Throws:
Throwable
-
register
public com.vaadin.ui.Component register(ViewStack stack, String path, com.vaadin.ui.Component component)
-
apply
public void apply(ViewStack stack, String path, String step, String cleanStep, String remaining) throws Throwable
- Throws:
Throwable
-
-