Packagestimulsoft.controls.theme
Classpublic final class StiThemeContainer
InheritanceStiThemeContainer Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
  button : StiButtonTheme
[static]
StiThemeContainer
  checkBox : StiCheckBoxTheme
[static]
StiThemeContainer
  comboBox : StiComboBoxTheme
[static]
StiThemeContainer
  expander : StiExpanderTheme
[static]
StiThemeContainer
  flatButton : StiFlatButtonTheme
[static]
StiThemeContainer
  form : StiFormTheme
[static]
StiThemeContainer
  groupBox : StiGroupBoxTheme
[static]
StiThemeContainer
  label : StiLabelTheme
[static]
StiThemeContainer
  linkLabel : StiLinkLabelTheme
[static]
StiThemeContainer
  menu : StiMenuTheme
[static]
StiThemeContainer
  name : String
[static]
StiThemeContainer
  panel : StiPanelTheme
[static]
StiThemeContainer
  radioButton : StiRadioButtonTheme
[static]
StiThemeContainer
  scrollBar : StiScrollBarTheme
[static]
StiThemeContainer
  slider : StiSliderTheme
[static]
StiThemeContainer
  textInput : StiTextInputTheme
[static]
StiThemeContainer
  theme : XMLNode
[static]
StiThemeContainer
Public Methods
 MethodDefined By
  
addEventListener(type:String, listener:Function):void
[static]
StiThemeContainer
  
addThemeControl(control:*):Boolean
[static]
StiThemeContainer
  
applyTheme(type:* = null):void
[static]
StiThemeContainer
  
hasEventListener(type:String, listener:Function):Boolean
[static]
StiThemeContainer
  
removeEventListener(type:String, listener:Function):void
[static]
StiThemeContainer
  
removeThemeControl(control:*):Boolean
[static]
StiThemeContainer
Property Detail
buttonproperty
button:StiButtonTheme


Implementation
    public static function get button():StiButtonTheme
    public static function set button(value:StiButtonTheme):void
checkBoxproperty 
checkBox:StiCheckBoxTheme


Implementation
    public static function get checkBox():StiCheckBoxTheme
    public static function set checkBox(value:StiCheckBoxTheme):void
comboBoxproperty 
comboBox:StiComboBoxTheme


Implementation
    public static function get comboBox():StiComboBoxTheme
    public static function set comboBox(value:StiComboBoxTheme):void
expanderproperty 
expander:StiExpanderTheme


Implementation
    public static function get expander():StiExpanderTheme
    public static function set expander(value:StiExpanderTheme):void
flatButtonproperty 
flatButton:StiFlatButtonTheme


Implementation
    public static function get flatButton():StiFlatButtonTheme
    public static function set flatButton(value:StiFlatButtonTheme):void
formproperty 
form:StiFormTheme


Implementation
    public static function get form():StiFormTheme
    public static function set form(value:StiFormTheme):void
groupBoxproperty 
groupBox:StiGroupBoxTheme


Implementation
    public static function get groupBox():StiGroupBoxTheme
    public static function set groupBox(value:StiGroupBoxTheme):void
labelproperty 
label:StiLabelTheme


Implementation
    public static function get label():StiLabelTheme
    public static function set label(value:StiLabelTheme):void
linkLabelproperty 
linkLabel:StiLinkLabelTheme


Implementation
    public static function get linkLabel():StiLinkLabelTheme
    public static function set linkLabel(value:StiLinkLabelTheme):void
menuproperty 
menu:StiMenuTheme


Implementation
    public static function get menu():StiMenuTheme
    public static function set menu(value:StiMenuTheme):void
nameproperty 
name:String


Implementation
    public static function get name():String
    public static function set name(value:String):void
panelproperty 
panel:StiPanelTheme


Implementation
    public static function get panel():StiPanelTheme
    public static function set panel(value:StiPanelTheme):void
radioButtonproperty 
radioButton:StiRadioButtonTheme


Implementation
    public static function get radioButton():StiRadioButtonTheme
    public static function set radioButton(value:StiRadioButtonTheme):void
scrollBarproperty 
scrollBar:StiScrollBarTheme


Implementation
    public static function get scrollBar():StiScrollBarTheme
    public static function set scrollBar(value:StiScrollBarTheme):void
sliderproperty 
slider:StiSliderTheme


Implementation
    public static function get slider():StiSliderTheme
    public static function set slider(value:StiSliderTheme):void
textInputproperty 
textInput:StiTextInputTheme


Implementation
    public static function get textInput():StiTextInputTheme
    public static function set textInput(value:StiTextInputTheme):void
themeproperty 
theme:XMLNode


Implementation
    public static function get theme():XMLNode
    public static function set theme(value:XMLNode):void
Method Detail
addEventListener()method
public static function addEventListener(type:String, listener:Function):void

Parameters

type:String
 
listener:Function

addThemeControl()method 
public static function addThemeControl(control:*):Boolean

Parameters

control:*

Returns
Boolean
applyTheme()method 
public static function applyTheme(type:* = null):void

Parameters

type:* (default = null)

hasEventListener()method 
public static function hasEventListener(type:String, listener:Function):Boolean

Parameters

type:String
 
listener:Function

Returns
Boolean
removeEventListener()method 
public static function removeEventListener(type:String, listener:Function):void

Parameters

type:String
 
listener:Function

removeThemeControl()method 
public static function removeThemeControl(control:*):Boolean

Parameters

control:*

Returns
Boolean