Package io.mateu.mdd.core.app
Class AbstractAction
java.lang.Object
io.mateu.mdd.core.app.AbstractAction
- All Implemented Interfaces:
MenuEntry
- Direct Known Subclasses:
MDDCallMethodAction,MDDOpenCRUDAction,MDDOpenEditorAction,MDDOpenHtmlAction,MDDOpenListViewAction,MDDOpenRemoteJourneyAction,MDDOpenUrlAction,MDDOpenUserJourneyAction
Created by miguel on 8/8/16.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetOrder()inthashCode()setCaption(String caption) voidsetOrder(int order) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.mateu.mdd.shared.interfaces.MenuEntry
getCaption, getIcon, getId
-
Constructor Details
-
AbstractAction
public AbstractAction() -
AbstractAction
-
-
Method Details