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 checked Untitled Text to show on the page button
oIcon BiImage checked Icon to show on the page button

Properties

Name Type get set Descripton
accordionButton BiAccordionButton checked The page button
contentPane BiComponent checked checked The content of the page
icon String checked checked The icon to show on the page button
text String checked checked The text to show on the page button

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks