Package org.javlo.macro.bean
Class MacroGoHome
- java.lang.Object
-
- org.javlo.macro.core.MacroBean
-
- org.javlo.macro.bean.MacroGoHome
-
- All Implemented Interfaces:
IInteractiveMacro
,IMacro
public class MacroGoHome extends MacroBean
-
-
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 MacroGoHome()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIcon()
int
getPriority()
void
init(ContentContext ctx)
boolean
isInterative()
-
Methods inherited from class org.javlo.macro.core.MacroBean
getInfo, getModalSize, getName, getRenderer, getUrl, isActive, isAdd, isAdmin, isPreview, perform, prepare, setAdd, setAdmin, setIcon, setInfo, setInteractive, setModalSize, setName, setPreview, setUrl
-
-
-
-
Method Detail
-
init
public void init(ContentContext ctx)
-
isInterative
public boolean isInterative()
- Specified by:
isInterative
in interfaceIMacro
- Overrides:
isInterative
in classMacroBean
-
getIcon
public String getIcon()
-
getPriority
public int getPriority()
- Specified by:
getPriority
in interfaceIMacro
- Overrides:
getPriority
in classMacroBean
-
-