File: Games\GamesByEmail.js

GamesByEmail
Class TeamStatus

Object
  
 
 
GamesByEmail.TeamStatus

All Implemented Interfaces:

Class


GamesByEmail.TeamStatus

implements Foundation.Class

The status structure of GamesByEmail.Game.status.


Constructor Summary
GamesByEmail.TeamStatus()

Field Summary
BooleanacceptingDraw
Is this team accepting a draw.
BooleandecliningDraw
Is this team declining a draw.
Booleandrew
Has this team tied.
BooleaninPlay
Is this team in play.
BooleanmyTurn
Is it this team's turn.
BooleannonPlaying
Is this a non-playing (placeholder) team.
BooleanofferingDraw
Is this team offering a draw.
Booleanresigned
Has this team resigned.
Booleanwon
Has this team won.

Method Summary
voidclear()
Sets all flags to false.
 dispose()

Methods inherited from Foundation.Class
getTypePath, isInstanceOf

Constructor Detail

TeamStatus

GamesByEmail.TeamStatus()

Field Detail

acceptingDraw

Boolean acceptingDraw

Is this team accepting a draw.


decliningDraw

Boolean decliningDraw

Is this team declining a draw.


drew

Boolean drew

Has this team tied.


inPlay

Boolean inPlay

Is this team in play.


myTurn

Boolean myTurn

Is it this team's turn.


nonPlaying

Boolean nonPlaying

Is this a non-playing (placeholder) team.


offeringDraw

Boolean offeringDraw

Is this team offering a draw.


resigned

Boolean resigned

Has this team resigned.


won

Boolean won

Has this team won.

Method Detail

clear

void clear()

Sets all flags to false.


dispose

dispose()
Overrides:
dispose in class Class