Package | Description |
---|---|
votorola.a.count.gwt |
Interfacing to the count engine from GWT web clients.
|
votorola.g.web.gwt |
Implementing web clients with the Google Web Tookit.
|
Modifier and Type | Class and Description |
---|---|
class |
CountingMethodJS<T extends JavaScriptObject>
A counting method as a map of superaccounts or superaccount registers that use the method, each keyed by its account
name.
|
Modifier and Type | Method and Description |
---|---|
<R extends SacRegisterJS> |
CountNodeJS.registers()
Superaccount registers at this node, indexed first by the page name of the
counting method, then by the account name.
|
<S extends SacJS> |
CountJS.superaccounts()
Resource superaccounts for the entire count, indexed first by the page name of the
counting method, then by the account name.
|
Modifier and Type | Method and Description |
---|---|
(package private) CountNodeJS |
CountJS.cachedOrWireNode(String username,
JsMap<CountNodeJS> wiredNodes)
Returns a count node for the specified user, either fetching it from the cache or
initializing it from the server's response and then caching it.
|
(package private) void |
CountNodeJS.init(String name,
JsMap<CountNodeJS> wiredNodes,
CountJS count)
Initializes this node from a server response.
|
(package private) void |
CountNodeJS.initVoters(JsArrayString voterNames,
JsMap<CountNodeJS> wiredNodes)
Initializes this node's voters from a server
response.
|
Modifier and Type | Class and Description |
---|---|
class |
JsMapW<E>
A writeable JsMap.
|