| Package | com.theriabook.util.logging |
| Class | public class LogAdjustmentWindow |
| Inheritance | LogAdjustmentWindow mx.containers.TitleWindow |
| Property | Defined by | ||
|---|---|---|---|
| currentTarget : IOutputDecription | LogAdjustmentWindow | ||
| currentTargetChanged : Boolean = false | LogAdjustmentWindow | ||
| dataProvider : ArrayCollection | LogAdjustmentWindow | ||
| defaultLevel : uint | LogAdjustmentWindow | ||
| defaultLevelChanged : Boolean = false | LogAdjustmentWindow | ||
| dialogHeight : Number = NaN | LogAdjustmentWindow | ||
| dialogWidth : Number = NaN | LogAdjustmentWindow | ||
| dialogX : Number = NaN | LogAdjustmentWindow | ||
| dialogY : Number = NaN | LogAdjustmentWindow | ||
| levelDataChanged : Boolean = false | LogAdjustmentWindow | ||
| targets : Array | LogAdjustmentWindow | ||
| Style | Description | Defined by | ||
|---|---|---|---|---|
|
alternatingItemColors
| Type: Array Format: Color CSS Inheritance: yes | LogAdjustmentWindow | ||
| Constant | Defined by | ||
|---|---|---|---|
| MIN_HEIGHT : Number = 400 [static]
| LogAdjustmentWindow | ||
| MIN_WIDTH : Number = 600 [static]
| LogAdjustmentWindow | ||
| ON_APPLY : String = "onApply" [static]
| LogAdjustmentWindow | ||
| ON_CLOSE : String = "onClose" [static]
| LogAdjustmentWindow | ||
| ON_DATA_PROVIDER_CHANGE : String = "onDataProviderChange" [static]
| LogAdjustmentWindow | ||
| ON_OK : String = "onOk" [static]
| LogAdjustmentWindow | ||
| ON_RESET : String = "onReset" [static]
| LogAdjustmentWindow | ||
| currentTarget | property |
currentTarget:IOutputDecription [read-write]Implementation
public function get currentTarget():IOutputDecription
public function set currentTarget(value:IOutputDecription):void
| currentTargetChanged | property |
public var currentTargetChanged:Boolean = false
| dataProvider | property |
dataProvider:ArrayCollection [read-write]This property can be used as the source for data binding.
Implementation public function get dataProvider():ArrayCollection
public function set dataProvider(value:ArrayCollection):void
| defaultLevel | property |
defaultLevel:uint [read-write]Implementation
public function get defaultLevel():uint
public function set defaultLevel(value:uint):void
| defaultLevelChanged | property |
public var defaultLevelChanged:Boolean = false
| dialogHeight | property |
public var dialogHeight:Number = NaN
| dialogWidth | property |
public var dialogWidth:Number = NaN
| dialogX | property |
public var dialogX:Number = NaN
| dialogY | property |
public var dialogY:Number = NaN
| levelDataChanged | property |
public var levelDataChanged:Boolean = false
| targets | property |
public var targets:Array
| MIN_HEIGHT | constant |
public static const MIN_HEIGHT:Number = 400
| MIN_WIDTH | constant |
public static const MIN_WIDTH:Number = 600
| ON_APPLY | constant |
public static const ON_APPLY:String = "onApply"
| ON_CLOSE | constant |
public static const ON_CLOSE:String = "onClose"
| ON_DATA_PROVIDER_CHANGE | constant |
public static const ON_DATA_PROVIDER_CHANGE:String = "onDataProviderChange"
| ON_OK | constant |
public static const ON_OK:String = "onOk"
| ON_RESET | constant |
public static const ON_RESET:String = "onReset"