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 | Method and Description |
---|---|
CountingMethodJS.SwitchMnemonic |
SacJS.countingMethodMnemonic()
The switch mnemonic of the counting method.
|
static CountingMethodJS.SwitchMnemonic |
CountingMethodJS.SwitchMnemonic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CountingMethodJS.SwitchMnemonic |
CountingMethodJS.SwitchMnemonic.valueOfFullName(String fullName)
Returns the switch mnemonic with the specified full name.
|
static CountingMethodJS.SwitchMnemonic[] |
CountingMethodJS.SwitchMnemonic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
CenterNodeV.repaintRegister(CountingMethodJS.SwitchMnemonic mCM,
String accountName) |
(package private) void |
VoterNodeV.repaintRegister(CountingMethodJS.SwitchMnemonic mCM,
String accountName) |
(package private) abstract void |
NodeV.repaintRegister(CountingMethodJS.SwitchMnemonic mCM,
String accountName)
Repaints the view of the superaccount register.
|