public abstract class HtmlElementSupplierFactoryAdapter<M extends HtmlElement,T extends HTMLElement<?>> extends HtmlElementAdapter<M,T> implements org.nasdanika.common.SupplierFactory<T>
| Modifier | Constructor and Description |
|---|---|
protected |
HtmlElementSupplierFactoryAdapter(M htmlElement) |
| Modifier and Type | Method and Description |
|---|---|
org.nasdanika.common.Supplier<T> |
create(org.nasdanika.common.Context context) |
protected abstract org.nasdanika.common.Supplier<T> |
createHTMLElementSupplier(org.nasdanika.common.Context context)
Creates element from content.
|
boolean |
isAdapterForType(Object type) |
createApplyAttributesAndContentFunction, createConfigureFunction, getContent, getTargetnotifyChanged, setTarget, unsetTargetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadapt, apply, asFunctionFactory, contextify, empty, from, from, then, thenandThenprotected HtmlElementSupplierFactoryAdapter(M htmlElement)
public boolean isAdapterForType(Object type)
isAdapterForType in interface org.eclipse.emf.common.notify.AdapterisAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImplprotected abstract org.nasdanika.common.Supplier<T> createHTMLElementSupplier(org.nasdanika.common.Context context) throws Exception
context - Exceptionpublic org.nasdanika.common.Supplier<T> create(org.nasdanika.common.Context context) throws Exception
create in interface org.nasdanika.common.Factory<org.nasdanika.common.Context,org.nasdanika.common.Supplier<T extends HTMLElement<?>>>ExceptionCopyright © 2021 Nasdanika. All rights reserved.