Uses of Class
io.keikai.api.model.Validation.AlertStyle
-
Packages that use Validation.AlertStyle Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikaiex.ui.dialog io.keikaiex.ui.impl.undo Classes that doing system undoable action control on Keikai Spreadsheet UI Components. -
-
Uses of Validation.AlertStyle in io.keikai.api
Methods in io.keikai.api with parameters of type Validation.AlertStyle Modifier and Type Method Description voidRange. 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 existingValidationto this range. -
Uses of Validation.AlertStyle in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Validation.AlertStyle Modifier and Type Method Description voidRangeImpl. 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) -
Uses of Validation.AlertStyle in io.keikai.api.model
Methods in io.keikai.api.model that return Validation.AlertStyle Modifier and Type Method Description Validation.AlertStyleValidation. getAlertStyle()static Validation.AlertStyleValidation.AlertStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static Validation.AlertStyle[]Validation.AlertStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.api.model with parameters of type Validation.AlertStyle Modifier and Type Method Description voidValidation. setAlertStyle(Validation.AlertStyle alertStyle) -
Uses of Validation.AlertStyle in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return Validation.AlertStyle Modifier and Type Method Description Validation.AlertStyleValidationImpl. getAlertStyle()Methods in io.keikai.api.model.impl with parameters of type Validation.AlertStyle Modifier and Type Method Description voidValidationImpl. setAlertStyle(Validation.AlertStyle alertStyle) -
Uses of Validation.AlertStyle in io.keikaiex.ui.dialog
Methods in io.keikaiex.ui.dialog that return Validation.AlertStyle Modifier and Type Method Description Validation.AlertStyleDataValidationCtrl.AlertStyle. getStyle()Methods in io.keikaiex.ui.dialog with parameters of type Validation.AlertStyle Modifier and Type Method Description static DataValidationCtrl.AlertStyleDataValidationCtrl.AlertStyle. getAlertStyle(Validation.AlertStyle style) -
Uses of Validation.AlertStyle in io.keikaiex.ui.impl.undo
Constructors in io.keikaiex.ui.impl.undo with parameters of type Validation.AlertStyle Constructor 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)
-