| Package | Description |
|---|---|
| com.threerings.admin.web.client | |
| com.threerings.admin.web.gwt | |
| com.threerings.admin.web.server |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigEditorTab.ConfigAccessor.submitChanges(String key,
ConfigField[] modified,
AsyncCallback<ConfigService.ConfigurationRecord> callback) |
void |
ConfigEditorPanel.submitChanges(String key,
ConfigField[] modified,
AsyncCallback<ConfigService.ConfigurationRecord> callback) |
| Constructor and Description |
|---|
ConfigEditorTab(ConfigEditorTab.ConfigAccessor parent,
String key,
ConfigService.ConfigurationRecord record) |
| Modifier and Type | Field and Description |
|---|---|
Map<String,ConfigService.ConfigurationRecord> |
ConfigService.ConfigurationResult.records |
| Modifier and Type | Method and Description |
|---|---|
ConfigService.ConfigurationRecord |
ConfigService.updateConfiguration(String key,
ConfigField[] updates)
Submit a collection of updated fields to the server for application to its runtime
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigServiceAsync.updateConfiguration(String key,
ConfigField[] updates,
AsyncCallback<ConfigService.ConfigurationRecord> callback)
|
| Modifier and Type | Method and Description |
|---|---|
ConfigService.ConfigurationRecord |
ConfigServlet.updateConfiguration(String key,
ConfigField[] updates) |
Copyright © 2015. All rights reserved.