Package | Description |
---|---|
votorola.a.count.gwt |
Interfacing to the count engine from GWT web clients.
|
votorola.s.gwt.scene.vote |
Mapping society along lines of formal assent.
|
Modifier and Type | Class and Description |
---|---|
class |
SacJS_q
A quantitive summation superaccount.
|
class |
SacJS_v
A vote superaccount.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<SacJS> |
SacJS.NAME_COMPARATOR
A lexical comparator that sorts (1) by account name, and (2) by counting method.
|
Modifier and Type | Method and Description |
---|---|
<S extends SacJS> |
CountJS.superaccount(String countingMethodName,
String accountName)
Returns the superaccount for the specified counting method and account name; or
null if no such superaccount exists.
|
<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 |
---|---|
SacJS |
SacSelection.getSac()
The superaccount that is currently selected, or null if none is selected.
|
SacJS |
CountJS.nullSuperaccount()
The superaccount for the null count.
|
SacJS |
SacSetter.sac()
The superaccount that is currently set, which is also to be used as the return
value in the implementation of SacSelection.
|
Modifier and Type | Method and Description |
---|---|
static StringBuilder |
SacJS.appendSwitch(SacJS sac,
StringBuilder b)
Appends the value for the 'a' switch that designates this superaccount.
|
void |
SacSelection.setSac(SacJS newSac)
Sets the superaccount that is currently selected.
|
void |
SacSelectionV.setValue(SacJS value,
boolean fireEvents,
boolean redraw) |
Modifier and Type | Method and Description |
---|---|
SacJS |
Votespace.getSac() |
Modifier and Type | Method and Description |
---|---|
Object |
Votespace.getKey(SacJS item) |
boolean |
Votespace.isSelected(SacJS s) |
void |
Votespace.setSac(SacJS newSac) |
void |
Votespace.setSelected(SacJS s,
boolean toSelect) |