Class MDDOpenEditorAction

java.lang.Object
io.mateu.mdd.core.app.AbstractAction
io.mateu.mdd.core.app.MDDOpenEditorAction
All Implemented Interfaces:
MenuEntry

public class MDDOpenEditorAction extends AbstractAction
  • Constructor Details

    • MDDOpenEditorAction

      public MDDOpenEditorAction(String name, Class viewClass)
    • MDDOpenEditorAction

      public MDDOpenEditorAction(String name, Class viewClass, Object beanId)
    • MDDOpenEditorAction

      public MDDOpenEditorAction(String name, Object bean)
    • MDDOpenEditorAction

      public MDDOpenEditorAction(String name, Supplier<Object> supplier)
  • Method Details

    • getViewClass

      public Class getViewClass()
    • getBean

      public Object getBean()
    • getBeanId

      public Object getBeanId()