| Package | Description |
|---|---|
| pl.fhframework.model.forms | |
| pl.fhframework.model.forms.optimized |
| Modifier and Type | Field and Description |
|---|---|
protected List<LowLevelRowMetadata> |
Table.tableRowMetadata |
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
Column.createTableCells(LowLevelRowMetadata lowLevelRowMetadata) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Table.addLowLevelRow(List<LowLevelRowMetadata> alreadyAddedRows,
Map<String,RowIteratorMetadata> context,
String iterator,
RowIteratorMetadata iteratorMetadata) |
protected void |
Table.createIteratorStructureRows(List<LowLevelRowMetadata> alreadyAddedRows,
List<Iterator> childenIterators,
Map<String,RowIteratorMetadata> parentContext,
int[] parentIndices,
Iterator myIterator) |
| Constructor and Description |
|---|
TableRow(Table table,
LowLevelRowMetadata lowLevelRowMetadata) |
TableRowOptimized(TableOptimized table,
LowLevelRowMetadata lowLevelRowMetadata) |
| Modifier and Type | Field and Description |
|---|---|
protected List<LowLevelRowMetadata> |
TableOptimized.tableRowMetadata |
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
ColumnOptimized.createTableCells(LowLevelRowMetadata lowLevelRowMetadata) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TableOptimized.addLowLevelRow(List<LowLevelRowMetadata> alreadyAddedRows,
Map<String,RowIteratorMetadata> context,
String iterator,
RowIteratorMetadata iteratorMetadata) |
protected void |
TableOptimized.createIteratorStructureRows(List<LowLevelRowMetadata> alreadyAddedRows,
List<Iterator> childenIterators,
Map<String,RowIteratorMetadata> parentContext,
int[] parentIndices,
Iterator myIterator) |
Copyright © 2020. All rights reserved.