Package | org.bigbluebutton.modules.presentation.model |
Class | public class PresentationModel |
Inheritance | PresentationModel org.puremvc.as3.multicore.patterns.mediator.Mediator |
Implements | org.puremvc.as3.multicore.interfaces.IMediator |
Property | Defined by | ||
---|---|---|---|
decks : SlidesDeck
The presentation slides being shared.
| PresentationModel | ||
host : String | PresentationModel | ||
isConnected : Boolean = false | PresentationModel | ||
isPresenter : Boolean | PresentationModel | ||
isSharing : Boolean = false
If a presentation is being shared or not.
| PresentationModel | ||
presentationLoaded : Boolean = false | PresentationModel | ||
presenterName : String = "No presenter" | PresentationModel | ||
room : String | PresentationModel | ||
userid : Number
The userid of this participant.
| PresentationModel |
Method | Defined by | ||
---|---|---|---|
PresentationModel | |||
close():void
| PresentationModel | ||
displayDefaultSlide():void
| PresentationModel | ||
newDeckOfSlides(deck:SlidesDeck):void
Register a new SlidesDeck with this presentation
| PresentationModel | ||
open(userid:Number):void
| PresentationModel |
Constant | Defined by | ||
---|---|---|---|
NAME : String = "PresentationModel" [static]
| PresentationModel |
decks | property |
public var decks:SlidesDeck
The presentation slides being shared.
This property can be used as the source for data binding.
host | property |
public var host:String
isConnected | property |
public var isConnected:Boolean = false
This property can be used as the source for data binding.
isPresenter | property |
isPresenter:Boolean
[read-write]This property can be used as the source for data binding.
Implementation public function get isPresenter():Boolean
public function set isPresenter(value:Boolean):void
isSharing | property |
public var isSharing:Boolean = false
If a presentation is being shared or not.
This property can be used as the source for data binding.
presentationLoaded | property |
public var presentationLoaded:Boolean = false
This property can be used as the source for data binding.
presenterName | property |
public var presenterName:String = "No presenter"
This property can be used as the source for data binding.
room | property |
public var room:String
userid | property |
public var userid:Number
The userid of this participant.
PresentationModel | () | constructor |
public function PresentationModel()
close | () | method |
public function close():void
displayDefaultSlide | () | method |
public function displayDefaultSlide():void
newDeckOfSlides | () | method |
public function newDeckOfSlides(deck:SlidesDeck):void
Register a new SlidesDeck with this presentation
Parametersdeck:SlidesDeck |
open | () | method |
public function open(userid:Number):void
Parameters
userid:Number |
NAME | constant |
public static const NAME:String = "PresentationModel"