Uses of Class
com.google.gwt.editor.client.adapters.TakesValueEditor
-
Packages that use TakesValueEditor Package Description com.google.gwt.editor.client.adapters Adapters for the bean editor framework.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. -
-
Uses of TakesValueEditor in com.google.gwt.editor.client.adapters
Methods in com.google.gwt.editor.client.adapters that return TakesValueEditor Modifier and Type Method Description static <T> TakesValueEditor<T>
TakesValueEditor. of(TakesValue<T> peer)
Returns a new ValueEditor that modifies the givenTakesValue
peer instance. -
Uses of TakesValueEditor in com.google.gwt.editor.ui.client.adapters
Subclasses of TakesValueEditor in com.google.gwt.editor.ui.client.adapters Modifier and Type Class Description class
ValueBoxEditor<T>
Adapts theValueBoxBase
interface to the Editor framework. -
Uses of TakesValueEditor in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return TakesValueEditor Modifier and Type Method Description TakesValueEditor<T>
ValueListBox. asEditor()
Returns aTakesValueEditor
backed by the ValueListBox.
-