Modifier and Type | Field and Description |
---|---|
protected boolean |
action |
protected String |
defaultTitle |
protected String |
id |
protected String |
name |
protected String |
renderer |
protected List<Module.BoxStep> |
steps |
protected String |
title |
Modifier and Type | Method and 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.
|
protected String name
protected String title
protected String defaultTitle
protected String renderer
protected String id
protected boolean action
protected List<Module.BoxStep> steps
public String getName()
public String getTitle()
public void restoreTitle()
public String getRenderer()
public boolean isAction()
public void setTitle(String title)
public void setRenderer(String renderer)
public void setAction(boolean action)
public String getId()
public void update(ContentContext ctx)
ctx
- IOException
javax.servlet.ServletException
public Module getModule()
public List<Module.BoxStep> getSteps()
Copyright © 2012-2018. All Rights Reserved.