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 WebDocGridWindow. 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 WebDocWebDoc. create(boolean plain)Create Documentstatic WebDocWebDoc. create(boolean plain, String title, boolean javaClient)Create styled Document with Titlestatic WebDocWebDoc. create(String title)Create styled web Document with Titlestatic WebDocWebDoc. createPopup(String title)Create styled popup Document with Titlestatic WebDocWebDoc. createWindow(String title)Create styled window Document with TitleMethods in org.compiere.util with parameters of type WebDoc Modifier and Type Method Description static voidWebUtil. 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.
-