Class TableSupplierFactoryAdapter
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<Table,Table>
org.nasdanika.html.model.bootstrap.gen.TableSupplierFactoryAdapter
- 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<?>>
public class TableSupplierFactoryAdapter
extends BootstrapElementSupplierFactoryAdapter<Table,Table>
-
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<Table>createBootstrapElementSupplier(org.nasdanika.common.Context context) protected org.nasdanika.common.Supplier<org.nasdanika.html.HTMLElement<?>>createTableSupplier(org.nasdanika.common.Context context) Creates a table, configuration shall be performed inTableCellConsumerFactoryAdapter.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
-
TableSupplierFactoryAdapter
-
-
Method Details
-
createTableSupplier
protected org.nasdanika.common.Supplier<org.nasdanika.html.HTMLElement<?>> createTableSupplier(org.nasdanika.common.Context context) Creates a table, configuration shall be performed inTableCellConsumerFactoryAdapter.- Parameters:
context-- Returns:
-
createBootstrapElementSupplier
protected org.nasdanika.common.Supplier<Table> createBootstrapElementSupplier(org.nasdanika.common.Context context) - Overrides:
createBootstrapElementSupplierin classBootstrapElementSupplierFactoryAdapter<Table,Table>
-