| Package | org.servebox.foundry.widget |
| Class | public class MultiModeWidget |
| Inheritance | MultiModeWidget Widget mx.containers.Box |
| Property | Defined by | ||
|---|---|---|---|
| alignStateToMode : Boolean
Indicates if the corresponds to the mode or not.
| MultiModeWidget | ||
![]() | manager : WidgetManager
Returns the widget manager.
| Widget | |
| mode : String
The current mode.
| MultiModeWidget | ||
![]() | properties : Array
Returns the properties array.
| Widget | |
| Constant | Defined 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 | ||
| alignStateToMode | property |
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
| mode | property |
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
| EDIT_MODE | constant |
public static const EDIT_MODE:String = "EDIT"
| HELP_MODE | constant |
public static const HELP_MODE:String = "HELP"
| MAXI_MODE | constant |
public static const MAXI_MODE:String = "MAXIMIZE"
| MINI_MODE | constant |
public static const MINI_MODE:String = "MINIMIZE"
| VIEW_MODE | constant |
public static const VIEW_MODE:String = "VIEW"