@UnsafeScriptable public interface SectionAction extends Action
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.
|
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()