Uiinfrastructure API Docs  
 

AComponent.StoreUserInput Method 

This abstract method stores the input submitted by the user. It should be called after a POST or GET. In the case of the date picker, it would store the date.

public abstract int StoreUserInput(
   XPHashtable _htRequestParameters
);

Parameters

_htRequestParameters
A hashtable containing the request's name- value pairs.

See Also

AComponent Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace