public interface SDataValidation extends FormulaContent
Modifier and Type | Interface and Description |
---|---|
static class |
SDataValidation.AlertStyle |
static class |
SDataValidation.OperatorType |
static class |
SDataValidation.ValidationType |
clearFormulaResultCache
SSheet getSheet()
SDataValidation.AlertStyle getAlertStyle()
void setAlertStyle(SDataValidation.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()
Set<CellRegion> getRegions()
void setRegions(Set<CellRegion> regions)
void addRegion(CellRegion region)
void removeRegion(CellRegion region)
SDataValidation.ValidationType getValidationType()
void setValidationType(SDataValidation.ValidationType type)
SDataValidation.OperatorType getOperatorType()
void setOperatorType(SDataValidation.OperatorType type)
boolean isFormulaParsingError()
isFormulaParsingError
in interface FormulaContent
boolean hasReferToCellList()
int getNumOfValue()
Object getValue(int i)
int getNumOfValue1()
Object getValue1(int i)
int getNumOfValue2()
Object getValue2(int i)
String getFormula1()
String getFormula2()
void setFormula1(String formula)
void setFormula2(String formula)
Object getId()
boolean hasReferToRelativeCol()
boolean hasReferToRelativeRow()
Copyright © 2020. All rights reserved.