| Package | Description |
|---|---|
| csbase.logic.algorithms.parameters | |
| csbase.logic.algorithms.parameters.validators |
| Modifier and Type | Method and Description |
|---|---|
List<RowValue> |
TableParameter.getRowValues()
Obtém a linha de valores das linhas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableParameter.addRow(RowValue rowValue)
Adição de linha
|
void |
TableParameterListener.rowWasCreated(TableParameter parameter,
RowValue rowValue,
int rowIndex)
Indica que uma linha foi criada.
|
void |
TableParameterListener.rowWasRemoved(TableParameter parameter,
RowValue rowValue,
int rowIndex)
Indica que uma linha foi removida.
|
| Modifier and Type | Method and Description |
|---|---|
Validation |
TableParameterValidator.validateValue(SimpleParameter<?> parameter,
List<RowValue> value,
ValidationContext context)
Valida o parâmetro.
|
Copyright © 2019. All rights reserved.