Class Charts
×News: OpenXava 7.7 released - March 9 · Read more
java.lang.Object
org.openxava.web.Charts
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrelease(javax.servlet.http.HttpServletRequest request) static voidupdateView(javax.servlet.http.HttpServletRequest request, View view, Tab tab, Chart chart) Update Actions
-
Field Details
-
CHART_DATA_SEPARATOR
- See Also:
-
-
Constructor Details
-
Charts
public Charts()
-
-
Method Details
-
updateView
public static void updateView(javax.servlet.http.HttpServletRequest request, View view, Tab tab, Chart chart) throws XavaException, BackingStoreException Update Actions- Parameters:
request- Originating request.view- Current viewtab- current tab.chart- Current chart.- Throws:
XavaExceptionBackingStoreException
-
release
public static void release(javax.servlet.http.HttpServletRequest request) throws XavaException, BackingStoreException - Throws:
XavaExceptionBackingStoreException
-