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 givenTakesValuepeer 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 classValueBoxEditor<T>Adapts theValueBoxBaseinterface 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 aTakesValueEditorbacked by the ValueListBox.
-