Class EditorController
- java.lang.Object
-
- io.mateu.mdd.vaadin.controllers.Controller
-
- io.mateu.mdd.vaadin.controllers.secondLevel.EditorController
-
- Direct Known Subclasses:
WizardController
public class EditorController extends Controller
-
-
Constructor Summary
Constructors Constructor Description 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)
-
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
-
EditorController
public EditorController(ViewStack stack, String path, EditorViewComponent editorViewComponent)
-
EditorController
public EditorController(ViewStack stack, String path, MDDOpenEditorAction action) throws Exception
- Throws:
Exception
-
-