|
|||||||||
| 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.Panel
com.google.gwt.user.client.ui.HTMLTable
com.google.gwt.user.client.ui.FlexTable
com.threerings.gwt.ui.SmartTable
com.threerings.admin.web.client.ConfigEditorTab
public class ConfigEditorTab
| Nested Class Summary | |
|---|---|
static interface |
ConfigEditorTab.ConfigAccessor
|
| Nested classes/interfaces inherited from class com.threerings.gwt.ui.SmartTable |
|---|
com.threerings.gwt.ui.SmartTable.CellMutator |
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.FlexTable |
|---|
com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter |
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.HTMLTable |
|---|
com.google.gwt.user.client.ui.HTMLTable.Cell, com.google.gwt.user.client.ui.HTMLTable.CellFormatter, com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter, com.google.gwt.user.client.ui.HTMLTable.RowFormatter |
| 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 List<ConfigFieldEditor> |
_editors
|
protected String |
_key
|
protected ConfigEditorTab.ConfigAccessor |
_parent
|
protected com.google.gwt.user.client.ui.Button |
_submit
|
protected com.google.gwt.user.client.Command |
UPDATE_BUTTON
|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
ConfigEditorTab(ConfigEditorTab.ConfigAccessor parent,
String key,
ConfigService.ConfigurationRecord record)
|
|
| Method Summary | |
|---|---|
protected void |
updateTable(ConfigService.ConfigurationRecord record)
|
| Methods inherited from class com.threerings.gwt.ui.SmartTable |
|---|
addText, addWidget, cell, halign, removeStyleNames, setColumnCellStyles, setHTML, setStyleNames, setText, setWidget, valign |
| Methods inherited from class com.google.gwt.user.client.ui.FlexTable |
|---|
addCell, getCellCount, getFlexCellFormatter, getRowCount, insertCell, insertRow, prepareCell, prepareRow, removeAllRows, removeCell, removeCells, removeRow |
| Methods inherited from class com.google.gwt.user.client.ui.HTMLTable |
|---|
addClickHandler, addDoubleClickHandler, addDragEndHandler, addDragEnterHandler, addDragHandler, addDragLeaveHandler, addDragOverHandler, addDragStartHandler, addDropHandler, addTableListener, checkCellBounds, checkRowBounds, clear, clear, clearCell, createCell, getBodyElement, getCellForEvent, getCellFormatter, getCellPadding, getCellSpacing, getColumnFormatter, getDOMCellCount, getDOMCellCount, getDOMRowCount, getDOMRowCount, getEventTargetCell, getHTML, getRowFormatter, getText, getWidget, insertCells, internalClearCell, isCellPresent, iterator, onEnsureDebugId, prepareColumn, remove, removeTableListener, setBorderWidth, setCellFormatter, setCellPadding, setCellSpacing, setColumnFormatter, setHTML, setHTML, setRowFormatter, setText, setWidget, setWidget |
| Methods inherited from class com.google.gwt.user.client.ui.Panel |
|---|
add, add, adopt, adopt, disown, doAttachChildren, doDetachChildren, orphan, remove |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, 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, removeStyleDependentName, removeStyleName, resolvePotentialElement, 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 List<ConfigFieldEditor> _editors
protected ConfigEditorTab.ConfigAccessor _parent
protected String _key
protected com.google.gwt.user.client.ui.Button _submit
protected com.google.gwt.user.client.Command UPDATE_BUTTON
| Constructor Detail |
|---|
public ConfigEditorTab(ConfigEditorTab.ConfigAccessor parent,
String key,
ConfigService.ConfigurationRecord record)
| Method Detail |
|---|
protected void updateTable(ConfigService.ConfigurationRecord record)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||