Uses of Package
com.google.gwt.editor.client.adapters
-
Packages that use com.google.gwt.editor.client.adapters Package Description com.google.gwt.editor.client.adapters Adapters for the bean editor framework.com.google.gwt.editor.client.testing Classes used for testing the bean editor support.com.google.gwt.editor.ui.client.adapters User interface adapters for the bean editor framework.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
Classes in com.google.gwt.editor.client.adapters used by com.google.gwt.editor.client.adapters Class Description EditorSource An entity capable of creating and destroying instances of Editors.HasDataEditor Adapts the HasData interface to the Editor framework.ListEditor Manages a list of objects and their associated Editors.OptionalFieldEditor This adapter can be used when a type being edited has an optional field that may be nullified or reassigned as part of the editing process.SimpleEditor A trivial implementation of LeafValueEditor than can be used for "hidden" properties when composing UI-based Editors.TakesValueEditor Adapts theTakesValue
interface to the Editor framework. -
Classes in com.google.gwt.editor.client.adapters used by com.google.gwt.editor.client.testing Class Description EditorSource An entity capable of creating and destroying instances of Editors. -
Classes in com.google.gwt.editor.client.adapters used by com.google.gwt.editor.ui.client.adapters Class Description TakesValueEditor Adapts theTakesValue
interface to the Editor framework. -
Classes in com.google.gwt.editor.client.adapters used by com.google.gwt.user.client.ui Class Description TakesValueEditor Adapts theTakesValue
interface to the Editor framework.