Class Form

The class is the top level element in the form instance hierachy.

PropertyDescription
secureKeyHtmlName: String (read-only)Returns the secure key html name to be used for the hidden input field that will contain the secure key value.
secureKeyValue: String (read-only)Returns the secure key value that is generated for the form to use in a hidden input field for authentication.

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

MethodDescription
getSecureKeyHtmlName()Returns the secure key html name to be used for the hidden input field that will contain the secure key value.
getSecureKeyValue()Returns the secure key value that is generated for the form to use in a hidden input field for authentication.

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

secureKeyHtmlName: String (read-only)

Returns the secure key html name to be used for the hidden input field that will contain the secure key value.


secureKeyValue: String (read-only)

Returns the secure key value that is generated for the form to use in a hidden input field for authentication.


getSecureKeyHtmlName(): String

Returns the secure key html name to be used for the hidden input field that will contain the secure key value.

Returns:

  • the secure key html name

getSecureKeyValue(): String

Returns the secure key value that is generated for the form to use in a hidden input field for authentication.

Returns:

  • the secure key value