Class actuate.viewer.Label
The Label class represents a report label element.
Member of: actuate.viewer.
Constructor Attributes | Constructor Name and Description |
---|---|
The Label class represents a report label element.
|
Field Attributes | Field Name and Description |
---|---|
<static> <constant> |
Label element type name.
|
Method Attributes | Method Name and Description |
---|---|
Returns the report element bookmark name.
|
|
Returns the HTML element DOM object.
|
|
getLabel()
Returns the text of label element
|
|
Returns the page content to which this element belongs.
|
|
getType()
Returns the report element type.
|
Field Detail
<static> <constant>
{String} TYPE
Label element type name.
Method Detail
{String} getBookmark()
Returns the report element bookmark name.
- Returns:
- {String} report element bookmark name
{HTMLElement} getHtmlDom()
Returns the HTML element DOM object.
- Returns:
- {HTMLElement} HTML DOM element
{String} getLabel()
Returns the text of label element
- Returns:
- {String} label
{actuate.viewer.PageContent} getPageContent()
Returns the page content to which this element belongs.
- Returns:
- {actuate.viewer.PageContent} report content
{String} getType()
Returns the report element type.
- Returns:
- {String} "Label"