ILIAS
eassessment Revision 61809
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_Cell_DataValidation. | |
getFormula1 () | |
Get Formula 1. | |
setFormula1 ($value= '') | |
Set Formula 1. | |
getFormula2 () | |
Get Formula 2. | |
setFormula2 ($value= '') | |
Set Formula 2. | |
getType () | |
Get Type. | |
setType ($value=PHPExcel_Cell_DataValidation::TYPE_NONE) | |
Set Type. | |
getErrorStyle () | |
Get Error style. | |
setErrorStyle ($value=PHPExcel_Cell_DataValidation::STYLE_STOP) | |
Set Error style. | |
getOperator () | |
Get Operator. | |
setOperator ($value= '') | |
Set Operator. | |
getAllowBlank () | |
Get Allow Blank. | |
setAllowBlank ($value=false) | |
Set Allow Blank. | |
getShowDropDown () | |
Get Show DropDown. | |
setShowDropDown ($value=false) | |
Set Show DropDown. | |
getShowInputMessage () | |
Get Show InputMessage. | |
setShowInputMessage ($value=false) | |
Set Show InputMessage. | |
getShowErrorMessage () | |
Get Show ErrorMessage. | |
setShowErrorMessage ($value=false) | |
Set Show ErrorMessage. | |
getErrorTitle () | |
Get Error title. | |
setErrorTitle ($value= '') | |
Set Error title. | |
getError () | |
Get Error. | |
setError ($value= '') | |
Set Error. | |
getPromptTitle () | |
Get Prompt title. | |
setPromptTitle ($value= '') | |
Set Prompt title. | |
getPrompt () | |
Get Prompt. | |
setPrompt ($value= '') | |
Set Prompt. | |
getHashCode () | |
Get hash code. | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. |
Data Fields | |
const | TYPE_NONE = 'none' |
const | TYPE_CUSTOM = 'custom' |
const | TYPE_DATE = 'date' |
const | TYPE_DECIMAL = 'decimal' |
const | TYPE_LIST = 'list' |
const | TYPE_TEXTLENGTH = 'textLength' |
const | TYPE_TIME = 'time' |
const | TYPE_WHOLE = 'whole' |
const | STYLE_STOP = 'stop' |
const | STYLE_WARNING = 'warning' |
const | STYLE_INFORMATION = 'information' |
const | OPERATOR_BETWEEN = 'between' |
const | OPERATOR_EQUAL = 'equal' |
const | OPERATOR_GREATERTHAN = 'greaterThan' |
const | OPERATOR_GREATERTHANOREQUAL = 'greaterThanOrEqual' |
const | OPERATOR_LESSTHAN = 'lessThan' |
const | OPERATOR_LESSTHANOREQUAL = 'lessThanOrEqual' |
const | OPERATOR_NOTBETWEEN = 'notBetween' |
const | OPERATOR_NOTEQUAL = 'notEqual' |
Definition at line 36 of file DataValidation.php.
PHPExcel_Cell_DataValidation::__construct | ( | ) |
Create a new PHPExcel_Cell_DataValidation.
Exception |
Definition at line 159 of file DataValidation.php.
References STYLE_STOP, and TYPE_NONE.
PHPExcel_Cell_DataValidation::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 464 of file DataValidation.php.
PHPExcel_Cell_DataValidation::getAllowBlank | ( | ) |
Get Allow Blank.
Definition at line 282 of file DataValidation.php.
References $_allowBlank.
PHPExcel_Cell_DataValidation::getError | ( | ) |
PHPExcel_Cell_DataValidation::getErrorStyle | ( | ) |
Get Error style.
Definition at line 242 of file DataValidation.php.
References $_errorStyle.
PHPExcel_Cell_DataValidation::getErrorTitle | ( | ) |
Get Error title.
Definition at line 362 of file DataValidation.php.
References $_errorTitle.
PHPExcel_Cell_DataValidation::getFormula1 | ( | ) |
Get Formula 1.
Definition at line 182 of file DataValidation.php.
References $_formula1.
PHPExcel_Cell_DataValidation::getFormula2 | ( | ) |
Get Formula 2.
Definition at line 202 of file DataValidation.php.
References $_formula2.
PHPExcel_Cell_DataValidation::getHashCode | ( | ) |
Get hash code.
Definition at line 442 of file DataValidation.php.
References STYLE_STOP, and TYPE_NONE.
PHPExcel_Cell_DataValidation::getOperator | ( | ) |
Get Operator.
Definition at line 262 of file DataValidation.php.
References $_operator.
PHPExcel_Cell_DataValidation::getPrompt | ( | ) |
PHPExcel_Cell_DataValidation::getPromptTitle | ( | ) |
Get Prompt title.
Definition at line 402 of file DataValidation.php.
References $_promptTitle.
PHPExcel_Cell_DataValidation::getShowDropDown | ( | ) |
Get Show DropDown.
Definition at line 302 of file DataValidation.php.
References $_showDropDown.
PHPExcel_Cell_DataValidation::getShowErrorMessage | ( | ) |
Get Show ErrorMessage.
Definition at line 342 of file DataValidation.php.
References $_showErrorMessage.
PHPExcel_Cell_DataValidation::getShowInputMessage | ( | ) |
Get Show InputMessage.
Definition at line 322 of file DataValidation.php.
References $_showInputMessage.
PHPExcel_Cell_DataValidation::getType | ( | ) |
PHPExcel_Cell_DataValidation::setAllowBlank | ( | $value = false | ) |
Set Allow Blank.
boolean | $value |
Definition at line 292 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setError | ( | $value = '' | ) |
Set Error.
string | $value |
Definition at line 392 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setErrorStyle | ( | $value = PHPExcel_Cell_DataValidation::STYLE_STOP | ) |
Set Error style.
string | $value |
Definition at line 252 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setErrorTitle | ( | $value = '' | ) |
Set Error title.
string | $value |
Definition at line 372 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setFormula1 | ( | $value = '' | ) |
Set Formula 1.
string | $value |
Definition at line 192 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setFormula2 | ( | $value = '' | ) |
Set Formula 2.
string | $value |
Definition at line 212 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setOperator | ( | $value = '' | ) |
Set Operator.
string | $value |
Definition at line 272 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setPrompt | ( | $value = '' | ) |
Set Prompt.
string | $value |
Definition at line 432 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setPromptTitle | ( | $value = '' | ) |
Set Prompt title.
string | $value |
Definition at line 412 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setShowDropDown | ( | $value = false | ) |
Set Show DropDown.
boolean | $value |
Definition at line 312 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setShowErrorMessage | ( | $value = false | ) |
Set Show ErrorMessage.
boolean | $value |
Definition at line 352 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setShowInputMessage | ( | $value = false | ) |
Set Show InputMessage.
boolean | $value |
Definition at line 332 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setType | ( | $value = PHPExcel_Cell_DataValidation::TYPE_NONE | ) |
Set Type.
string | $value |
Definition at line 232 of file DataValidation.php.
|
private |
Definition at line 103 of file DataValidation.php.
Referenced by getAllowBlank().
|
private |
Definition at line 138 of file DataValidation.php.
Referenced by getError().
|
private |
Definition at line 89 of file DataValidation.php.
Referenced by getErrorStyle().
|
private |
Definition at line 131 of file DataValidation.php.
Referenced by getErrorTitle().
|
private |
Definition at line 68 of file DataValidation.php.
Referenced by getFormula1().
|
private |
Definition at line 75 of file DataValidation.php.
Referenced by getFormula2().
|
private |
Definition at line 96 of file DataValidation.php.
Referenced by getOperator().
|
private |
Definition at line 152 of file DataValidation.php.
Referenced by getPrompt().
|
private |
Definition at line 145 of file DataValidation.php.
Referenced by getPromptTitle().
|
private |
Definition at line 110 of file DataValidation.php.
Referenced by getShowDropDown().
|
private |
Definition at line 124 of file DataValidation.php.
Referenced by getShowErrorMessage().
|
private |
Definition at line 117 of file DataValidation.php.
Referenced by getShowInputMessage().
|
private |
Definition at line 82 of file DataValidation.php.
Referenced by getType().
const PHPExcel_Cell_DataValidation::OPERATOR_BETWEEN = 'between' |
Definition at line 54 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::OPERATOR_EQUAL = 'equal' |
Definition at line 55 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::OPERATOR_GREATERTHAN = 'greaterThan' |
Definition at line 56 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::OPERATOR_GREATERTHANOREQUAL = 'greaterThanOrEqual' |
Definition at line 57 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::OPERATOR_LESSTHAN = 'lessThan' |
Definition at line 58 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::OPERATOR_LESSTHANOREQUAL = 'lessThanOrEqual' |
Definition at line 59 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::OPERATOR_NOTBETWEEN = 'notBetween' |
Definition at line 60 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::OPERATOR_NOTEQUAL = 'notEqual' |
Definition at line 61 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::STYLE_INFORMATION = 'information' |
Definition at line 51 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::STYLE_STOP = 'stop' |
Definition at line 49 of file DataValidation.php.
Referenced by __construct(), PHPExcel_Reader_Excel5\_readDataValidation(), PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity(), and getHashCode().
const PHPExcel_Cell_DataValidation::STYLE_WARNING = 'warning' |
Definition at line 50 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::TYPE_CUSTOM = 'custom' |
Definition at line 40 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::TYPE_DATE = 'date' |
Definition at line 41 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::TYPE_DECIMAL = 'decimal' |
Definition at line 42 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::TYPE_LIST = 'list' |
Definition at line 43 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::TYPE_NONE = 'none' |
Definition at line 39 of file DataValidation.php.
Referenced by __construct(), PHPExcel_Reader_Excel5\_readDataValidation(), PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity(), and getHashCode().
const PHPExcel_Cell_DataValidation::TYPE_TEXTLENGTH = 'textLength' |
Definition at line 44 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::TYPE_TIME = 'time' |
Definition at line 45 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().
const PHPExcel_Cell_DataValidation::TYPE_WHOLE = 'whole' |
Definition at line 46 of file DataValidation.php.
Referenced by PHPExcel_Reader_Excel5\_readDataValidation(), and PHPExcel_Writer_Excel5_Worksheet\_writeDataValidity().