Packageardisia.components.expandingContainer.interfaces
Interfacepublic interface IExpandingContainer extends mx.core.IVisualElement
Implementors ExpandingContainer

Interface for the ExpandingContainer class.

Did not simply extend INavigatorContent because the icon signature for INavigatorContent is not compatible with the BitmapImage source property.



Public Properties
 PropertyDefined By
  icon : Object
IExpandingContainer
  label : String
IExpandingContainer
Property Detail
iconproperty
icon:Object


Implementation
    public function get icon():Object
    public function set icon(value:Object):void
labelproperty 
label:String


Implementation
    public function get label():String
    public function set label(value:String):void