Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
votorola.s.gwt.scene.feed |
Showing sequences of real-world events to users.
|
votorola.s.gwt.scene.feed.ss |
Supporting the server side of a feed.
|
votorola.s.gwt.stage.poll |
Poll related props for the stage.
|
Modifier and Type | Class and Description |
---|---|
class |
PollService
A poll provided as a voter service.
|
Modifier and Type | Method and Description |
---|---|
Poll |
Bite.poll()
The poll associated with this bite.
|
Modifier and Type | Class and Description |
---|---|
class |
PollJig
A mutable and serializeable poll.
|
Modifier and Type | Class and Description |
---|---|
class |
PollJS
A poll implemented as a JavaScript overlay type.
|
Modifier and Type | Method and Description |
---|---|
Poll |
Polltrack.get(int p) |
(package private) Poll |
PollV.getPoll()
The poll on which this view is modelled, or null if none is modelled.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
PollV.setPoll(Poll pollNew)
Sets the poll on which this view is modelled.
|