Package org.javlo.module.core
Class Module.Box
- java.lang.Object
-
- org.javlo.module.core.Module.Box
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()ModulegetModule()StringgetName()StringgetRenderer()List<Module.BoxStep>getSteps()StringgetTitle()booleanisAction()voidrestoreTitle()voidsetAction(boolean action)voidsetRenderer(String renderer)voidsetTitle(String title)voidupdate(ContentContext ctx)this method is called when the box must be updated.
-
-
-
Method Detail
-
getName
public String getName()
-
getTitle
public String getTitle()
-
restoreTitle
public void restoreTitle()
-
getRenderer
public String getRenderer()
-
isAction
public boolean isAction()
-
setTitle
public void setTitle(String title)
-
setRenderer
public void setRenderer(String renderer)
-
setAction
public void setAction(boolean action)
-
getId
public String getId()
-
update
public void update(ContentContext ctx)
this method is called when the box must be updated. This method is used only in ajax context.- Parameters:
ctx-- Throws:
IOExceptionjavax.servlet.ServletException
-
getModule
public Module getModule()
-
getSteps
public List<Module.BoxStep> getSteps()
-
-