Class IncludeContentSectionFactory.Section
java.lang.Object
net.sf.basedb.clients.web.extensions.section.IncludeContentSectionFactory.Section
- All Implemented Interfaces:
SectionAction
,Action
- Enclosing class:
- IncludeContentSectionFactory
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the (HTML) contents of the section.Extra CSS style attributes that will be added to thestyle
attribute of the content section tag.Additional class attribute of the main section tag that is used when the section is hidden.getId()
ID attribute of the main section tag.Additional class attribute of the main section tag that is used when the section is visible.getStyle()
Extra CSS style attributes that will be added to thestyle
attribute of the main section tag.getTitle()
Get the title of the section.
-
Field Details
-
jspContext
-
-
Constructor Details
-
Section
Section(JspContext jspContext)
-
-
Method Details
-
getId
Description copied from interface:SectionAction
ID attribute of the main section tag. You need to set this value to reference the tab in a javascript.- Specified by:
getId
in interfaceSectionAction
- Returns:
- The ID, or null
-
getShowClazz
Description copied from interface:SectionAction
Additional class attribute of the main section tag that is used when the section is visible.- Specified by:
getShowClazz
in interfaceSectionAction
- Returns:
- Class attribute, or null to not use any additional class
-
getHideClazz
Description copied from interface:SectionAction
Additional class attribute of the main section tag that is used when the section is hidden.- Specified by:
getHideClazz
in interfaceSectionAction
- Returns:
- Class attribute, or null to not use any additional class
-
getStyle
Description copied from interface:SectionAction
Extra CSS style attributes that will be added to thestyle
attribute of the main section tag.- Specified by:
getStyle
in interfaceSectionAction
- Returns:
- Style attributes, or null
-
getContentStyle
Description copied from interface:SectionAction
Extra CSS style attributes that will be added to thestyle
attribute of the content section tag.- Specified by:
getContentStyle
in interfaceSectionAction
- Returns:
- Style attributes, or null
-
getTitle
Description copied from interface:SectionAction
Get the title of the section.- Specified by:
getTitle
in interfaceSectionAction
-
getContent
Description copied from interface:SectionAction
Get the (HTML) contents of the section.- Specified by:
getContent
in interfaceSectionAction
-