- Type Parameters:
T - the value type of the editor.
- All Known Implementing Classes:
- ChoiceBoxEditor, ComboBoxEditor, EnumChoiceBoxEditor, EnumComboBoxEditor, TextFieldEditor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface LazyInitializeEditor<T>
A LazyInitializeEditor is a markup interface to indicate the editor will initialize lazily, either because of
the performance consideration, or because the information needed for the initialization of the editor is not
available in the construction time (i.e. need the actual class or the editorContext).