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 |
Keikai Spreadsheet Model API classes.
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikaiex.ui.dialog | |
io.keikaiex.ui.impl.undo |
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
|
Modifier and Type | Method and Description |
---|---|
void |
Range.setValidation(Validation.ValidationType validationType,
boolean ignoreBlank,
Validation.OperatorType operatorType,
boolean inCellDropDown,
String formula1,
String formula2,
boolean showInput,
String inputTitle,
String inputMessage,
boolean showError,
Validation.AlertStyle alertStyle,
String errorTitle,
String errorMessage)
Add if not exist or modify an existing
Validation to this range. |
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.setValidation(Validation.ValidationType validationType,
boolean ignoreBlank,
Validation.OperatorType operatorType,
boolean inCellDropDown,
String formula1,
String formula2,
boolean showInput,
String inputTitle,
String inputMessage,
boolean showError,
Validation.AlertStyle alertStyle,
String errorTitle,
String errorMessage) |
Modifier and Type | Method and Description |
---|---|
Validation.ValidationType |
Validation.getValidationType() |
static Validation.ValidationType |
Validation.ValidationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Validation.ValidationType[] |
Validation.ValidationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Validation.setValidationType(Validation.ValidationType type) |
Modifier and Type | Method and Description |
---|---|
Validation.ValidationType |
ValidationImpl.getValidationType() |
Modifier and Type | Method and Description |
---|---|
void |
ValidationImpl.setValidationType(Validation.ValidationType type) |
Modifier and Type | Method and Description |
---|---|
Validation.ValidationType |
DataValidationCtrl.AllowPair.getType() |
Modifier and Type | Method and Description |
---|---|
static DataValidationCtrl.AllowPair |
DataValidationCtrl.AllowPair.getAllowPair(Validation.ValidationType type) |
Constructor and Description |
---|
DataValidationAction(String label,
Sheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
Validation.ValidationType validationType,
boolean ignoreBlank,
Validation.OperatorType operatorType,
boolean inCellDropDown,
String param1,
String param2,
boolean showInput,
String inputTitle,
String inputMessage,
boolean showError,
Validation.AlertStyle alertStyle,
String errorTitle,
String errorMessage) |
Copyright © 2020. All rights reserved.