it.eng.spagobi.presentation.listobjectshtmlgenerators
Interface IListObjectsHtmlGenerator

All Known Implementing Classes:
ListObjectsHtmlGeneratorAdminImpl, ListObjectsHtmlGeneratorDevImpl

public interface IListObjectsHtmlGenerator

The interface for classes generating the HTML list objects.

Author:
sulis

Method Summary
 java.lang.StringBuffer makeList(it.eng.spago.paginator.basic.ListIFace list, javax.servlet.http.HttpServletRequest httpRequest, java.lang.String listPage)
          The interface for the makeList method.
 

Method Detail

makeList

public java.lang.StringBuffer makeList(it.eng.spago.paginator.basic.ListIFace list,
                                       javax.servlet.http.HttpServletRequest httpRequest,
                                       java.lang.String listPage)
The interface for the makeList method.

Parameters:
list - the interface object list at input
httpRequest - The request http
listPage - String for paging navigation
Returns:
the string buffer with HTML code