Packageorg.servebox.foundry.widget
Classpublic class MultiModeWidget
InheritanceMultiModeWidget Inheritance Widget Inheritance mx.containers.Box

A multi-mode widget.



Public Properties
 PropertyDefined by
  alignStateToMode : Boolean
Indicates if the corresponds to the mode or not.
MultiModeWidget
 Inheritedmanager : WidgetManager
Returns the widget manager.
Widget
  mode : String
The current mode.
MultiModeWidget
 Inheritedproperties : Array
Returns the properties array.
Widget
Protected Properties
 PropertyDefined by
 Inheritedlogger : ILogger
[static] The class logger.
Widget
Public Methods
 MethodDefined by
 Inherited
Gets a widget property by its name.
Widget
Protected Methods
 MethodDefined by
 Inherited
Returns the manager class.
Widget
 Inherited
initWidget():void
Initializes the Widget, check if the reference to the manager class exists then create the manager.
Widget
Public Constants
 ConstantDefined by
  EDIT_MODE : String = "EDIT"
[static]
MultiModeWidget
  HELP_MODE : String = "HELP"
[static]
MultiModeWidget
  MAXI_MODE : String = "MAXIMIZE"
[static]
MultiModeWidget
  MINI_MODE : String = "MINIMIZE"
[static]
MultiModeWidget
  VIEW_MODE : String = "VIEW"
[static]
MultiModeWidget
Property detail
alignStateToModeproperty
alignStateToMode:Boolean  [read-write]

Indicates if the corresponds to the mode or not.

Implementation
    public function get alignStateToMode():Boolean
    public function set alignStateToMode(value:Boolean):void
modeproperty 
mode:String  [read-write]

The current mode.

This property can be used as the source for data binding.

Implementation
    public function get mode():String
    public function set mode(value:String):void
Constant detail
EDIT_MODEconstant
public static const EDIT_MODE:String = "EDIT"
HELP_MODEconstant 
public static const HELP_MODE:String = "HELP"
MAXI_MODEconstant 
public static const MAXI_MODE:String = "MAXIMIZE"
MINI_MODEconstant 
public static const MINI_MODE:String = "MINIMIZE"
VIEW_MODEconstant 
public static const VIEW_MODE:String = "VIEW"