Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class 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
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
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.
Methods inherited from class IlvObject
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvPropertyStateManager
IlvPropertyStateManager(clientId)
Parameters:
clientId - The reference of this object.
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.
Parameters:
property - The property to set.

©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.