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