| Package | Description |
|---|---|
| pl.fhframework.model.forms | |
| pl.fhframework.model.forms.optimized | |
| pl.fhframework.model.forms.table |
| Modifier and Type | Method and Description |
|---|---|
default void |
TableComponent.doCopy(TableOptimized table,
Map<String,String> iteratorReplacements,
T clone)
Copies values of attributes with replaced iterators in bindings and actions to a new component of the same type.
|
default T |
TableComponent.getCopy(TableOptimized table,
Map<String,String> iteratorReplacements)
Creates a copy this component with replaced iterators in bindings and actions.
|
| Constructor and Description |
|---|
TableRowOptimized(TableOptimized table,
LowLevelRowMetadata lowLevelRowMetadata) |
| Modifier and Type | Field and Description |
|---|---|
protected TableOptimized |
ColumnOptimized.table |
| Modifier and Type | Field and Description |
|---|---|
protected IMultipleIteratorComponentFactory<TableOptimized> |
ColumnOptimized.interatorComponentFactory |
| Modifier and Type | Method and Description |
|---|---|
TableOptimized |
ColumnOptimized.getGroupingComponentForNewComponents() |
TableOptimized |
ColumnOptimized.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnOptimized.setTable(TableOptimized table) |
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
AdHocTableColumnOptimizedComponentFactory.createComponentsForIterators(TableOptimized myGroupingParent,
IRowNumberOffsetSupplier rowNumberOffsetSupplier,
int[] indices) |
Copyright © 2020. All rights reserved.