|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Drilldown
This callback interface tells CordaChartBuilder the URLs to use for drilldown.
| Method Summary | |
|---|---|
String |
getLabelURL(Label label,
HttpServletRequest request)
Returns the drilldown URL for the specified label. |
String |
getValueURL(Cell value,
HttpServletRequest request)
Returns the drilldown URL for this value. |
| Method Detail |
|---|
String getLabelURL(Label label,
HttpServletRequest request)
label - the label (a Label object).request - the current request, for help in formulating the URL.
null to disable
drilldown for this label.
String getValueURL(Cell value,
HttpServletRequest request)
value - the value (a Cell object).request - the current request, for help in formulating the URL.
null to disable
drilldown for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||