Package com.iizigo.prop.editor
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
Gets the extension for a property editor.- Parameters:
editor
- The requesting editor.atom
- The property atom being edited.- Returns:
- The extender, or null for none.