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 list,
javax.servlet.http.HttpServletRequest httpRequest,
java.lang.String listPage)
The interface for the makeList method. |
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 list,
javax.servlet.http.HttpServletRequest httpRequest,
java.lang.String listPage)
- Description copied from interface:
IListObjectsHtmlGenerator
- The interface for the
makeList
method.
- Specified by:
makeList
in interface IListObjectsHtmlGenerator
- Parameters:
list
- the interface object list at inputhttpRequest
- The request httplistPage
- String for paging navigation
- Returns:
- the string buffer with HTML code