@UnsafeScriptable public interface SectionAction extends Action
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.
|
java.lang.String getId()
java.lang.String getShowClazz()
java.lang.String getHideClazz()
java.lang.String getStyle()
style
attribute of the main section tag.java.lang.String getContentStyle()
style
attribute of the content section tag.java.lang.String getTitle()
java.lang.String getContent()