com.threerings.admin.web.client
Class ConfigFieldEditor.CheckboxFieldEditor

java.lang.Object
  extended by com.threerings.admin.web.client.ConfigFieldEditor
      extended by com.threerings.admin.web.client.ConfigFieldEditor.CheckboxFieldEditor
Enclosing class:
ConfigFieldEditor

protected static class ConfigFieldEditor.CheckboxFieldEditor
extends ConfigFieldEditor

This editor represents boolean values as checkboxes.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.admin.web.client.ConfigFieldEditor
ConfigFieldEditor.CheckboxFieldEditor, ConfigFieldEditor.StringFieldEditor
 
Field Summary
protected  com.google.gwt.user.client.ui.CheckBox _box
           
 
Fields inherited from class com.threerings.admin.web.client.ConfigFieldEditor
_field, _name, _onChange, _reset, _value
 
Constructor Summary
ConfigFieldEditor.CheckboxFieldEditor(ConfigField field, com.google.gwt.user.client.Command onChange)
           
 
Method Summary
protected  com.google.gwt.user.client.ui.Widget buildWidget(ConfigField field)
           
 ConfigField getModifiedField()
           
protected  void resetField()
           
 
Methods inherited from class com.threerings.admin.web.client.ConfigFieldEditor
getEditorFor, getNameWidget, getResetWidget, getValueWidget, updateModificationState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_box

protected com.google.gwt.user.client.ui.CheckBox _box
Constructor Detail

ConfigFieldEditor.CheckboxFieldEditor

public ConfigFieldEditor.CheckboxFieldEditor(ConfigField field,
                                             com.google.gwt.user.client.Command onChange)
Method Detail

buildWidget

protected com.google.gwt.user.client.ui.Widget buildWidget(ConfigField field)
Specified by:
buildWidget in class ConfigFieldEditor

getModifiedField

public ConfigField getModifiedField()
Specified by:
getModifiedField in class ConfigFieldEditor

resetField

protected void resetField()
Specified by:
resetField in class ConfigFieldEditor