Uses of Class
com.google.gwt.editor.client.adapters.OptionalFieldEditor
-
Packages that use OptionalFieldEditor Package Description com.google.gwt.editor.client.adapters Adapters for the bean editor framework. -
-
Uses of OptionalFieldEditor in com.google.gwt.editor.client.adapters
Methods in com.google.gwt.editor.client.adapters that return OptionalFieldEditor Modifier and Type Method Description static <T,E extends Editor<? super T>>
OptionalFieldEditor<T,E>OptionalFieldEditor. of(E subEditor)
Construct an OptionalFieldEditor backed by the given sub-Editor.
-