Interface IPropEditorExtenderProvider<EDITOR extends BaseEditor<PROP,VALUE> , PROP extends GProp<VALUE>, VALUE>
- All Known Implementing Classes:
EditorLetsEncryptDomain, EditorRuntimeBuilderProps, EditorWebServerPortConfig
public interface IPropEditorExtenderProvider<EDITOR extends BaseEditor<PROP,VALUE>, PROP extends GProp<VALUE>, VALUE>
Interface to implement on a PropCnr instance used to provide extensions in iiziGo and its property editors.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptiongetEditorExtender(EDITOR editor, Atom atom) Gets the extension for a property editor.
Method Details
getEditorExtender