Games\GamesByEmail.jsGamesByEmailObject
All Implemented Interfaces:
GamesByEmail.TeamStatus
implementsFoundation.Class
The status structure of GamesByEmail.Game.status.
| Constructor Summary |
|
| Field Summary | |
| acceptingDraw
Is this team accepting a draw.
|
| decliningDraw
Is this team declining a draw.
|
| drew
Has this team tied.
|
| inPlay
Is this team in play.
|
| myTurn
Is it this team's turn.
|
| nonPlaying
Is this a non-playing (placeholder) team.
|
| offeringDraw
Is this team offering a draw.
|
| resigned
Has this team resigned.
|
| won
Has this team won.
|
| Method Summary | |
|
Sets all flags to false.
|
|
|
Methods inherited from Foundation.Class |
getTypePath, isInstanceOf |
| Constructor Detail |
GamesByEmail.TeamStatus()
| Field Detail |
Boolean acceptingDraw
Is this team accepting a draw.
Boolean decliningDraw
Is this team declining a draw.
Boolean drew
Has this team tied.
Boolean inPlay
Is this team in play.
Boolean myTurn
Is it this team's turn.
Boolean nonPlaying
Is this a non-playing (placeholder) team.
Boolean offeringDraw
Is this team offering a draw.
Boolean resigned
Has this team resigned.
Boolean won
Has this team won.
| Method Detail |
void clear()
Sets all flags to false.
dispose()
dispose in class Class