Packagecom.arc90.flexlib.containers
Classpublic class CollapsiblePanel
InheritanceCollapsiblePanel Inheritance mx.containers.Panel



Public Properties
 PropertyDefined by
  collapsed : Boolean
If true, the component is in its minimized state.
CollapsiblePanel
Protected Properties
 PropertyDefined by
  collapseButtonStyleFilters : Object
[read-only] The set of styles to pass from the Panel to the collapse button.
CollapsiblePanel
Public Methods
 MethodDefined by
  
Constructor.
CollapsiblePanel
Events
 EventSummaryDefined by
   Dispatched when the user collapses the panel.CollapsiblePanel
   Dispatched when the user expands the panel.CollapsiblePanel
Styles
 StyleDescriptionDefined by
  
collapseButtonDisabledSkin
Type: Class   CSS Inheritance: no
The collapse button disabled skin. The default value is CollapseButtonDisabled.
CollapsiblePanel
  
collapseButtonDownSkin
Type: Class   CSS Inheritance: no
The collapse button down skin. The default value is CollapseButtonDown.
CollapsiblePanel
  
collapseButtonOverSkin
Type: Class   CSS Inheritance: no
The collapse button over skin. The default value is CollapseButtonOver.
CollapsiblePanel
  
collapseButtonSkin
Type: Class   CSS Inheritance: no
The collapse button default skin. The default value is null.
CollapsiblePanel
  
collapseButtonUpSkin
Type: Class   CSS Inheritance: no
The collapse button up skin. The default value is CollapseButtonUp.
CollapsiblePanel
  
collapseDuration
Type: Number   CSS Inheritance: no
The collapse effect duration. The default value is 250.
CollapsiblePanel
Property detail
collapseButtonStyleFiltersproperty
collapseButtonStyleFilters:Object  [read-only]

The set of styles to pass from the Panel to the collapse button.

Implementation
    protected function get collapseButtonStyleFilters():Object

See also

mx.styles.StyleProxy
collapsedproperty 
collapsed:Boolean  [read-write]

If true, the component is in its minimized state.

Implementation
    public function get collapsed():Boolean
    public function set collapsed(value:Boolean):void
Constructor detail
CollapsiblePanel()constructor
public function CollapsiblePanel()

Constructor.

Event detail
minimizeevent 
Event object type: flash.events.Event

Dispatched when the user collapses the panel.

restoreevent  
Event object type: flash.events.Event

Dispatched when the user expands the panel.