Class FormListItem

Represents an item in a form list.

PropertyDescription
itemIndex: Number (read-only)Returns the index of this item with the list.

This class does not have a constructor, so you cannot create it directly.

MethodDescription
getItemIndex()Returns the index of this item with the list.

accept, copyFrom, copyTo, getChildCount, getError, getObject, getSubmittedAction, getTriggeredAction

clearFormElement, getDynamicHtmlName, getFormId, getHtmlName, getParent, getValidationResult, invalidateFormElement, invalidateFormElement, isValid

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

itemIndex: Number (read-only)

Returns the index of this item with the list.


getItemIndex(): Number

Returns the index of this item with the list.

Returns:

  • the index of this item with the list.