|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SectionAction
Action that inserts a new section in a jsp page.
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. |
Method Detail |
---|
String getId()
String getShowClazz()
String getHideClazz()
String getStyle()
style
attribute of the main section tag.
String getContentStyle()
style
attribute of the content section tag.
String getTitle()
String getContent()
|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |