Java org.apache.poi.ss.usermodel DataValidation fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.usermodel DataValidation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.usermodel DataValidation.

The text is from its open source code.

Method

voidcreateErrorBox(String title, String text)
Sets the title and text for the error box .
voidcreatePromptBox(String title, String text)
Sets the title and text for the prompt box .
booleangetEmptyCellAllowed()
Retrieve the settings for empty cells allowed
StringgetErrorBoxText()
StringgetErrorBoxTitle()
intgetErrorStyle()
o
StringgetPromptBoxText()
StringgetPromptBoxTitle()
CellRangeAddressListgetRegions()
booleangetShowErrorBox()
booleangetShowPromptBox()
booleangetSuppressDropDownArrow()
Useful only list validation objects .
DataValidationConstraintgetValidationConstraint()
voidsetEmptyCellAllowed(boolean allowed)
Sets if this object allows empty as a valid value
voidsetErrorStyle(int error_style)
Sets the error style for error box
voidsetShowErrorBox(boolean show)
Sets the behaviour when an invalid value is entered
voidsetShowPromptBox(boolean show)
Sets the behaviour when a cell which belongs to this object is selected
voidsetSuppressDropDownArrow(boolean suppress)
Useful for list validation objects .