Packageorg.igniterealtime.xiff.data.im
Classpublic class RosterItemVO
InheritanceRosterItemVO Inheritance flash.events.EventDispatcher
ImplementsIRosterItemVO



Public Properties
 PropertyDefined by
  askType : String
Type of asking
RosterItemVO
  displayName : String
RosterItemVO
  jid : UnescapedJID
RosterItemVO
  online : Boolean
User online?
RosterItemVO
  pending : Boolean
[read-only] Pending
RosterItemVO
  priority : int
Priority.
RosterItemVO
  show : String
Show
RosterItemVO
  status : String
Status
RosterItemVO
  subscribeType : String
Type of subscription.
RosterItemVO
  uid : String
RosterItemVO
Public Methods
 MethodDefined by
  
RosterItemVO
  
get(jid:UnescapedJID, create:Boolean = false):RosterItemVO
[static] Returns an Roster item value object if it exists, use the "create" parameter to create one if it does not.
RosterItemVO
  
toString():String
RosterItemVO
Events
 EventSummaryDefined by
    RosterItemVO
Property detail
askTypeproperty
askType:String  [read-write]

Type of asking

Implementation
    public function get askType():String
    public function set askType(value:String):void
displayNameproperty 
displayName:String  [read-write]

Implementation
    public function get displayName():String
    public function set displayName(value:String):void
jidproperty 
jid:UnescapedJID  [read-write]

Implementation
    public function get jid():UnescapedJID
    public function set jid(value:UnescapedJID):void
onlineproperty 
online:Boolean  [read-write]

User online?

Implementation
    public function get online():Boolean
    public function set online(value:Boolean):void
pendingproperty 
pending:Boolean  [read-only]

Pending

Implementation
    public function get pending():Boolean
priorityproperty 
priority:int  [read-write]

Priority. The value MUST be an integer between -128 and +127

Implementation
    public function get priority():int
    public function set priority(value:int):void
showproperty 
show:String  [read-write]

Show

Implementation
    public function get show():String
    public function set show(value:String):void
statusproperty 
status:String  [read-write]

Status

Implementation
    public function get status():String
    public function set status(value:String):void
subscribeTypeproperty 
subscribeType:String  [read-write]

Type of subscription. One of "none", "both", "from", "to"...

Implementation
    public function get subscribeType():String
    public function set subscribeType(value:String):void
uidproperty 
uid:String  [read-write]

Implementation
    public function get uid():String
    public function set uid(value:String):void
Constructor detail
RosterItemVO()constructor
public function RosterItemVO(newJID:UnescapedJID)Parameters
newJID:UnescapedJID
Method detail
get()method
public static function get(jid:UnescapedJID, create:Boolean = false):RosterItemVO

Returns an Roster item value object if it exists, use the "create" parameter to create one if it does not.

Parameters
jid:UnescapedJID
 
create:Boolean (default = false)

Returns
RosterItemVO
toString()method 
public override function toString():String

Returns
String
Event detail
changeevent 
Event object type: org.igniterealtime.xiff.events.PropertyChangeEvent