Uses of Enum Class
io.keikai.api.model.Validation.AlertStyle
Packages that use Validation.AlertStyle
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
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.AlertStyleModifier and TypeMethodDescriptionvoidRange.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.AlertStyleModifier and TypeMethodDescriptionvoidRangeImpl.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.AlertStyleModifier and TypeMethodDescriptionValidation.getAlertStyle()static Validation.AlertStyleReturns the enum constant of this class with the specified name.static Validation.AlertStyle[]Validation.AlertStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.api.model with parameters of type Validation.AlertStyleModifier and TypeMethodDescriptionvoidValidation.setAlertStyle(Validation.AlertStyle alertStyle) -
Uses of Validation.AlertStyle in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return Validation.AlertStyleMethods in io.keikai.api.model.impl with parameters of type Validation.AlertStyleModifier and TypeMethodDescriptionvoidValidationImpl.setAlertStyle(Validation.AlertStyle alertStyle) -
Uses of Validation.AlertStyle in io.keikaiex.ui.dialog
Methods in io.keikaiex.ui.dialog that return Validation.AlertStyleMethods in io.keikaiex.ui.dialog with parameters of type Validation.AlertStyleModifier and TypeMethodDescriptionDataValidationCtrl.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.AlertStyleModifierConstructorDescriptionDataValidationAction(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)