Class actuate.viewer.SelectedContent
The SelectedContent class contains information about an element
that has been selected by the user. It is passed to the CONTENT_SELECTED
event handler.
Member of: actuate.viewer.
Constructor Attributes | Constructor Name and Description |
---|---|
The SelectedContent class contains information about an element
that has been selected by the user.
|
Method Attributes | Method Name and Description |
---|---|
Returns the column index, if the element is a table.
|
|
Returns the selected element.
|
Class Detail
actuate.viewer.SelectedContent()
The SelectedContent class contains information about an element
that has been selected by the user. It is passed to the CONTENT_SELECTED
event handler.
Method Detail
{int} getColumnIndex()
Returns the column index, if the element is a table.
The first column has index 1.
- Returns:
- {int} column index or null for none
getSelectedElement()
Returns the selected element.
- Returns:
- selected element