com.raritantechnologies.searchApp.taglibrary
Interface IPageLinkClickHandler

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
SessionDataDisplayFormRenderer

public interface IPageLinkClickHandler
extends IConfigurable

Inteface for page link rendering. Handles Page link onClick callbacks. Page Link Click Handlers are added to the current RaritanPageContext by


Method Summary
 java.lang.String getOnClickHandler(int pageNum)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

getOnClickHandler

public java.lang.String getOnClickHandler(int pageNum)