Uses of Class
org.compiere.util.WebDoc
-
Packages that use WebDoc Package Description org.compiere.model Provides for....org.compiere.util -
-
Uses of WebDoc in org.compiere.model
Methods in org.compiere.model that return WebDoc Modifier and Type Method Description WebDoc
GridWindow. getHelpDoc(boolean javaClient)
Get Help HTML Document -
Uses of WebDoc in org.compiere.util
Methods in org.compiere.util that return WebDoc Modifier and Type Method Description static WebDoc
WebDoc. create(boolean plain)
Create Documentstatic WebDoc
WebDoc. create(boolean plain, String title, boolean javaClient)
Create styled Document with Titlestatic WebDoc
WebDoc. create(String title)
Create styled web Document with Titlestatic WebDoc
WebDoc. createPopup(String title)
Create styled popup Document with Titlestatic WebDoc
WebDoc. createWindow(String title)
Create styled window Document with TitleMethods in org.compiere.util with parameters of type WebDoc Modifier and Type Method Description static void
WebUtil. createResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServlet servlet, Properties cookieProperties, WebDoc doc, boolean debug)
Create Standard Response Header with optional Cookie and print document.
-