Packagelunas
Interfacepublic interface Iconifiable
Implementors IconButton, IconLabel, RadioIconButton

This interface defines all display components with an icon.



Public Properties
 PropertyDefined By
  icon : *
Indicates the id of the icon of the component.
Iconifiable
Property Detail
iconproperty
icon:*

Indicates the id of the icon of the component.


Implementation
    public function get icon():*
    public function set icon(value:any):void