Package io.keikai.api.model.impl
Class ValidationImpl
java.lang.Object
io.keikai.api.model.impl.ValidationImpl
- All Implemented Interfaces:
Validation,Serializable
- Author:
- henri
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keikai.api.model.Validation
Validation.AlertStyle, Validation.OperatorType, Validation.ValidationType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanbooleanbooleanbooleanvoidsetAlertStyle(Validation.AlertStyle alertStyle) voidsetErrorMessage(String message) voidsetErrorTitle(String title) voidsetFormula1(String formula) voidsetFormula2(String formula2) voidsetIgnoreBlank(boolean ignore) voidsetInCellDropdown(boolean show) voidsetInputMessage(String message) voidsetInputTitle(String title) voidvoidsetShowError(boolean show) voidsetShowInput(boolean show) void
-
Constructor Details
-
ValidationImpl
-
-
Method Details
-
getNative
-
getId
-
getAlertStyle
- Specified by:
getAlertStylein interfaceValidation
-
setAlertStyle
- Specified by:
setAlertStylein interfaceValidation
-
setIgnoreBlank
public void setIgnoreBlank(boolean ignore) - Specified by:
setIgnoreBlankin interfaceValidation
-
isIgnoreBlank
public boolean isIgnoreBlank()- Specified by:
isIgnoreBlankin interfaceValidation
-
setInCellDropdown
public void setInCellDropdown(boolean show) - Specified by:
setInCellDropdownin interfaceValidation
-
isInCellDropdown
public boolean isInCellDropdown()- Specified by:
isInCellDropdownin interfaceValidation
-
setShowInput
public void setShowInput(boolean show) - Specified by:
setShowInputin interfaceValidation
-
isShowInput
public boolean isShowInput()- Specified by:
isShowInputin interfaceValidation
-
setShowError
public void setShowError(boolean show) - Specified by:
setShowErrorin interfaceValidation
-
isShowError
public boolean isShowError()- Specified by:
isShowErrorin interfaceValidation
-
setInputTitle
- Specified by:
setInputTitlein interfaceValidation
-
setInputMessage
- Specified by:
setInputMessagein interfaceValidation
-
getInputTitle
- Specified by:
getInputTitlein interfaceValidation
-
getInputMessage
- Specified by:
getInputMessagein interfaceValidation
-
setErrorTitle
- Specified by:
setErrorTitlein interfaceValidation
-
setErrorMessage
- Specified by:
setErrorMessagein interfaceValidation
-
getErrorTitle
- Specified by:
getErrorTitlein interfaceValidation
-
getErrorMessage
- Specified by:
getErrorMessagein interfaceValidation
-
getValidationType
- Specified by:
getValidationTypein interfaceValidation
-
setValidationType
- Specified by:
setValidationTypein interfaceValidation
-
getOperatorType
- Specified by:
getOperatorTypein interfaceValidation
-
setOperatorType
- Specified by:
setOperatorTypein interfaceValidation
-
getFormula1
- Specified by:
getFormula1in interfaceValidation
-
getFormula2
- Specified by:
getFormula2in interfaceValidation
-
setFormula1
- Specified by:
setFormula1in interfaceValidation
-
setFormula2
- Specified by:
setFormula2in interfaceValidation
-