Represents an item in a form list.
Property Summary
| Property | Description |
|---|
itemIndex: Number (read-only) | Returns the index of this item with the list. |
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
| Method | Description |
|---|
| getItemIndex() | Returns the index of this item with the list. |
Methods inherited from class FormGroup
accept, copyFrom, copyTo, getChildCount, getError, getObject, getSubmittedAction, getTriggeredAction
Methods inherited from class FormElement
clearFormElement, getDynamicHtmlName, getFormId, getHtmlName, getParent, getValidationResult, invalidateFormElement, invalidateFormElement, isValid
Methods inherited from class Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
Property Details
itemIndex
- itemIndex: Number
(read-only)
Returns the index of this item with the list.
Method Details
getItemIndex()
- getItemIndex(): Number
Returns the index of this item with the list.
Returns:
- the index of this item with the list.