ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct (PHPExcel_Cell $pCell=null) | |
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. | |
getParent () | |
Get parent. | |
setParent ($value=null) | |
Set Parent. | |
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 | ( | PHPExcel_Cell | $pCell = null | ) |
Create a new PHPExcel_Cell_DataValidation.
PHPExcel_Cell | $pCell | Parent cell |
Exception |
Definition at line 167 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 496 of file DataValidation.php.
References $key, and setParent().
PHPExcel_Cell_DataValidation::getAllowBlank | ( | ) |
Get Allow Blank.
Definition at line 293 of file DataValidation.php.
References $_allowBlank.
PHPExcel_Cell_DataValidation::getError | ( | ) |
PHPExcel_Cell_DataValidation::getErrorStyle | ( | ) |
Get Error style.
Definition at line 253 of file DataValidation.php.
References $_errorStyle.
PHPExcel_Cell_DataValidation::getErrorTitle | ( | ) |
Get Error title.
Definition at line 373 of file DataValidation.php.
References $_errorTitle.
PHPExcel_Cell_DataValidation::getFormula1 | ( | ) |
Get Formula 1.
Definition at line 193 of file DataValidation.php.
References $_formula1.
PHPExcel_Cell_DataValidation::getFormula2 | ( | ) |
Get Formula 2.
Definition at line 213 of file DataValidation.php.
References $_formula2.
PHPExcel_Cell_DataValidation::getHashCode | ( | ) |
Get hash code.
Definition at line 473 of file DataValidation.php.
References STYLE_STOP, and TYPE_NONE.
PHPExcel_Cell_DataValidation::getOperator | ( | ) |
Get Operator.
Definition at line 273 of file DataValidation.php.
References $_operator.
PHPExcel_Cell_DataValidation::getParent | ( | ) |
Get parent.
Definition at line 453 of file DataValidation.php.
References $_parent.
PHPExcel_Cell_DataValidation::getPrompt | ( | ) |
PHPExcel_Cell_DataValidation::getPromptTitle | ( | ) |
Get Prompt title.
Definition at line 413 of file DataValidation.php.
References $_promptTitle.
PHPExcel_Cell_DataValidation::getShowDropDown | ( | ) |
Get Show DropDown.
Definition at line 313 of file DataValidation.php.
References $_showDropDown.
PHPExcel_Cell_DataValidation::getShowErrorMessage | ( | ) |
Get Show ErrorMessage.
Definition at line 353 of file DataValidation.php.
References $_showErrorMessage.
PHPExcel_Cell_DataValidation::getShowInputMessage | ( | ) |
Get Show InputMessage.
Definition at line 333 of file DataValidation.php.
References $_showInputMessage.
PHPExcel_Cell_DataValidation::getType | ( | ) |
PHPExcel_Cell_DataValidation::setAllowBlank | ( | $value = false | ) |
Set Allow Blank.
boolean | $value |
Definition at line 303 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setError | ( | $value = '' | ) |
Set Error.
string | $value |
Definition at line 403 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setErrorStyle | ( | $value = PHPExcel_Cell_DataValidation::STYLE_STOP | ) |
Set Error style.
string | $value |
Definition at line 263 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setErrorTitle | ( | $value = '' | ) |
Set Error title.
string | $value |
Definition at line 383 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setFormula1 | ( | $value = '' | ) |
Set Formula 1.
string | $value |
Definition at line 203 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setFormula2 | ( | $value = '' | ) |
Set Formula 2.
string | $value |
Definition at line 223 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setOperator | ( | $value = '' | ) |
Set Operator.
string | $value |
Definition at line 283 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setParent | ( | $value = null | ) |
Set Parent.
PHPExcel_Cell | $value |
Definition at line 463 of file DataValidation.php.
Referenced by __clone().
PHPExcel_Cell_DataValidation::setPrompt | ( | $value = '' | ) |
Set Prompt.
string | $value |
Definition at line 443 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setPromptTitle | ( | $value = '' | ) |
Set Prompt title.
string | $value |
Definition at line 423 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setShowDropDown | ( | $value = false | ) |
Set Show DropDown.
boolean | $value |
Definition at line 323 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setShowErrorMessage | ( | $value = false | ) |
Set Show ErrorMessage.
boolean | $value |
Definition at line 363 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setShowInputMessage | ( | $value = false | ) |
Set Show InputMessage.
boolean | $value |
Definition at line 343 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setType | ( | $value = PHPExcel_Cell_DataValidation::TYPE_NONE | ) |
Set Type.
string | $value |
Definition at line 243 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 159 of file DataValidation.php.
Referenced by getParent().
|
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.
const PHPExcel_Cell_DataValidation::OPERATOR_EQUAL = 'equal' |
Definition at line 55 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::OPERATOR_GREATERTHAN = 'greaterThan' |
Definition at line 56 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::OPERATOR_GREATERTHANOREQUAL = 'greaterThanOrEqual' |
Definition at line 57 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::OPERATOR_LESSTHAN = 'lessThan' |
Definition at line 58 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::OPERATOR_LESSTHANOREQUAL = 'lessThanOrEqual' |
Definition at line 59 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::OPERATOR_NOTBETWEEN = 'notBetween' |
Definition at line 60 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::OPERATOR_NOTEQUAL = 'notEqual' |
Definition at line 61 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::STYLE_INFORMATION = 'information' |
Definition at line 51 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::STYLE_STOP = 'stop' |
Definition at line 49 of file DataValidation.php.
Referenced by __construct(), and getHashCode().
const PHPExcel_Cell_DataValidation::STYLE_WARNING = 'warning' |
Definition at line 50 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::TYPE_CUSTOM = 'custom' |
Definition at line 40 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::TYPE_DATE = 'date' |
Definition at line 41 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::TYPE_DECIMAL = 'decimal' |
Definition at line 42 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::TYPE_LIST = 'list' |
Definition at line 43 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::TYPE_NONE = 'none' |
Definition at line 39 of file DataValidation.php.
Referenced by __construct(), and getHashCode().
const PHPExcel_Cell_DataValidation::TYPE_TEXTLENGTH = 'textLength' |
Definition at line 44 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::TYPE_TIME = 'time' |
Definition at line 45 of file DataValidation.php.
const PHPExcel_Cell_DataValidation::TYPE_WHOLE = 'whole' |
Definition at line 46 of file DataValidation.php.