Package | Description |
---|---|
votorola.s.gwt.scene |
Scenes for Crossforum Theatre.
|
votorola.s.gwt.scene.axial |
Mapping along Cartesian axes.
|
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 | Field and Description |
---|---|
static GwtEvent.Type<ScopeChangeHandler> |
ScopeChangeEvent.TYPE
The common type key for all scope change events.
|
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<ScopeChangeHandler> |
ScopeChangeEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
static HandlerRegistration |
ScopeChangeEvent.addHandler(ScopeChangeHandler handler)
Registers a handler to receive change events fired from any scoping model.
|
HandlerRegistration |
Scoping.addHandler(ScopeChangeHandler handler)
Registers a handler to receive change events fired from this scoping model.
|
protected void |
ScopeChangeEvent.dispatch(ScopeChangeHandler handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
TriaxialScoping.addHandler(ScopeChangeHandler handler) |
HandlerRegistration |
DiaxialScoping.addHandler(ScopeChangeHandler handler) |
Modifier and Type | Class and Description |
---|---|
protected class |
Feed.UnScoper
A filter-based feed scoper that works from an unfiltered reference list.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Geoscoping.addHandler(ScopeChangeHandler handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
DartScoping.addHandler(ScopeChangeHandler handler) |