it.eng.spagobi.presentation.listobjectshtmlgenerators
Class ListObjectsHtmlGeneratorAdminImpl
java.lang.Object
it.eng.spagobi.presentation.listobjectshtmlgenerators.ListObjectsHtmlGeneratorAdminImpl
- All Implemented Interfaces:
- IListObjectsHtmlGenerator
- public class ListObjectsHtmlGeneratorAdminImpl
- extends java.lang.Object
- implements IListObjectsHtmlGenerator
Generates the HTML code for the constraction of Business Objects Administration
jsp page treeAdminObjects.jsp
.
- Author:
- sulis
Method Summary |
java.lang.StringBuffer |
makeList(it.eng.spago.paginator.basic.ListIFace list,
javax.servlet.http.HttpServletRequest httpReq,
java.lang.String listPageStr)
Starting from the list interface (taken at imput) this method creates the particular
list administration objects. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListObjectsHtmlGeneratorAdminImpl
public ListObjectsHtmlGeneratorAdminImpl()
makeList
public java.lang.StringBuffer makeList(it.eng.spago.paginator.basic.ListIFace list,
javax.servlet.http.HttpServletRequest httpReq,
java.lang.String listPageStr)
- Starting from the list interface (taken at imput) this method creates the particular
list administration objects. Creates this list taking at input all the particular
administration 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:
list
- the list interface objecthttpReq
- The request objectlistPageStr
- String utility object for list navigation
- Returns:
- the string buffer with HTML code