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 String
getId()
Module
getModule()
String
getName()
String
getRenderer()
List<Module.BoxStep>
getSteps()
String
getTitle()
boolean
isAction()
void
restoreTitle()
void
setAction(boolean action)
void
setRenderer(String renderer)
void
setTitle(String title)
void
update(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:
IOException
javax.servlet.ServletException
-
getModule
public Module getModule()
-
getSteps
public List<Module.BoxStep> getSteps()
-
-