Package | Description |
---|---|
votorola.s.gwt.scene |
Scenes for Crossforum Theatre.
|
votorola.s.gwt.scene.axial |
Mapping along Cartesian axes.
|
votorola.s.gwt.scene.diff |
Feeding the UI with a summary of difference-based discussions.
|
votorola.s.gwt.scene.dum |
Providing dummy implementations to serve as examples and test code.
|
votorola.s.gwt.scene.feed |
Showing sequences of real-world events to users.
|
votorola.s.gwt.scene.geo |
Mapping by geolocation.
|
votorola.s.gwt.scene.vote |
Mapping society along lines of formal assent.
|
Modifier and Type | Method and Description |
---|---|
SingleSelectionModel<BiteJS> |
Scenes.biteSelection()
The selection model for individual bites.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Scene.inScope(BiteJS bite)
Tests whether the specified bite is within the current scope of this scene.
|
boolean |
Scene0.inScope(BiteJS _bite) |
Modifier and Type | Method and Description |
---|---|
boolean |
TriaxialPollMap.inScope(BiteJS bite)
Tests whether the specified bite is within the current scope of this scene.
|
Modifier and Type | Method and Description |
---|---|
void |
DiffBiteVCell.render(Cell.Context contex,
BiteJS bite,
SafeHtmlBuilder b) |
Modifier and Type | Method and Description |
---|---|
boolean |
DummyScene.inScope(BiteJS bite) |
void |
DummyBiteVCell.render(Cell.Context _context,
BiteJS bite,
SafeHtmlBuilder b) |
Modifier and Type | Field and Description |
---|---|
static BiteJS |
BiteJS.EMPTY_BITE
The empty instance of a bite.
|
Modifier and Type | Method and Description |
---|---|
List<BiteJS> |
Feed.UnScoper.unList()
The unfiltered reference list of bites from which the filtered list is derived
during scoping.
|
Modifier and Type | Method and Description |
---|---|
void |
FeedVCellList.setRowData(int r0,
List<? extends BiteJS> rows)
Updates the view from the model.
|
Constructor and Description |
---|
Feed.UnScoper(int _listMaxSize,
List<BiteJS> _unList,
Spool spool)
Constructs an UnScoper.
|
Feed(List<BiteJS> listToWrap)
Constructs a Feed.
|
FeedVCellList(Cell<BiteJS> biteVCell)
Constructs a FeedVCellList.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Geoscoping.inScope(BiteJS bite)
Tests whether the specified bite is within the current scope.
|
boolean |
Geomap.inScope(BiteJS bite) |
Modifier and Type | Method and Description |
---|---|
boolean |
Votespace.inScope(BiteJS bite)
Tests whether the specified bite is within the current scope of this scene.
|