it.eng.spagobi.presentation.listobjectshtmlgenerators
Class ListObjectsHtmlGeneratorDevImpl
java.lang.Object
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
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 |
ListObjectsHtmlGeneratorDevImpl
public ListObjectsHtmlGeneratorDevImpl()
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 objecthttpReq
- The request objectlistPageStr
- String utility object for list navigation
- Returns:
- the string buffer with HTML code