IlvPropertyStateManager

IlvObject
  |
  +--IlvPropertyStateManager
Category:
Framework JSF component
JavaScript File:
IlvFacesProxy.js
Description:
The IlvPropertyStateManager handles the saving of properties in a hidden input.
This input is retrieved in the DOM tree from the client ID.
This state will be decoded by the corresponding renderer.

Constructor Summary
IlvPropertyStateManager(clientId)

Method Summary
getClientId()
Returns the reference of this JavaScript object.
notify(property)
Notifies that a property of this object has changed and must be saved in the state of this object.

Constructor Detail

IlvPropertyStateManager

IlvPropertyStateManager(clientId)
Creates an instance of IlvPropertyStateManager.

Method Detail

getClientId

getClientId()
Returns the reference of this JavaScript object.
Returns:
The reference of this JavaScript object.

notify

notify(property)
Notifies that a property of this object has changed and must be saved in the state of this object. This state will be sent to the server on the page submission, and will be decoded by the corresponding component renderer.

Inherited Methods from IlvObject
callDispose, dispose, getClassName, hashCode, inherits, instanceOf, invoke, registerDispose, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility