| Package | com.arc90.flexlib.containers |
| Class | public class CollapsiblePanel |
| Inheritance | CollapsiblePanel mx.containers.Panel |
| Property | Defined by | ||
|---|---|---|---|
| collapsed : Boolean
If
true, the component is in its minimized state. | CollapsiblePanel | ||
| Property | Defined by | ||
|---|---|---|---|
| collapseButtonStyleFilters : Object [read-only]
The set of styles to pass from the Panel to the collapse button.
| CollapsiblePanel | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| CollapsiblePanel | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| Dispatched when the user collapses the panel. | CollapsiblePanel | |||
| Dispatched when the user expands the panel. | CollapsiblePanel | |||
| collapseButtonStyleFilters | property |
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
| collapsed | property |
collapsed:Boolean [read-write]
If true, the component is in its minimized state.
public function get collapsed():Boolean
public function set collapsed(value:Boolean):void
| CollapsiblePanel | () | constructor |
public function CollapsiblePanel()Constructor.
| minimize | event |
| restore | event |