Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
The SelectedContent class contains information about an element that has been selected by the user.
Method Summary
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.
See:
actuate.viewer.EventConstants.ON_CONTENT_SELECTED
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

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 19 2010 15:56:28 GMT-0800 (PST)