ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_Cell_DataValidation. More... | |
getFormula1 () | |
Get Formula 1. More... | |
setFormula1 ($value='') | |
Set Formula 1. More... | |
getFormula2 () | |
Get Formula 2. More... | |
setFormula2 ($value='') | |
Set Formula 2. More... | |
getType () | |
Get Type. More... | |
setType ($value=PHPExcel_Cell_DataValidation::TYPE_NONE) | |
Set Type. More... | |
getErrorStyle () | |
Get Error style. More... | |
setErrorStyle ($value=PHPExcel_Cell_DataValidation::STYLE_STOP) | |
Set Error style. More... | |
getOperator () | |
Get Operator. More... | |
setOperator ($value='') | |
Set Operator. More... | |
getAllowBlank () | |
Get Allow Blank. More... | |
setAllowBlank ($value=false) | |
Set Allow Blank. More... | |
getShowDropDown () | |
Get Show DropDown. More... | |
setShowDropDown ($value=false) | |
Set Show DropDown. More... | |
getShowInputMessage () | |
Get Show InputMessage. More... | |
setShowInputMessage ($value=false) | |
Set Show InputMessage. More... | |
getShowErrorMessage () | |
Get Show ErrorMessage. More... | |
setShowErrorMessage ($value=false) | |
Set Show ErrorMessage. More... | |
getErrorTitle () | |
Get Error title. More... | |
setErrorTitle ($value='') | |
Set Error title. More... | |
getError () | |
Get Error. More... | |
setError ($value='') | |
Set Error. More... | |
getPromptTitle () | |
Get Prompt title. More... | |
setPromptTitle ($value='') | |
Set Prompt title. More... | |
getPrompt () | |
Get Prompt. More... | |
setPrompt ($value='') | |
Set Prompt. More... | |
getHashCode () | |
Get hash code. More... | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
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.
Definition at line 157 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 462 of file DataValidation.php.
References $key.
PHPExcel_Cell_DataValidation::getAllowBlank | ( | ) |
Get Allow Blank.
Definition at line 280 of file DataValidation.php.
References $_allowBlank.
PHPExcel_Cell_DataValidation::getError | ( | ) |
PHPExcel_Cell_DataValidation::getErrorStyle | ( | ) |
Get Error style.
Definition at line 240 of file DataValidation.php.
References $_errorStyle.
PHPExcel_Cell_DataValidation::getErrorTitle | ( | ) |
Get Error title.
Definition at line 360 of file DataValidation.php.
References $_errorTitle.
PHPExcel_Cell_DataValidation::getFormula1 | ( | ) |
Get Formula 1.
Definition at line 180 of file DataValidation.php.
References $_formula1.
PHPExcel_Cell_DataValidation::getFormula2 | ( | ) |
Get Formula 2.
Definition at line 200 of file DataValidation.php.
References $_formula2.
PHPExcel_Cell_DataValidation::getHashCode | ( | ) |
Get hash code.
Definition at line 440 of file DataValidation.php.
References STYLE_STOP, and TYPE_NONE.
PHPExcel_Cell_DataValidation::getOperator | ( | ) |
Get Operator.
Definition at line 260 of file DataValidation.php.
References $_operator.
PHPExcel_Cell_DataValidation::getPrompt | ( | ) |
PHPExcel_Cell_DataValidation::getPromptTitle | ( | ) |
Get Prompt title.
Definition at line 400 of file DataValidation.php.
References $_promptTitle.
PHPExcel_Cell_DataValidation::getShowDropDown | ( | ) |
Get Show DropDown.
Definition at line 300 of file DataValidation.php.
References $_showDropDown.
PHPExcel_Cell_DataValidation::getShowErrorMessage | ( | ) |
Get Show ErrorMessage.
Definition at line 340 of file DataValidation.php.
References $_showErrorMessage.
PHPExcel_Cell_DataValidation::getShowInputMessage | ( | ) |
Get Show InputMessage.
Definition at line 320 of file DataValidation.php.
References $_showInputMessage.
PHPExcel_Cell_DataValidation::getType | ( | ) |
PHPExcel_Cell_DataValidation::setAllowBlank | ( | $value = false | ) |
Set Allow Blank.
boolean | $value |
Definition at line 290 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setError | ( | $value = '' | ) |
Set Error.
string | $value |
Definition at line 390 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setErrorStyle | ( | $value = PHPExcel_Cell_DataValidation::STYLE_STOP | ) |
Set Error style.
string | $value |
Definition at line 250 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setErrorTitle | ( | $value = '' | ) |
Set Error title.
string | $value |
Definition at line 370 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setFormula1 | ( | $value = '' | ) |
Set Formula 1.
string | $value |
Definition at line 190 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setFormula2 | ( | $value = '' | ) |
Set Formula 2.
string | $value |
Definition at line 210 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setOperator | ( | $value = '' | ) |
Set Operator.
string | $value |
Definition at line 270 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setPrompt | ( | $value = '' | ) |
Set Prompt.
string | $value |
Definition at line 430 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setPromptTitle | ( | $value = '' | ) |
Set Prompt title.
string | $value |
Definition at line 410 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setShowDropDown | ( | $value = false | ) |
Set Show DropDown.
boolean | $value |
Definition at line 310 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setShowErrorMessage | ( | $value = false | ) |
Set Show ErrorMessage.
boolean | $value |
Definition at line 350 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setShowInputMessage | ( | $value = false | ) |
Set Show InputMessage.
boolean | $value |
Definition at line 330 of file DataValidation.php.
PHPExcel_Cell_DataValidation::setType | ( | $value = PHPExcel_Cell_DataValidation::TYPE_NONE | ) |
Set Type.
string | $value |
Definition at line 230 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().