| Package | com.theriabook.util.logging |
| Class | public class XPanelOutputDescription |
| Implements | com.theriabook.util.logging.IOutputDecription, mx.core.IMXMLObject |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
| XPanelOutputDescription | |||
|
initialized(document:Object, id:String):void
| XPanelOutputDescription | ||
| classId | property |
classId:String [read-only]Unique id (on per class basis).
Implementation public function get classId():String
| destination | property |
destination:String [read-write]Implementation
public function get destination():String
public function set destination(value:String):void
| id | property |
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
| logOutput | property |
logOutput:ILogOutput [read-only]Implementation
public function get logOutput():ILogOutput
| name | property |
name:String [read-only]Implementation
public function get name():String
| subtopic | property |
subtopic:String [read-write]Implementation
public function get subtopic():String
public function set subtopic(value:String):void
| subtopicAsPassword | property |
subtopicAsPassword:Boolean [read-only]Implementation
public function get subtopicAsPassword():Boolean
| subtopicTitle | property |
subtopicTitle:String [read-only]Implementation
public function get subtopicTitle():String
| XPanelOutputDescription | () | constructor |
public function XPanelOutputDescription()
| initialized | () | method |
public function initialized(document:Object, id:String):voidParameters
document:Object |
|
id:String |