Package | org.igniterealtime.xiff.data.im |
Class | public class RosterItemVO |
Inheritance | RosterItemVO ![]() |
Implements | IRosterItemVO |
Property | Defined By | ||
---|---|---|---|
askType : String
Type of asking
| RosterItemVO | ||
jid : UnescapedJID | RosterItemVO | ||
nickname : String | 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 |
Method | Defined By | ||
---|---|---|---|
RosterItemVO(newJID:UnescapedJID) | 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 [override]
| RosterItemVO |
Event | Summary | Defined By | ||
---|---|---|---|---|
RosterItemVO |
askType | property |
askType:String
Type of asking
public function get askType():String
public function set askType(value:String):void
jid | property |
jid:UnescapedJID
public function get jid():UnescapedJID
public function set jid(value:UnescapedJID):void
nickname | property |
nickname:String
public function get nickname():String
public function set nickname(value:String):void
online | property |
online:Boolean
User online?
public function get online():Boolean
public function set online(value:Boolean):void
pending | property |
pending:Boolean
[read-only] Pending
public function get pending():Boolean
priority | property |
priority:int
Priority. The value MUST be an integer between -128 and +127
public function get priority():int
public function set priority(value:int):void
show | property |
show:String
Show
public function get show():String
public function set show(value:String):void
status | property |
status:String
Status
public function get status():String
public function set status(value:String):void
subscribeType | property |
subscribeType:String
Type of subscription. One of "none", "both", "from", "to"...
public function get subscribeType():String
public function set subscribeType(value:String):void
uid | property |
uid:String
public function get uid():String
public function set uid(value:String):void
RosterItemVO | () | Constructor |
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 )
|
RosterItemVO — |
toString | () | method |
override public function toString():String
Returns
String — |
change | Event |
org.igniterealtime.xiff.events.PropertyChangeEvent
org.igniterealtime.xiff.events.PropertyChangeEvent.CHANGE