Class AbstractEditorViewBackend
- java.lang.Object
-
- io.mateu.mdd.vaadin.components.views.backends.AbstractEditorViewBackend
-
public abstract class AbstractEditorViewBackend extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractEditorViewBackend()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract List<com.vaadin.ui.Button>getActions()abstract List<com.vaadin.ui.Component>getFields(MDDBinder binder)abstract voidload()abstract voidsave()
-