it.eng.spagobi.presentation.listobjectshtmlgenerators
Class ListObjectsHtmlGeneratorExecImpl

java.lang.Object
  extended byit.eng.spagobi.presentation.listobjectshtmlgenerators.ListObjectsHtmlGeneratorExecImpl
All Implemented Interfaces:
IListObjectsHtmlGenerator

public class ListObjectsHtmlGeneratorExecImpl
extends java.lang.Object
implements IListObjectsHtmlGenerator

Author:
Zerbetto

Constructor Summary
ListObjectsHtmlGeneratorExecImpl()
           
 
Method Summary
 java.lang.StringBuffer makeList(it.eng.spago.paginator.basic.ListIFace listAll, javax.servlet.http.HttpServletRequest httpReq, java.lang.String listPageStr)
          Starting from the list interface (taken at imput) this method creates the particular list development objects.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListObjectsHtmlGeneratorExecImpl

public ListObjectsHtmlGeneratorExecImpl()
Method Detail

makeList

public java.lang.StringBuffer makeList(it.eng.spago.paginator.basic.ListIFace listAll,
                                       javax.servlet.http.HttpServletRequest httpReq,
                                       java.lang.String listPageStr)
Starting from the list interface (taken at imput) this method creates the particular list development objects. Creates this list taking at input all the particular development object and presenting at output the same list as a table. Each row of the table represent a singular objects. there are three operations for each object: object execution, detail end erasing.

Specified by:
makeList in interface IListObjectsHtmlGenerator
Parameters:
listAll - the list interface object
httpReq - The request object
listPageStr - String utility object for list navigation
Returns:
the string buffer with HTML code