
T - The type of data being managedE - The type of Editorpublic static class OptionalFieldEditor extends Object
IsEditor interface:
class FooSelector extends Composite implements IsEditor<OptionalFieldEditor<Foo, FooEditor>> {
private OptionalFieldEditor<Foo, FooEditor> editor = OptionalFieldEditor.of(new FooEditor());
public OptionalFieldEditor<Foo, FooEditor> asEditor() {
return editor;
}
}
Copyright © 2018. All rights reserved.