public class SectionBean extends Object implements SectionAction
Modifier and Type | Field and Description |
---|---|
private String |
content |
private String |
contentStyle |
private String |
hideClazz |
private String |
id |
private String |
showClazz |
private String |
style |
private String |
title |
Constructor and Description |
---|
SectionBean() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Get the (HTML) contents of the section.
|
String |
getContentStyle()
Extra CSS style attributes that will be added to the
style attribute of the content section tag. |
String |
getHideClazz()
Additional class attribute of the main section tag that is used
when the section is hidden.
|
String |
getId()
ID attribute of the main section tag.
|
String |
getShowClazz()
Additional class attribute of the main section tag that is used
when the section is visible.
|
String |
getStyle()
Extra CSS style attributes that will be added to the
style attribute of the main section tag. |
String |
getTitle()
Get the title of the section.
|
void |
setContent(String content) |
void |
setContentStyle(String contentStyle) |
void |
setHideClazz(String hideClazz) |
void |
setId(String id) |
void |
setShowClazz(String showClazz) |
void |
setStyle(String style) |
void |
setTitle(String title) |
private String id
private String showClazz
private String hideClazz
private String style
private String contentStyle
private String title
private String content
public String getId()
SectionAction
getId
in interface SectionAction
public String getShowClazz()
SectionAction
getShowClazz
in interface SectionAction
public String getHideClazz()
SectionAction
getHideClazz
in interface SectionAction
public String getStyle()
SectionAction
style
attribute of the main section tag.getStyle
in interface SectionAction
public String getContentStyle()
SectionAction
style
attribute of the content section tag.getContentStyle
in interface SectionAction
public String getTitle()
SectionAction
getTitle
in interface SectionAction
public String getContent()
SectionAction
getContent
in interface SectionAction
public void setId(String id)
public void setShowClazz(String showClazz)
public void setHideClazz(String hideClazz)
public void setStyle(String style)
public void setContentStyle(String contentStyle)
public void setTitle(String title)
public void setContent(String content)