Package org.openxava.web
Class Charts
- java.lang.Object
-
- org.openxava.web.Charts
-
public class Charts extends java.lang.Object
Charts helper.- Author:
- Federico Alcantara, Javier Paniza
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CHART_DATA_SEPARATOR
-
Constructor Summary
Constructors Constructor Description Charts()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
release(javax.servlet.http.HttpServletRequest request)
static void
updateView(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.BackingStoreException
Update Actions- Parameters:
request
- Originating request.view
- Current viewtab
- current tab.chart
- Current chart.- Throws:
XavaException
java.util.prefs.BackingStoreException
-
release
public static void release(javax.servlet.http.HttpServletRequest request) throws XavaException, java.util.prefs.BackingStoreException
- Throws:
XavaException
java.util.prefs.BackingStoreException
-
-