Package org.openxava.web
Class Charts
- java.lang.Object
-
- org.openxava.web.Charts
-
public class Charts extends java.lang.ObjectCharts helper.- Author:
- Federico Alcantara, Javier Paniza
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCHART_DATA_SEPARATOR
-
Constructor Summary
Constructors Constructor Description Charts()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrelease(javax.servlet.http.HttpServletRequest request)static voidupdateView(javax.servlet.http.HttpServletRequest request, View view, Tab tab, Chart chart)Update Actions
-
-
-
Field Detail
-
CHART_DATA_SEPARATOR
public static final java.lang.String CHART_DATA_SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
updateView
public static void updateView(javax.servlet.http.HttpServletRequest request, View view, Tab tab, Chart chart) throws XavaException, java.util.prefs.BackingStoreExceptionUpdate Actions- Parameters:
request- Originating request.view- Current viewtab- current tab.chart- Current chart.- Throws:
XavaExceptionjava.util.prefs.BackingStoreException
-
release
public static void release(javax.servlet.http.HttpServletRequest request) throws XavaException, java.util.prefs.BackingStoreException- Throws:
XavaExceptionjava.util.prefs.BackingStoreException
-
-