|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationHandle | |
|---|---|
| com.extentech.ExtenXLS | The ExtenXLS package contains the primary classes for working with spreadsheets. |
| Uses of ValidationHandle in com.extentech.ExtenXLS |
|---|
| Methods in com.extentech.ExtenXLS that return ValidationHandle | |
|---|---|
ValidationHandle |
WorkSheetHandle.createValidationHandle(java.lang.String cellAddress,
byte valueType,
byte condition,
java.lang.String errorBoxText,
java.lang.String errorBoxTitle,
java.lang.String promptBoxText,
java.lang.String promptBoxTitle,
java.lang.String firstCondition,
java.lang.String secondCondition)
Create a validation handle for a cell/range |
ValidationHandle[] |
WorkSheetHandle.getAllValidationHandles()
Return all validation handles that refer to this worksheet |
ValidationHandle |
CellHandle.getValidationHandle()
Returns the validation handle for the cell. |
ValidationHandle |
WorkSheetHandle.getValidationHandle(java.lang.String cellAddress)
Get a validation handle for the cell address passed in. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||