|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
com.google.gwt.user.client.ui.ResizeComposite
com.google.gwt.user.client.ui.TabLayoutPanel
com.threerings.admin.web.client.ConfigEditorPanel
public abstract class ConfigEditorPanel
The main panel of the configuration editor. All service calls are routed through here. Subclass this class in your project.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
| Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets |
|---|
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget |
| Field Summary | |
|---|---|
protected static ConfigServiceAsync |
_configsvc
|
protected Map<String,ConfigEditorTab> |
_tabs
|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
ConfigEditorPanel(int barPixelHeight)
Create a ConfigEditorPanel with the given bar height, measured in pixels. |
|
ConfigEditorPanel(int barHeight,
com.google.gwt.dom.client.Style.Unit unit)
Create a ConfigEditorPanel with the given bar height, measured in the given unit. |
|
| Method Summary | |
|---|---|
protected abstract String |
getServiceEntryPoint()
Should return the absolute path of the servlet that implements ConfigService. |
protected void |
gotData(ConfigService.ConfigurationResult result)
|
void |
submitChanges(String key,
ConfigField[] modified,
com.google.gwt.user.client.rpc.AsyncCallback<ConfigService.ConfigurationRecord> callback)
|
| Methods inherited from class com.google.gwt.user.client.ui.TabLayoutPanel |
|---|
add, add, add, add, add, add, add, add, add, addBeforeSelectionHandler, addSelectionHandler, animate, animate, clear, forceLayout, getAnimationDuration, getSelectedIndex, getTabWidget, getTabWidget, getTabWidget, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, insert, insert, insert, insert, insert, insert, insert, isAnimationVertical, iterator, remove, remove, selectTab, selectTab, selectTab, selectTab, selectTab, selectTab, setAnimationDuration, setAnimationVertical, setTabHTML, setTabHTML, setTabText |
| Methods inherited from class com.google.gwt.user.client.ui.ResizeComposite |
|---|
initWidget, onResize |
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
getWidget, isAttached, onAttach, onBrowserEvent, onDetach, performDetachedInitialization, render, render, resolvePotentialElement, setWidget, wrapElement |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
|---|
fireEvent |
| Field Detail |
|---|
protected Map<String,ConfigEditorTab> _tabs
protected static final ConfigServiceAsync _configsvc
| Constructor Detail |
|---|
public ConfigEditorPanel(int barPixelHeight)
public ConfigEditorPanel(int barHeight,
com.google.gwt.dom.client.Style.Unit unit)
| Method Detail |
|---|
public void submitChanges(String key,
ConfigField[] modified,
com.google.gwt.user.client.rpc.AsyncCallback<ConfigService.ConfigurationRecord> callback)
submitChanges in interface ConfigEditorTab.ConfigAccessorprotected void gotData(ConfigService.ConfigurationResult result)
protected abstract String getServiceEntryPoint()
ConfigService.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||