| Package | potomac.ui |
| Class | public class PartReference |
| Inheritance | PartReference Object |
| Property | Defined By | ||
|---|---|---|---|
| control : UIComponent
The part's control or null if the part is not yet created. | PartReference | ||
| id : String [read-only]
The id of the part. | PartReference | ||
| input : PartInput [read-only]
The part's input (potentially null). | PartReference | ||
| Method | Defined By | ||
|---|---|---|---|
PartReference(id:String, input:PartInput, control:UIComponent)
Callers should not construct PartReference instances. | PartReference | ||
equals(otherRef:PartReference):Boolean
Returns true if the given reference matches this one. | PartReference | ||
| control | property |
control:UIComponentThe part's control or null if the part is not yet created.
public function get control():UIComponent public function set control(value:UIComponent):void| id | property |
id:String [read-only] The id of the part.
public function get id():String| input | property |
input:PartInput [read-only] The part's input (potentially null).
public function get input():PartInput| PartReference | () | Constructor |
public function PartReference(id:String, input:PartInput, control:UIComponent)Callers should not construct PartReference instances. PartReferences should be retreived via Folders.
Parametersid:String | |
input:PartInput | |
control:UIComponent |
| equals | () | method |
public function equals(otherRef:PartReference):BooleanReturns true if the given reference matches this one.
Parameters
otherRef:PartReference — other reference to match.
|
Boolean — true if they match, false otherwise.
|