|
3.2.4: 2013-12-06 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.basedb.clients.web.extensions.section.IncludeContentSectionFactory.Section
class IncludeContentSectionFactory.Section
Field Summary | |
---|---|
private JspContext |
jspContext
|
Constructor Summary | |
---|---|
IncludeContentSectionFactory.Section(JspContext jspContext)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final JspContext jspContext
Constructor Detail |
---|
IncludeContentSectionFactory.Section(JspContext jspContext)
Method Detail |
---|
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
|
3.2.4: 2013-12-06 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |