Class CardSupplierFactoryAdapter
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
org.nasdanika.html.model.html.gen.HtmlElementAdapter<M,T>
org.nasdanika.html.model.html.gen.HtmlElementSupplierFactoryAdapter<M,org.nasdanika.html.HTMLElement<?>>
org.nasdanika.html.model.bootstrap.gen.BootstrapElementSupplierFactoryAdapter<Card,Card>
org.nasdanika.html.model.bootstrap.gen.CardSupplierFactoryAdapter
- All Implemented Interfaces:
BiFunction<org.nasdanika.common.Context,,org.nasdanika.common.ProgressMonitor, org.nasdanika.html.HTMLElement<?>> Adapter,Adapter.Internal,org.nasdanika.common.ContextualFactory<org.nasdanika.common.Supplier<org.nasdanika.html.HTMLElement<?>>>,org.nasdanika.common.ExecutionParticipantFactory<org.nasdanika.common.Supplier<org.nasdanika.html.HTMLElement<?>>>,org.nasdanika.common.Factory<org.nasdanika.common.Context,,org.nasdanika.common.Supplier<org.nasdanika.html.HTMLElement<?>>> org.nasdanika.common.SupplierFactory<org.nasdanika.html.HTMLElement<?>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.InternalNested classes/interfaces inherited from interface org.nasdanika.common.SupplierFactory
org.nasdanika.common.SupplierFactory.Provider -
Field Summary
Fields inherited from class org.nasdanika.html.model.html.gen.HtmlElementAdapter
adapterFactoryFields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.nasdanika.common.Supplier<Card>createBootstrapElementSupplier(org.nasdanika.common.Context context) protected org.nasdanika.common.Supplier<org.nasdanika.common.Supplier.FunctionResult<Map<EStructuralFeature,org.nasdanika.html.HTMLElement<?>>, Card>> createCardSupplier(org.nasdanika.common.Context context) Methods inherited from class org.nasdanika.html.model.bootstrap.gen.BootstrapElementSupplierFactoryAdapter
createConfigureFunction, createHTMLElementSupplier, getWrapperMethods inherited from class org.nasdanika.html.model.html.gen.HtmlElementSupplierFactoryAdapter
create, isAdapterForTypeMethods inherited from class org.nasdanika.html.model.html.gen.HtmlElementAdapter
createApplyAttributesAndContentFunction, getContent, getRegisteredAdapter, getRootAdapterFactory, getTargetMethods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
notifyChanged, setTarget, unsetTargetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface org.nasdanika.common.SupplierFactory
apply, asFunctionFactory, contextify, then, then
-
Constructor Details
-
CardSupplierFactoryAdapter
-
-
Method Details
-
createCardSupplier
protected org.nasdanika.common.Supplier<org.nasdanika.common.Supplier.FunctionResult<Map<EStructuralFeature,org.nasdanika.html.HTMLElement<?>>, createCardSupplierCard>> (org.nasdanika.common.Context context) -
createBootstrapElementSupplier
protected org.nasdanika.common.Supplier<Card> createBootstrapElementSupplier(org.nasdanika.common.Context context) - Overrides:
createBootstrapElementSupplierin classBootstrapElementSupplierFactoryAdapter<Card,Card>
-