public class TableCellConsumerFactoryAdapter extends BootstrapElementConsumerFactoryAdapter<TableCell,RowContainer.Row>
| Constructor and Description |
|---|
TableCellConsumerFactoryAdapter(TableCell tableCell) |
| Modifier and Type | Method and Description |
|---|---|
protected org.nasdanika.common.Function<org.nasdanika.html.HTMLElement<?>,org.nasdanika.html.HTMLElement<?>> |
createConfigureFunction(org.nasdanika.common.Context context) |
protected org.nasdanika.common.Function<RowContainer.Row,RowContainer.Row.Cell> |
createTableCellFunction(org.nasdanika.common.Context context)
Takes
RowContainer, creates a row, configures and returns for passing to cell consumers. |
getWrapper, toHTMLElementbuild, create, createConsumer, isAdapterForTypecreateApplyAttributesAndContentFunction, getContent, getTargetnotifyChanged, setTarget, unsetTargetpublic TableCellConsumerFactoryAdapter(TableCell tableCell)
protected org.nasdanika.common.Function<org.nasdanika.html.HTMLElement<?>,org.nasdanika.html.HTMLElement<?>> createConfigureFunction(org.nasdanika.common.Context context)
throws Exception
createConfigureFunction in class BootstrapElementConsumerFactoryAdapter<TableCell,RowContainer.Row>Exceptionprotected org.nasdanika.common.Function<RowContainer.Row,RowContainer.Row.Cell> createTableCellFunction(org.nasdanika.common.Context context)
RowContainer, creates a row, configures and returns for passing to cell consumers.context - Copyright © 2021 Nasdanika. All rights reserved.