Class ViewComponentHelper
- java.lang.Object
-
- io.mateu.mdd.vaadin.components.views.ViewComponentHelper
-
public class ViewComponentHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ViewComponentHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AbstractActioncreateAction(FieldInterfaced field, Method m, AbstractViewComponent viewComponent)static AbstractActioncreateAction(Method m, AbstractViewComponent viewComponent)
-
-
-
Method Detail
-
createAction
public static AbstractAction createAction(Method m, AbstractViewComponent viewComponent)
-
createAction
public static AbstractAction createAction(FieldInterfaced field, Method m, AbstractViewComponent viewComponent)
-
-