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,HTMLElement<?>>
-
- org.nasdanika.html.model.bootstrap.gen.BootstrapElementSupplierFactoryAdapter<Card,Card>
-
- org.nasdanika.html.model.bootstrap.gen.CardSupplierFactoryAdapter
-
- All Implemented Interfaces:
BiFunction<Context,ProgressMonitor,HTMLElement<?>>,Adapter,Adapter.Internal,ContextualFactory<Supplier<HTMLElement<?>>>,ExecutionParticipantFactory<Supplier<HTMLElement<?>>>,Factory<Context,Supplier<HTMLElement<?>>>,SupplierFactory<HTMLElement<?>>
public class CardSupplierFactoryAdapter extends BootstrapElementSupplierFactoryAdapter<Card,Card>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
-
Nested classes/interfaces inherited from interface org.nasdanika.common.SupplierFactory
SupplierFactory.Provider
-
-
Field Summary
-
Fields inherited from class org.nasdanika.html.model.html.gen.HtmlElementAdapter
adapterFactory
-
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
-
-
Constructor Summary
Constructors Constructor Description CardSupplierFactoryAdapter(Card card, AdapterFactory adapterFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Supplier<Card>createBootstrapElementSupplier(Context context)protected Supplier<BiSupplier<Map<EStructuralFeature,HTMLElement<?>>,Card>>createCardSupplier(Context context)-
Methods inherited from class org.nasdanika.html.model.bootstrap.gen.BootstrapElementSupplierFactoryAdapter
createConfigureFunction, createHTMLElementSupplier, getWrapper
-
Methods inherited from class org.nasdanika.html.model.html.gen.HtmlElementSupplierFactoryAdapter
create, isAdapterForType
-
Methods inherited from class org.nasdanika.html.model.html.gen.HtmlElementAdapter
createApplyAttributesAndContentFunction, getContent, getRegisteredAdapter, getRootAdapterFactory, getTarget
-
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
notifyChanged, setTarget, unsetTarget
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
Methods inherited from interface org.nasdanika.common.SupplierFactory
apply, asFunctionFactory, contextify, then, then
-
-
-
-
Constructor Detail
-
CardSupplierFactoryAdapter
public CardSupplierFactoryAdapter(Card card, AdapterFactory adapterFactory)
-
-
Method Detail
-
createCardSupplier
protected Supplier<BiSupplier<Map<EStructuralFeature,HTMLElement<?>>,Card>> createCardSupplier(Context context)
-
createBootstrapElementSupplier
protected Supplier<Card> createBootstrapElementSupplier(Context context) throws Exception
- Overrides:
createBootstrapElementSupplierin classBootstrapElementSupplierFactoryAdapter<Card,Card>- Throws:
Exception
-
-