* Value of parameter to look for in the URL to determine if URL change events apply to this list.
*/
public PagedListPanel(final String inListId, final String inContextParam, final String inContextParamValue)
{
listId = inListId;
bottomPager = new Pager("filteredPager" + listId, true);
waitSpinner.addStyleName(StaticResourceBundle.INSTANCE.coreCss().waitSpinner());
renderContainer.addStyleName(StaticResourceBundle.INSTANCE.coreCss().renderContainer());
addStyleName(StaticResourceBundle.INSTANCE.coreCss().connectionMaster());