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
|
io.keikaiex.ui.dialog | |
io.keikaiex.ui.impl.ua |
Classes that doing system user action control on Keikai Spreadsheet UI Components.
|
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 |
Modifier and Type | Method and Description |
---|---|
protected void |
DataValidationCtrl.initErrorAlert(Validation validation) |
protected void |
DataValidationCtrl.initInputMsg(Validation validation) |
protected void |
DataValidationCtrl.initSettings(Validation validation) |
static void |
DataValidationCtrl.show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback,
Validation validation,
Spreadsheet ss) |
Modifier and Type | Method and Description |
---|---|
protected void |
DataValidationHandler.showValidationDialog(UserActionContext ctx,
Sheet sheet,
AreaRef selection,
List<Validation> validations) |
Copyright © 2020. All rights reserved.