Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
Modifier and Type | Method and Description |
---|---|
Validation |
Range.validate(String editText)
validate the user's input.
|
Modifier and Type | Method and Description |
---|---|
List<Validation> |
Range.getValidations()
Gets read only
Validation associated with the left-top cell
of this range; return null if no associated validation. |
Modifier and Type | Method and Description |
---|---|
Validation |
RangeImpl.validate(String editText) |
Modifier and Type | Method and Description |
---|---|
List<Validation> |
RangeImpl.getValidations() |
Modifier and Type | Class and Description |
---|---|
class |
ValidationImpl |
Copyright © 2019. All rights reserved.