com.raritantechnologies.searchApp.selectors
Interface ISelector

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
TaxSelector

public interface ISelector
extends IConfigurable

Base interface for dynamic Selectors - used by SearchFormGridRenderer.


Developed by Raritan Technologies .

Author:
Keith Coulson

Method Summary
 java.util.ArrayList select(RaritanPageContext pageContext)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

select

public java.util.ArrayList select(RaritanPageContext pageContext)