This method stores the user input for a particular component given its index.
This method stores the user input for a particular component given its index.
public virtual int StoreUserInput(int,XPHashtable);
This method stores the user input for a particular component given its unique ID.
public virtual void StoreUserInput(string,XPHashtable);
ComponentMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace