Class Index | File Index

Classes


Class Exanpe.TabView

Represents a TabView. Can be accessed through JavaScript by its id.
Defined in: exanpe-t5-lib.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Exanpe.TabView(id, selectedId)
Constructor
Field Summary
Field Attributes Field Name and Description
 
id
id of the instance
 
id of the selected tab
Method Summary
Method Attributes Method Name and Description
 
Returns the state of a tab.
 
show(id)
Show a tab.
Class Detail
Exanpe.TabView(id, selectedId)
Constructor
Parameters:
{String} id
the id of the tab view
{String} selectedId
the selected tab id
Field Detail
id
id of the instance

selectedId
id of the selected tab
Method Detail
{boolean} isTabVisible(id)
Returns the state of a tab.
Parameters:
{String} id
the id of the tab to check.
Returns:
{boolean} true if the id is visible, false otherwise

show(id)
Show a tab. Does nothing if tab is already shown. Call this method only if target tab is already loaded.
Parameters:
{String} id
the id of the tab.

Documentation generated by JsDoc Toolkit 2.0.0 on Mon Jan 09 2012 21:35:39 GMT+0100 (CET)