Package | Description |
---|---|
votorola.a.web.gwt |
Serving Votorola's Google Web Toolkit interfaces.
|
votorola.s.gwt.scene |
Scenes for Crossforum Theatre.
|
votorola.s.gwt.scene.geo |
Mapping by geolocation.
|
votorola.s.gwt.stage.link |
Props for navigating among scenes.
|
votorola.s.gwt.stage.vote |
Voting related props for the stage.
|
Modifier and Type | Method and Description |
---|---|
static String |
PollwikiG.getLocation()
The base URL for requesting pages from the pollwiki, without a trailing slash (/).
|
static String |
App.getMirroredContextLocation()
The URL of the vote-server's context on the static mirror, or null if the context
is not statically mirrored.
|
static String |
PollwikiG.getScriptLocation()
The base URL for script execution in the pollwiki, without a trailing slash (/).
|
static String |
App.getServletContextLocation()
The URL of the vote-server's context on the servlet container (Tomcat), without a
trailing slash (/).
|
static String |
App.getUsername()
The name of the authenticated user if known, otherwise null.
|
static void |
PollwikiG.setLocation(String s)
Sets the base URL for requesting pages from the pollwiki.
|
static void |
App.setMirroredContextLocation(String s)
Sets the URL of the vote-server's context on the static mirror.
|
static void |
PollwikiG.setPipeRecognizer(String pipePrefix,
String pipeSuffix)
Configures the pipe recognizer.
|
static void |
PollwikiG.setScriptLocation(String s)
Sets base URL for for script execution in the pollwiki.
|
static void |
App.setServletContextLocation(String s)
Sets the URL of the vote-server's context on the servlet container (Tomcat).
|
static void |
App.setUsername(String newUsername)
Sets the name of the authenticated user.
|
Modifier and Type | Method and Description |
---|---|
static void |
Scenes.setUseRAC(boolean _to)
Sets whether to show views and controls for resource accounting that are
unfinished or deprecated.
|
static boolean |
Scenes.toUseRAC()
Whether to show views and controls for resource accounting that are unfinished or
deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
Geomap.getDefaultBaseLayerName()
The default base layer for the geomap.
|
static void |
Geomap.setDefaultBaseLayerName(String s)
Sets the default base layer for the geomap.
|
Modifier and Type | Method and Description |
---|---|
static void |
NominalDifferenceTargeter.setEnabled()
Enables nominal targeting.
|
Modifier and Type | Method and Description |
---|---|
static void |
NodeV.setDeselectionGuard(String guardName)
Sets the type of deselection guard.
|
static void |
DifferenceLight.setScene(String _sceneName,
String _sceneRel)
Specifies a difference that is displayed in the scene.
|