Package | org.igniterealtime.xiff.data.im |
Interface | public interface IRosterGroup |
Implementors | RosterGroup |
Property | Defined By | ||
---|---|---|---|
items : ICollection [read-only] | IRosterGroup | ||
label : String | IRosterGroup | ||
shared : Boolean | IRosterGroup |
Method | Defined By | ||
---|---|---|---|
addItem(item:IRosterItemVO):void | IRosterGroup | ||
contains(item:IRosterItemVO):Boolean | IRosterGroup | ||
removeItem(item:IRosterItemVO):Boolean | IRosterGroup |
items | property |
label | property |
label:String
public function get label():String
public function set label(value:String):void
shared | property |
shared:Boolean
public function get shared():Boolean
public function set shared(value:Boolean):void
addItem | () | method |
contains | () | method |
removeItem | () | method |