public abstract class HtmlElementSupplierFactoryAdapter<M extends HtmlElement,T extends HTMLElement<?>> extends HtmlElementAdapter<M,T> implements SupplierFactory<T>
SupplierFactory.ProviderAdapter.Internaltarget| Modifier | Constructor and Description |
|---|---|
protected |
HtmlElementSupplierFactoryAdapter(M htmlElement) |
| Modifier and Type | Method and Description |
|---|---|
Supplier<T> |
create(Context context) |
protected abstract Supplier<T> |
createHTMLElementSupplier(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 AdapterisAdapterForType in class AdapterImplprotected abstract Supplier<T> createHTMLElementSupplier(Context context) throws Exception
context - ExceptionCopyright © 2022 Nasdanika. All rights reserved.