| Descendant Class Summary |
|---|
Extras.Sync.AccordionPane.Rotation |
Extras.Sync.AccordionPane.Tab |
| Constructor Summary | |
|---|---|
| Public | Extras.Sync.AccordionPane() |
| Class Field Summary | |
|---|---|
| Internal | _defaultTabBackground |
| Internal | _defaultTabBorder |
| Internal | _defaultTabForeground |
| Internal | _defaultTabInsets |
| Internal | _defaultTabContentInsets |
| Instance Method Summary | |
|---|---|
| Public | renderAdd() |
| Public | renderDisplay() |
| Public | renderUpdate() |
| Public | renderDispose() |
| Internal | _selectTab()Selects a specific tab. |
| Internal | _removeTab()Removes a tab from an AccordionPane. |
| Internal | _redrawTabs()Redraws tabs in the appropriate positions, exposing the content of the selected tab. |
| Internal | _rotateTabs()"Rotates" the AccordionPane to display the specified tab. |
| Internal | _getTabById()Retrieves the tab instance with the specified tab id. |
| Internal | _getTabBackground() |
| Internal | _getTabBorder() |
| Public | getTabHeight()Determines the height of one or more tabs. |
| Internal | _getTabInsets() |
| Methods inherited from class Echo.Render.ComponentSync |
renderAdd, renderDispose, renderUpdate |
tabId
- {String} the id of the tab to selecttab
- the tab to removeoldTabId
- {String} the currently displayed tab idnewTabId
- {String} the id of the tab that will be displayedtabId
- the tab idbeginIndex
- the begin index, inclusiveendIndex
- the end index, exclusive