ErrorCheckOptionCollection
Contents
[
Hide
]ErrorCheckOptionCollection class
Represents all error check option.
Methods
| Name | Description |
|---|---|
| add() | Add an error check option. |
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets ErrorCheckOption object by the given index. |
| get() | Reserved for internal use. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add()
Add an error check option.
Returns: Number — Number
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets ErrorCheckOption object by the given index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index |
Returns: ErrorCheckOption — ErrorCheckOption Return ErrorCheckOption object
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.