it.eng.spagobi.presentation.listobjectshtmlgenerators
Class ListObjectsHtmlGeneratorDevImpl

java.lang.Object
  extended by it.eng.spagobi.presentation.listobjectshtmlgenerators.ListObjectsHtmlGeneratorDevImpl
All Implemented Interfaces:
IListObjectsHtmlGenerator

public class ListObjectsHtmlGeneratorDevImpl
extends java.lang.Object
implements IListObjectsHtmlGenerator

Starting from the list interface (taken at imput) this method creates the particular list developers objects. Creates this list taking at input all the particular developers 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.

Author:
sulis

Constructor Summary
ListObjectsHtmlGeneratorDevImpl()
           
 
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

ListObjectsHtmlGeneratorDevImpl

public ListObjectsHtmlGeneratorDevImpl()
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