Class TaxonomyMacroModule
- java.lang.Object
-
- org.javlo.macro.interactive.AbstractDisplayModule
-
- org.javlo.macro.interactive.module.TaxonomyMacroModule
-
- All Implemented Interfaces:
IAction
,IInteractiveMacro
,IMacro
public class TaxonomyMacroModule 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 TaxonomyMacroModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIcon()
protected AbstractModuleAction
getModuleAction(ContentContext ctx)
String
getName()
-
Methods inherited from class org.javlo.macro.interactive.AbstractDisplayModule
getActionGroupName, getInfo, getModalSize, getParams, getPriority, getRenderer, getUrl, haveRight, init, isActive, isAdd, isAdmin, isInterative, isPreview, perform, prepare
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceIMacro
- Specified by:
getName
in classAbstractDisplayModule
-
getModuleAction
protected AbstractModuleAction getModuleAction(ContentContext ctx)
- Specified by:
getModuleAction
in classAbstractDisplayModule
-
getIcon
public String getIcon()
- Specified by:
getIcon
in interfaceIMacro
- Overrides:
getIcon
in classAbstractDisplayModule
-
-