Packagecom.theriabook.util.logging
Classpublic class XPanelOutputDescription
Implementscom.theriabook.util.logging.IOutputDecription, mx.core.IMXMLObject



Public Properties
 PropertyDefined by
  classId : String
[read-only] Unique id (on per class basis).
XPanelOutputDescription
  destination : String
XPanelOutputDescription
  id : String
[read-only] Provides access to the id of this target.
XPanelOutputDescription
  logOutput : ILogOutput
[read-only]
XPanelOutputDescription
  name : String
[read-only]
XPanelOutputDescription
  subtopic : String
XPanelOutputDescription
  subtopicAsPassword : Boolean
[read-only]
XPanelOutputDescription
  subtopicTitle : String
[read-only]
XPanelOutputDescription
Public Methods
 MethodDefined by
  
XPanelOutputDescription
  
initialized(document:Object, id:String):void
XPanelOutputDescription
Property detail
classIdproperty
classId:String  [read-only]

Unique id (on per class basis).

Implementation
    public function get classId():String
destinationproperty 
destination:String  [read-write]Implementation
    public function get destination():String
    public function set destination(value:String):void
idproperty 
id:String  [read-only]

Provides access to the id of this target. The id is assigned at runtime by the mxml compiler if used as an mxml tag, or internally if used within a script block

Implementation
    public function get id():String
logOutputproperty 
logOutput:ILogOutput  [read-only]Implementation
    public function get logOutput():ILogOutput
nameproperty 
name:String  [read-only]Implementation
    public function get name():String
subtopicproperty 
subtopic:String  [read-write]Implementation
    public function get subtopic():String
    public function set subtopic(value:String):void
subtopicAsPasswordproperty 
subtopicAsPassword:Boolean  [read-only]Implementation
    public function get subtopicAsPassword():Boolean
subtopicTitleproperty 
subtopicTitle:String  [read-only]Implementation
    public function get subtopicTitle():String
Constructor detail
XPanelOutputDescription()constructor
public function XPanelOutputDescription()
Method detail
initialized()method
public function initialized(document:Object, id:String):voidParameters
document:Object
 
id:String