BiAccordionPage
This class represents the pages inside a BiAccordionPane.
A accordion page has a BiAccordionButton placed directly
above its content, this button is used to set the page to be the only page in the parent
BiAccordionPane to be shown.
This class extends
BiComponent
and therefore all methods and fields available for
BiComponent
are also available for
BiAccordionPage
.
Constructor
new
BiAccordionPage
(
[
sText
[
,oIcon
]
]
)
Parameters
| Name | Type | Optional | Default | Descripton |
sText |
String |
![]() |
Untitled |
Text to show on the page button |
oIcon |
|
![]() |
Icon to show on the page button |
Properties
| Name | Type | get | set | Descripton |
accordionButton |
|
![]() |
The page button | |
contentPane |
|
![]() |
![]() |
The content of the page |
icon |
String |
![]() |
![]() |
The icon to show on the page button |
text |
String |
![]() |
![]() |
The text to show on the page button |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
