public interface Validation
Modifier and Type | Interface and Description |
---|---|
static class |
Validation.AlertStyle |
static class |
Validation.OperatorType |
static class |
Validation.ValidationType |
Modifier and Type | Method and Description |
---|---|
Validation.AlertStyle |
getAlertStyle() |
String |
getErrorMessage() |
String |
getErrorTitle() |
String |
getFormula1() |
String |
getFormula2() |
String |
getInputMessage() |
String |
getInputTitle() |
Validation.OperatorType |
getOperatorType() |
Validation.ValidationType |
getValidationType() |
boolean |
isIgnoreBlank() |
boolean |
isInCellDropdown() |
boolean |
isShowError() |
boolean |
isShowInput() |
void |
setAlertStyle(Validation.AlertStyle alertStyle) |
void |
setErrorMessage(String message) |
void |
setErrorTitle(String title) |
void |
setFormula1(String formula) |
void |
setFormula2(String formula2) |
void |
setIgnoreBlank(boolean ignore) |
void |
setInCellDropdown(boolean show) |
void |
setInputMessage(String message) |
void |
setInputTitle(String title) |
void |
setOperatorType(Validation.OperatorType type) |
void |
setShowError(boolean show) |
void |
setShowInput(boolean show) |
void |
setValidationType(Validation.ValidationType type) |
Validation.AlertStyle getAlertStyle()
void setAlertStyle(Validation.AlertStyle alertStyle)
void setIgnoreBlank(boolean ignore)
boolean isIgnoreBlank()
void setInCellDropdown(boolean show)
boolean isInCellDropdown()
void setShowInput(boolean show)
boolean isShowInput()
void setShowError(boolean show)
boolean isShowError()
void setInputTitle(String title)
void setInputMessage(String message)
String getInputTitle()
String getInputMessage()
void setErrorTitle(String title)
void setErrorMessage(String message)
String getErrorTitle()
String getErrorMessage()
Validation.ValidationType getValidationType()
void setValidationType(Validation.ValidationType type)
Validation.OperatorType getOperatorType()
void setOperatorType(Validation.OperatorType type)
String getFormula1()
String getFormula2()
void setFormula1(String formula)
void setFormula2(String formula2)
Copyright © 2020. All rights reserved.