Class ComponentsMacroModule
- java.lang.Object
-
- org.javlo.macro.interactive.AbstractDisplayModule
-
- org.javlo.macro.interactive.module.ComponentsMacroModule
-
- All Implemented Interfaces:
IAction
,IInteractiveMacro
,IMacro
public class ComponentsMacroModule extends AbstractDisplayModule
-
-
Field Summary
-
Fields inherited from interface org.javlo.macro.core.IMacro
DEFAULT_MAX_MODAL_SIZE, DEFAULT_PRIORITY, LARGE_MODAL_SIZE, MIDDEL_MODAL_SIZE, SMALL_MODAL_SIZE
-
-
Constructor Summary
Constructors Constructor Description ComponentsMacroModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IModuleAction
getModuleAction(ContentContext ctx)
String
getName()
String
prepare(ContentContext ctx)
-
Methods inherited from class org.javlo.macro.interactive.AbstractDisplayModule
getActionGroupName, getIcon, getInfo, getModalSize, getParams, getPriority, getRenderer, getUrl, haveRight, init, isActive, isAdd, isAdmin, isInterative, isPreview, perform
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceIMacro
- Specified by:
getName
in classAbstractDisplayModule
-
prepare
public String prepare(ContentContext ctx)
- Specified by:
prepare
in interfaceIInteractiveMacro
- Overrides:
prepare
in classAbstractDisplayModule
-
getModuleAction
protected IModuleAction getModuleAction(ContentContext ctx)
- Specified by:
getModuleAction
in classAbstractDisplayModule
-
-