Package | Description |
---|---|
votorola.a.count.gwt |
Interfacing to the count engine from GWT web clients.
|
votorola.s.gwt.mediawiki |
Staging Crossforum Theatre within MediaWiki pages.
|
votorola.s.gwt.scene.vote |
Mapping society along lines of formal assent.
|
votorola.s.gwt.stage.vote |
Voting related props for the stage.
|
Modifier and Type | Method and Description |
---|---|
CountJS |
CountNodeJS.count()
The parent count of this count node.
|
CountJS |
SacSelection.count()
The count that is currently shown, or null if none is shown.
|
CountJS |
CountCache.RequestRecord.count()
The count, or null if the request failed.
|
CountJS |
CountCacheEvent.count()
The count concerned in this event.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
CountNodeJS.init(String name,
JsMap<CountNodeJS> wiredNodes,
CountJS count)
Initializes this node from a server response.
|
Modifier and Type | Method and Description |
---|---|
JsonpRequest<CountCache.WAPResponse> |
CountCache.requestCount(String pollName,
String loc,
AsyncCallback<CountJS> callback)
Requests a count from the remote count engine and stores a record of the request
in this cache.
|
Constructor and Description |
---|
CountCache.RequestRecord(CountJS _count) |
CountCacheEvent(CountJS _count)
Creates a CountCacheEvent.
|
Modifier and Type | Method and Description |
---|---|
(package private) CountJS |
DifferenceShadows.count()
The overall count for the anchor and other count nodes.
|
Constructor and Description |
---|
DifferenceShadows(CountJS _count,
CountNodeJS _anchor,
ShadowedDiff[] _voterDiffBoard,
JsArray<CountNodeJS> _peers,
ShadowedDiff[] _peerDiffBoard,
CountNodeJS _candidate,
ShadowedDiff _candidateDiff,
TheatrePage referrer)
Constructs an instance of DifferenceShadows that co-exists permanently with the
stage.
|
Modifier and Type | Method and Description |
---|---|
CountJS |
Votespace.count() |
Modifier and Type | Method and Description |
---|---|
CountJS |
VoteTrack.count()
The tracked count, or null if it is yet unknown.
|